<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[AstrOmatic forum - All Forums]]></title>
		<link>http://www.astromatic.net/forum/</link>
		<description><![CDATA[AstrOmatic forum - http://www.astromatic.net/forum]]></description>
		<pubDate>Sat, 04 Feb 2012 10:01:02 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Model Images for EyE]]></title>
			<link>http://www.astromatic.net/forum/showthread.php?tid=763</link>
			<pubDate>Thu, 05 Jan 2012 01:09:52 +0000</pubDate>
			<guid isPermaLink="false">http://www.astromatic.net/forum/showthread.php?tid=763</guid>
			<description><![CDATA[Hi there!<br />
<br />
I have been developing a way to use EyE to enhance the way we are currently using SExtractor to find objects in our fields. (The general use of it I guess). At the moment I have not had very much success with getting the EyE to recognise what is in the model images. The patterns it picks out don't seem to have any correlation to the image at all. i.e. A model image may have 2 or 3 gaussians on it but EyE will pick out over 100 patterns. Have I misunderstood what the patterns are? Has anyone come across this before? I know that there must be something with the model images but I am unsure as to how they are so wrong….<br />
<br />
Any insight would be very much appreciated!<br />
<br />
Cheers,<br />
Elise]]></description>
			<content:encoded><![CDATA[Hi there!<br />
<br />
I have been developing a way to use EyE to enhance the way we are currently using SExtractor to find objects in our fields. (The general use of it I guess). At the moment I have not had very much success with getting the EyE to recognise what is in the model images. The patterns it picks out don't seem to have any correlation to the image at all. i.e. A model image may have 2 or 3 gaussians on it but EyE will pick out over 100 patterns. Have I misunderstood what the patterns are? Has anyone come across this before? I know that there must be something with the model images but I am unsure as to how they are so wrong….<br />
<br />
Any insight would be very much appreciated!<br />
<br />
Cheers,<br />
Elise]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Bug in coadd.c when COMBINE_BUFSIZE > 2 GB ?]]></title>
			<link>http://www.astromatic.net/forum/showthread.php?tid=762</link>
			<pubDate>Wed, 04 Jan 2012 02:13:47 +0000</pubDate>
			<guid isPermaLink="false">http://www.astromatic.net/forum/showthread.php?tid=762</guid>
			<description><![CDATA[[ Using the trunk version of SWarp from the public svn, labeled v2.30.0 ]<br />
<br />
In coadd.c, line ~323:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>nbuflinesmax = (prefs.coaddbuf_size * 1024 * 1024)<br />
&nbsp;&nbsp;&nbsp;&nbsp;/ (2*(multiwidth+outwidth)*sizeof(PIXTYPE));</code></div></div>
<br />
If prefs.coaddbuf_size is &gt; 2048, this statement overflows 4 byte integers, leading to unexpected results for nbuflinesmax. This bug can then manifest itself in the call a few lines later:<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>QMALLOC(multibuf, PIXTYPE, nbuflinesmax*multiwidth);</code></div></div>
<br />
which raises the error:<br />
&gt; Not enough memory for multibuf (nbuflinesmax * multiwidth elements) ! <br />
<br />
Two side notes:<br />
<br />
First, it would be nice if the above error raised by QMALLOC (in define.h) reported the actual number of elements (and/or bytes) it is trying to allocate, in addition to the names of the variables.<br />
<br />
Second (and I may be misunderstanding exactly what the code is doing here) if the user sets prefs.coaddbuf_size way higher than it needs to be (how I ran into this problem), would it make sense to only allocate the space needed (e.g., total size of all images) rather than the entire value of prefs.coaddbuf_size?]]></description>
			<content:encoded><![CDATA[[ Using the trunk version of SWarp from the public svn, labeled v2.30.0 ]<br />
<br />
In coadd.c, line ~323:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>nbuflinesmax = (prefs.coaddbuf_size * 1024 * 1024)<br />
&nbsp;&nbsp;&nbsp;&nbsp;/ (2*(multiwidth+outwidth)*sizeof(PIXTYPE));</code></div></div>
<br />
If prefs.coaddbuf_size is &gt; 2048, this statement overflows 4 byte integers, leading to unexpected results for nbuflinesmax. This bug can then manifest itself in the call a few lines later:<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>QMALLOC(multibuf, PIXTYPE, nbuflinesmax*multiwidth);</code></div></div>
<br />
which raises the error:<br />
&gt; Not enough memory for multibuf (nbuflinesmax * multiwidth elements) ! <br />
<br />
Two side notes:<br />
<br />
First, it would be nice if the above error raised by QMALLOC (in define.h) reported the actual number of elements (and/or bytes) it is trying to allocate, in addition to the names of the variables.<br />
<br />
Second (and I may be misunderstanding exactly what the code is doing here) if the user sets prefs.coaddbuf_size way higher than it needs to be (how I ran into this problem), would it make sense to only allocate the space needed (e.g., total size of all images) rather than the entire value of prefs.coaddbuf_size?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Patch for SCAMP to build with PLPLOT-5.9.9]]></title>
			<link>http://www.astromatic.net/forum/showthread.php?tid=761</link>
			<pubDate>Sun, 01 Jan 2012 21:58:10 +0000</pubDate>
			<guid isPermaLink="false">http://www.astromatic.net/forum/showthread.php?tid=761</guid>
			<description><![CDATA[Hi Emmanuel and folks,<br />
<br />
it's been a long time since my last post, since I'm not working in astronomy anymore. But as I'm still interested in the field and now working as a developer, I'll post a patch to make SAMP compile with recent versions of PLPLOT.<br />
<br />
The easiest way to get things done would be to define PL_DEPRECATED in the source, but since we want to be compatible in the future, some changes  need to me made...<br />
<br />
See <a href="https://bugs.gentoo.org/show_bug.cgi?id=396723" target="_blank">https://bugs.gentoo.org/show_bug.cgi?id=396723</a> (I'll attach the patch here, as well.)<br />
<br />
BTW: Please delete the profile with the username "jankoh" which I created just an hour ago. I can provide Mail-Adresses and stuff via PN, if that is needed to confirm that both profiles have the same person in front of the keyboard. <img src="images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /><hr />
Here's the patch...<br /><!-- start: postbit_attachments_attachment -->
<br /><img src="images/attachtypes/txt.gif" border="0" alt=".txt" />&nbsp;&nbsp;<a href="attachment.php?aid=237" target="_blank">scamp-1.7.0-r2.txt</a> (Size: 24.36 KB / Downloads: 10)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Hi Emmanuel and folks,<br />
<br />
it's been a long time since my last post, since I'm not working in astronomy anymore. But as I'm still interested in the field and now working as a developer, I'll post a patch to make SAMP compile with recent versions of PLPLOT.<br />
<br />
The easiest way to get things done would be to define PL_DEPRECATED in the source, but since we want to be compatible in the future, some changes  need to me made...<br />
<br />
See <a href="https://bugs.gentoo.org/show_bug.cgi?id=396723" target="_blank">https://bugs.gentoo.org/show_bug.cgi?id=396723</a> (I'll attach the patch here, as well.)<br />
<br />
BTW: Please delete the profile with the username "jankoh" which I created just an hour ago. I can provide Mail-Adresses and stuff via PN, if that is needed to confirm that both profiles have the same person in front of the keyboard. <img src="images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /><hr />
Here's the patch...<br /><!-- start: postbit_attachments_attachment -->
<br /><img src="images/attachtypes/txt.gif" border="0" alt=".txt" />&nbsp;&nbsp;<a href="attachment.php?aid=237" target="_blank">scamp-1.7.0-r2.txt</a> (Size: 24.36 KB / Downloads: 10)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[bad coadd.fits from SDSS mosaic  ]]></title>
			<link>http://www.astromatic.net/forum/showthread.php?tid=760</link>
			<pubDate>Fri, 30 Dec 2011 18:17:22 +0000</pubDate>
			<guid isPermaLink="false">http://www.astromatic.net/forum/showthread.php?tid=760</guid>
			<description><![CDATA[Hi all,<br />
I'm a bit of a newbie so I'm sorry if this is just because of something I missed. I'm trying to resample and combine sets of SDSS images which fall with in a particular radius of a source. As a result I'm working with images from different runs and taken with different ccds. I'm using 2.19.1 compiled (from source code) on Ubuntu Oneiric 11.10 and can't seem to get things working properly. (I haven't quite figured out how to get the RPM installed, sadly enough).<br />
<br />
Initially I tried to resample and combine the images (I'm working with 5 or so) in one run, but no mater how I fiddled with the configuration file I could only get at best a final coadd.fits with all zeros (once I managed to get a single pixel with a 10^6 value, but that was a bit of a fluke). I then tried to just combine them without resampling and managed to get a somewhat mutilated version of the mosaic I was looking for (see attached image, should be only one galaxy). I thought that it might have something to do with this particular set of images, but I got the same result with an entirely different set as well. <br />
<br />
I poked around here and found some interesting leads (like this one re: <a href="http://www.astromatic.net/forum/showthread.php?mode=linear&amp;tid=379&amp;pid=1180#content" target="_blank">combining images with different CTYPEs <br />
</a>) but I haven't been able to turn up anything that works. I'd really appreciate any help with this, and again I'm sorry if this is mostly stupidity on my part.<br />
Thanks,<br />
CT<br /><!-- start: postbit_attachments_attachment -->
<br /><img src="images/attachtypes/image.gif" border="0" alt=".jpg" />&nbsp;&nbsp;<a href="attachment.php?aid=236" target="_blank">coadd.jpg</a> (Size: 16.96 KB / Downloads: 13)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Hi all,<br />
I'm a bit of a newbie so I'm sorry if this is just because of something I missed. I'm trying to resample and combine sets of SDSS images which fall with in a particular radius of a source. As a result I'm working with images from different runs and taken with different ccds. I'm using 2.19.1 compiled (from source code) on Ubuntu Oneiric 11.10 and can't seem to get things working properly. (I haven't quite figured out how to get the RPM installed, sadly enough).<br />
<br />
Initially I tried to resample and combine the images (I'm working with 5 or so) in one run, but no mater how I fiddled with the configuration file I could only get at best a final coadd.fits with all zeros (once I managed to get a single pixel with a 10^6 value, but that was a bit of a fluke). I then tried to just combine them without resampling and managed to get a somewhat mutilated version of the mosaic I was looking for (see attached image, should be only one galaxy). I thought that it might have something to do with this particular set of images, but I got the same result with an entirely different set as well. <br />
<br />
I poked around here and found some interesting leads (like this one re: <a href="http://www.astromatic.net/forum/showthread.php?mode=linear&amp;tid=379&amp;pid=1180#content" target="_blank">combining images with different CTYPEs <br />
</a>) but I haven't been able to turn up anything that works. I'd really appreciate any help with this, and again I'm sorry if this is mostly stupidity on my part.<br />
Thanks,<br />
CT<br /><!-- start: postbit_attachments_attachment -->
<br /><img src="images/attachtypes/image.gif" border="0" alt=".jpg" />&nbsp;&nbsp;<a href="attachment.php?aid=236" target="_blank">coadd.jpg</a> (Size: 16.96 KB / Downloads: 13)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[help with HAWKI astrometry]]></title>
			<link>http://www.astromatic.net/forum/showthread.php?tid=759</link>
			<pubDate>Tue, 27 Dec 2011 22:45:00 +0000</pubDate>
			<guid isPermaLink="false">http://www.astromatic.net/forum/showthread.php?tid=759</guid>
			<description><![CDATA[Dear Astromatic team, <br />
<br />
I write again with a problem in connection with the astrometry of ESO's HAWKI  IR camera. I have tried hard to solve the astrometry, and succeeded in some instances, but there are cases which I cannot solve. I attach one such example - for a single chip. There are lots of stars in the field, yet scamp does not find the solution.  Your help would be greatly appreciated, for instance by checking the setup files for astromatic. <br />
<br />
I have placed all relevant files in a tar ball, which contains the HAWKI chip image and a weight map, as well as a README file indicating the sequence of commands I run. This tar ball is  available here:<br />
<br />
<a href="http://www.das.uchile.cl/~simon/ftp/help.tgz" target="_blank">http://www.das.uchile.cl/~simon/ftp/help.tgz</a><br />
<br />
it is about 15MB and expands into ./help_astromatic<br />
<br />
Many thanks,<br />
<br />
Simon Casassus.]]></description>
			<content:encoded><![CDATA[Dear Astromatic team, <br />
<br />
I write again with a problem in connection with the astrometry of ESO's HAWKI  IR camera. I have tried hard to solve the astrometry, and succeeded in some instances, but there are cases which I cannot solve. I attach one such example - for a single chip. There are lots of stars in the field, yet scamp does not find the solution.  Your help would be greatly appreciated, for instance by checking the setup files for astromatic. <br />
<br />
I have placed all relevant files in a tar ball, which contains the HAWKI chip image and a weight map, as well as a README file indicating the sequence of commands I run. This tar ball is  available here:<br />
<br />
<a href="http://www.das.uchile.cl/~simon/ftp/help.tgz" target="_blank">http://www.das.uchile.cl/~simon/ftp/help.tgz</a><br />
<br />
it is about 15MB and expands into ./help_astromatic<br />
<br />
Many thanks,<br />
<br />
Simon Casassus.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[output files from swarp]]></title>
			<link>http://www.astromatic.net/forum/showthread.php?tid=758</link>
			<pubDate>Sat, 24 Dec 2011 11:04:02 +0000</pubDate>
			<guid isPermaLink="false">http://www.astromatic.net/forum/showthread.php?tid=758</guid>
			<description><![CDATA[Hello<br />
<br />
I have a question about output files of SWARP.<br />
I need to have all aligned images separately (before they are combined).  Can I have these images too? How can I change the output files? <br />
<br />
Best Regareds<br />
Sedighe Sajadian]]></description>
			<content:encoded><![CDATA[Hello<br />
<br />
I have a question about output files of SWARP.<br />
I need to have all aligned images separately (before they are combined).  Can I have these images too? How can I change the output files? <br />
<br />
Best Regareds<br />
Sedighe Sajadian]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Error: Not enough memory for set->sample]]></title>
			<link>http://www.astromatic.net/forum/showthread.php?tid=756</link>
			<pubDate>Wed, 21 Dec 2011 16:28:23 +0000</pubDate>
			<guid isPermaLink="false">http://www.astromatic.net/forum/showthread.php?tid=756</guid>
			<description><![CDATA[Hello,<br />
<br />
I'm trying to run SCAMP on 16 ACS images, and I'm hitting a memory error. I've changed the limits as mentioned in the manual:<br />
&gt;limit<br />
cputime      unlimited<br />
filesize     unlimited<br />
datasize     unlimited<br />
stacksize    unlimited<br />
coredumpsize 0 kbytes<br />
memoryuse    unlimited<br />
vmemoryuse   unlimited<br />
descriptors  1024 <br />
memorylocked 64 kbytes<br />
maxproc      26058<br />
<br />
But when I run scamp I get the following error:<br />
&gt; Catalog USNO-B1.0 (Bj band) : Object #25090000 / 25090000 samples stored<br />
&gt; Not enough memory for set-&gt;sample (nsample elements) !<br />
<br />
<br />
The full output is:<br />
scamp *circ.cat<br />
<br />
&gt; WARNING: scamp.conf not found, using internal defaults<br />
<br />
----- SCAMP 1.7.0 started on 2011-12-21 at 11:20:36 with 4 threads<br />
<br />
----- 16 inputs:<br />
j8pi07b3q_circ.cat:  "no ident           "  no ext. header   1 set    1066 detections<br />
j8pi07bfq_circ.cat:  "no ident           "  no ext. header   1 set    1084 detections<br />
j8pi07bjq_circ.cat:  "no ident           "  no ext. header   1 set    1059 detections<br />
j8pi07c3q_circ.cat:  "no ident           "  no ext. header   1 set    1111 detections<br />
j8pi08a8q_circ.cat:  "no ident           "  no ext. header   1 set    1182 detections<br />
j8pi08adq_circ.cat:  "no ident           "  no ext. header   1 set    1197 detections<br />
j8pi08asq_circ.cat:  "no ident           "  no ext. header   1 set    1203 detections<br />
j8pi08zyq_circ.cat:  "no ident           "  no ext. header   1 set    1085 detections<br />
j8pi09osq_circ.cat:  "no ident           "  no ext. header   1 set    1169 detections<br />
j8pi09ozq_circ.cat:  "no ident           "  no ext. header   1 set     906 detections<br />
j8pi09p5q_circ.cat:  "no ident           "  no ext. header   1 set    1229 detections<br />
j8pi09pfq_circ.cat:  "no ident           "  no ext. header   1 set    1152 detections<br />
j8pi10nbq_circ.cat:  "no ident           "  no ext. header   1 set     917 detections<br />
j8pi10neq_circ.cat:  "no ident           "  no ext. header   1 set    1153 detections<br />
j8pi10niq_circ.cat:  "no ident           "  no ext. header   1 set    1066 detections<br />
j8pi10nmq_circ.cat:  "no ident           "  no ext. header   1 set    1200 detections<br />
<br />
----- 17779 detections loaded<br />
<br />
----- 1 instrument found for astrometry:<br />
<br />
Instrument A1 :<br />
FILTER  = 'F775W             '                                                  <br />
QRUNID  =                                                                       <br />
<br />
----- 1 instrument found for photometry:<br />
<br />
Instrument P1 :<br />
FILTER  = 'F775W             '                                                  <br />
<br />
----- 1 field group found:<br />
<br />
 Group  1: 16 fields at 02:16:33.43 -17:47:51.6 with radius 3.43'<br />
                  instruments     center coordinates     radius    scale<br />
j8pi07b3q_circ.cat   A1  P1    02:16:35.62 -17:47:05.6   2.491' 0.05000"<br />
j8pi07bfq_circ.cat   A1  P1    02:16:35.62 -17:47:05.7   2.491' 0.05000"<br />
j8pi07bjq_circ.cat   A1  P1    02:16:35.50 -17:47:08.1   2.491' 0.05000"<br />
j8pi07c3q_circ.cat   A1  P1    02:16:35.51 -17:47:08.2   2.491' 0.05000"<br />
j8pi08a8q_circ.cat   A1  P1    02:16:35.63 -17:47:06.0   2.491' 0.05000"<br />
j8pi08adq_circ.cat   A1  P1    02:16:35.52 -17:47:08.3   2.491' 0.05000"<br />
j8pi08asq_circ.cat   A1  P1    02:16:35.52 -17:47:08.5   2.491' 0.05000"<br />
j8pi08zyq_circ.cat   A1  P1    02:16:35.63 -17:47:05.8   2.491' 0.05000"<br />
j8pi09osq_circ.cat   A1  P1    02:16:31.40 -17:48:37.6   2.491' 0.05000"<br />
j8pi09ozq_circ.cat   A1  P1    02:16:31.39 -17:48:37.7   2.491' 0.05000"<br />
j8pi09p5q_circ.cat   A1  P1    02:16:31.19 -17:48:37.8   2.491' 0.05000"<br />
j8pi09pfq_circ.cat   A1  P1    02:16:31.18 -17:48:37.9   2.491' 0.05000"<br />
j8pi10nbq_circ.cat   A1  P1    02:16:31.20 -17:48:35.4   2.491' 0.05000"<br />
j8pi10neq_circ.cat   A1  P1    02:16:31.21 -17:48:35.3   2.491' 0.05000"<br />
j8pi10niq_circ.cat   A1  P1    02:16:31.38 -17:48:33.8   2.491' 0.05000"<br />
j8pi10nmq_circ.cat   A1  P1    02:16:31.38 -17:48:33.7   2.491' 0.05000"<br />
<br />
----- Reference catalogs:<br />
<br />
&gt; Catalog USNO-B1.0 (Bj band) : Object #25090000 / 25090000 samples stored<br />
&gt; Not enough memory for set-&gt;sample (nsample elements) !<br />
<br />
Help?<br />
<br />
Thanks,<br />
ReiCow]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
I'm trying to run SCAMP on 16 ACS images, and I'm hitting a memory error. I've changed the limits as mentioned in the manual:<br />
&gt;limit<br />
cputime      unlimited<br />
filesize     unlimited<br />
datasize     unlimited<br />
stacksize    unlimited<br />
coredumpsize 0 kbytes<br />
memoryuse    unlimited<br />
vmemoryuse   unlimited<br />
descriptors  1024 <br />
memorylocked 64 kbytes<br />
maxproc      26058<br />
<br />
But when I run scamp I get the following error:<br />
&gt; Catalog USNO-B1.0 (Bj band) : Object #25090000 / 25090000 samples stored<br />
&gt; Not enough memory for set-&gt;sample (nsample elements) !<br />
<br />
<br />
The full output is:<br />
scamp *circ.cat<br />
<br />
&gt; WARNING: scamp.conf not found, using internal defaults<br />
<br />
----- SCAMP 1.7.0 started on 2011-12-21 at 11:20:36 with 4 threads<br />
<br />
----- 16 inputs:<br />
j8pi07b3q_circ.cat:  "no ident           "  no ext. header   1 set    1066 detections<br />
j8pi07bfq_circ.cat:  "no ident           "  no ext. header   1 set    1084 detections<br />
j8pi07bjq_circ.cat:  "no ident           "  no ext. header   1 set    1059 detections<br />
j8pi07c3q_circ.cat:  "no ident           "  no ext. header   1 set    1111 detections<br />
j8pi08a8q_circ.cat:  "no ident           "  no ext. header   1 set    1182 detections<br />
j8pi08adq_circ.cat:  "no ident           "  no ext. header   1 set    1197 detections<br />
j8pi08asq_circ.cat:  "no ident           "  no ext. header   1 set    1203 detections<br />
j8pi08zyq_circ.cat:  "no ident           "  no ext. header   1 set    1085 detections<br />
j8pi09osq_circ.cat:  "no ident           "  no ext. header   1 set    1169 detections<br />
j8pi09ozq_circ.cat:  "no ident           "  no ext. header   1 set     906 detections<br />
j8pi09p5q_circ.cat:  "no ident           "  no ext. header   1 set    1229 detections<br />
j8pi09pfq_circ.cat:  "no ident           "  no ext. header   1 set    1152 detections<br />
j8pi10nbq_circ.cat:  "no ident           "  no ext. header   1 set     917 detections<br />
j8pi10neq_circ.cat:  "no ident           "  no ext. header   1 set    1153 detections<br />
j8pi10niq_circ.cat:  "no ident           "  no ext. header   1 set    1066 detections<br />
j8pi10nmq_circ.cat:  "no ident           "  no ext. header   1 set    1200 detections<br />
<br />
----- 17779 detections loaded<br />
<br />
----- 1 instrument found for astrometry:<br />
<br />
Instrument A1 :<br />
FILTER  = 'F775W             '                                                  <br />
QRUNID  =                                                                       <br />
<br />
----- 1 instrument found for photometry:<br />
<br />
Instrument P1 :<br />
FILTER  = 'F775W             '                                                  <br />
<br />
----- 1 field group found:<br />
<br />
 Group  1: 16 fields at 02:16:33.43 -17:47:51.6 with radius 3.43'<br />
                  instruments     center coordinates     radius    scale<br />
j8pi07b3q_circ.cat   A1  P1    02:16:35.62 -17:47:05.6   2.491' 0.05000"<br />
j8pi07bfq_circ.cat   A1  P1    02:16:35.62 -17:47:05.7   2.491' 0.05000"<br />
j8pi07bjq_circ.cat   A1  P1    02:16:35.50 -17:47:08.1   2.491' 0.05000"<br />
j8pi07c3q_circ.cat   A1  P1    02:16:35.51 -17:47:08.2   2.491' 0.05000"<br />
j8pi08a8q_circ.cat   A1  P1    02:16:35.63 -17:47:06.0   2.491' 0.05000"<br />
j8pi08adq_circ.cat   A1  P1    02:16:35.52 -17:47:08.3   2.491' 0.05000"<br />
j8pi08asq_circ.cat   A1  P1    02:16:35.52 -17:47:08.5   2.491' 0.05000"<br />
j8pi08zyq_circ.cat   A1  P1    02:16:35.63 -17:47:05.8   2.491' 0.05000"<br />
j8pi09osq_circ.cat   A1  P1    02:16:31.40 -17:48:37.6   2.491' 0.05000"<br />
j8pi09ozq_circ.cat   A1  P1    02:16:31.39 -17:48:37.7   2.491' 0.05000"<br />
j8pi09p5q_circ.cat   A1  P1    02:16:31.19 -17:48:37.8   2.491' 0.05000"<br />
j8pi09pfq_circ.cat   A1  P1    02:16:31.18 -17:48:37.9   2.491' 0.05000"<br />
j8pi10nbq_circ.cat   A1  P1    02:16:31.20 -17:48:35.4   2.491' 0.05000"<br />
j8pi10neq_circ.cat   A1  P1    02:16:31.21 -17:48:35.3   2.491' 0.05000"<br />
j8pi10niq_circ.cat   A1  P1    02:16:31.38 -17:48:33.8   2.491' 0.05000"<br />
j8pi10nmq_circ.cat   A1  P1    02:16:31.38 -17:48:33.7   2.491' 0.05000"<br />
<br />
----- Reference catalogs:<br />
<br />
&gt; Catalog USNO-B1.0 (Bj band) : Object #25090000 / 25090000 samples stored<br />
&gt; Not enough memory for set-&gt;sample (nsample elements) !<br />
<br />
Help?<br />
<br />
Thanks,<br />
ReiCow]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[installing on cygwin]]></title>
			<link>http://www.astromatic.net/forum/showthread.php?tid=755</link>
			<pubDate>Wed, 14 Dec 2011 21:03:28 +0000</pubDate>
			<guid isPermaLink="false">http://www.astromatic.net/forum/showthread.php?tid=755</guid>
			<description><![CDATA[Hi All,<br />
<br />
I have looked through the forums and did not find an answer to my question.  I am trying to install Sextractor on <span style="text-decoration: underline;">cygwin</span> to do a quick and dirty port to windows.  I continually get the following error:<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>checking clapack.h usability... no<br />
checking clapack.h presence... yes<br />
configure: WARNING: clapack.h: present but cannot be compiled<br />
configure: WARNING: clapack.h:&nbsp;&nbsp;&nbsp;&nbsp; check for missing prerequisite headers?<br />
configure: WARNING: clapack.h: see the Autoconf documentation<br />
configure: WARNING: clapack.h:&nbsp;&nbsp;&nbsp;&nbsp; section "Present But Cannot Be Compiled"<br />
configure: WARNING: clapack.h: proceeding with the compiler's result<br />
configure: WARNING:&nbsp;&nbsp;&nbsp;&nbsp; ## ---------------------------- ##<br />
configure: WARNING:&nbsp;&nbsp;&nbsp;&nbsp; ## Report this to bertin@iap.fr ##<br />
configure: WARNING:&nbsp;&nbsp;&nbsp;&nbsp; ## ---------------------------- ##<br />
checking for clapack.h... no<br />
checking for clapack_dpotrf in -llapack... no<br />
checking for cblas_dgemm in -lcblas... no<br />
checking for clapack_dpotrf in -llapack... no<br />
checking for cblas_dgemm in -lcblas... no<br />
configure: error: CBLAS/LAPack library files not found in ~/ATLAS/AtlasInst/lib/! Exiting.</code></div></div>
<br />
I have compiled ATLAS and CLAPACK and to the best of my knowledge linked them in correctly, but I am obviously missing something.  Can anyone help?  Thanks a bunch!]]></description>
			<content:encoded><![CDATA[Hi All,<br />
<br />
I have looked through the forums and did not find an answer to my question.  I am trying to install Sextractor on <span style="text-decoration: underline;">cygwin</span> to do a quick and dirty port to windows.  I continually get the following error:<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>checking clapack.h usability... no<br />
checking clapack.h presence... yes<br />
configure: WARNING: clapack.h: present but cannot be compiled<br />
configure: WARNING: clapack.h:&nbsp;&nbsp;&nbsp;&nbsp; check for missing prerequisite headers?<br />
configure: WARNING: clapack.h: see the Autoconf documentation<br />
configure: WARNING: clapack.h:&nbsp;&nbsp;&nbsp;&nbsp; section "Present But Cannot Be Compiled"<br />
configure: WARNING: clapack.h: proceeding with the compiler's result<br />
configure: WARNING:&nbsp;&nbsp;&nbsp;&nbsp; ## ---------------------------- ##<br />
configure: WARNING:&nbsp;&nbsp;&nbsp;&nbsp; ## Report this to bertin@iap.fr ##<br />
configure: WARNING:&nbsp;&nbsp;&nbsp;&nbsp; ## ---------------------------- ##<br />
checking for clapack.h... no<br />
checking for clapack_dpotrf in -llapack... no<br />
checking for cblas_dgemm in -lcblas... no<br />
checking for clapack_dpotrf in -llapack... no<br />
checking for cblas_dgemm in -lcblas... no<br />
configure: error: CBLAS/LAPack library files not found in ~/ATLAS/AtlasInst/lib/! Exiting.</code></div></div>
<br />
I have compiled ATLAS and CLAPACK and to the best of my knowledge linked them in correctly, but I am obviously missing something.  Can anyone help?  Thanks a bunch!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Multithreading shows no effect?]]></title>
			<link>http://www.astromatic.net/forum/showthread.php?tid=754</link>
			<pubDate>Sun, 11 Dec 2011 18:36:57 +0000</pubDate>
			<guid isPermaLink="false">http://www.astromatic.net/forum/showthread.php?tid=754</guid>
			<description><![CDATA[Hello,<br />
<br />
I wanted to install sextractor v2.8.6 to see the effect of multi-threading (which apparently is not yet activated for 2.5.0, even though the NTHREADS keyword is there). I ran into the same problem as many other folks here, failing to make the configure script recognise my ATLAS installation (i'm using ubuntu 11.10). <br />
I tried the --without-atlas option, but the configure script would still look for it. Same with --disable-model-fitting. The latest repository version (2.14.7) recognised the latter option though, and Sextractor compiled fine.<br />
<br />
However, I don't see any effect setting NTHREADS to a value larger than 1.<br />
<br />
Can it be that multi-threading is used for model-fitting only, but not for the detection process? I'm only interested in creating source catalogs from single-extension FITS files.<br />
<br />
Thanks,<br />
<br />
mischa]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
I wanted to install sextractor v2.8.6 to see the effect of multi-threading (which apparently is not yet activated for 2.5.0, even though the NTHREADS keyword is there). I ran into the same problem as many other folks here, failing to make the configure script recognise my ATLAS installation (i'm using ubuntu 11.10). <br />
I tried the --without-atlas option, but the configure script would still look for it. Same with --disable-model-fitting. The latest repository version (2.14.7) recognised the latter option though, and Sextractor compiled fine.<br />
<br />
However, I don't see any effect setting NTHREADS to a value larger than 1.<br />
<br />
Can it be that multi-threading is used for model-fitting only, but not for the detection process? I'm only interested in creating source catalogs from single-extension FITS files.<br />
<br />
Thanks,<br />
<br />
mischa]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Scamp detects false groups]]></title>
			<link>http://www.astromatic.net/forum/showthread.php?tid=752</link>
			<pubDate>Thu, 01 Dec 2011 17:17:09 +0000</pubDate>
			<guid isPermaLink="false">http://www.astromatic.net/forum/showthread.php?tid=752</guid>
			<description><![CDATA[I am supplying scamp with a list of fits_ldac output files from sextractor of a single field.  Scamp will sometimes detect multiple fields and it seems to randomly change the coordinates or scales of input files if I run scamp multiple times on the exact same files.  <br />
<br />
<br />
I sometimes get a message:<br />
&gt; WARNING: FK4 precession formulae not yet implemented:<br />
            Astrometry may be slightly inaccurate<br />
<br />
sometimes it does not detect any fields and returns:<br />
&gt; *Error*: CDELT parameters out of range <br />
<br />
sometimes it will correctly detect 1 group of 45 fields, sometimes 2 or more.  <br />
<br />
Here is an example of one output for one invocation of scamp:<br />
Group  3: 1 field at 21:27:21.08 +08:37:13.4 with radius 4671'<br />
                  instruments     center coordinates     radius    scale<br />
lfsr_1178_04_mef.fits A1  P1    21:27:21.08 +08:37:13.4   4671.'  0.1591"<br />
<br />
<br />
on the next invocation of scamp, nothing has changed but now it claims:<br />
 Group  4: 1 field at 19:09:57.64 +14:28:37.6 with radius 4531'<br />
                  instruments     center coordinates     radius    scale<br />
lfsr_1178_04_mef.fits A1  P1    19:09:57.64 +14:28:37.6   4531.'  0.1591"<br />
<br />
<br />
I am guessing a header parameter is wrong but the problem isn't repeatable.   Sometimes it works. <br />
<br />
I am running scamp v.1.7.0  on a Mac server v.10.5.8, the fits_ldac file is attached.    Thanks and cheers,  Andy<br /><!-- start: postbit_attachments_attachment -->
<br /><img src="images/attachtypes/" border="0" alt=".fits" />&nbsp;&nbsp;<a href="attachment.php?aid=228" target="_blank">lfsr_1178_04_mef.fits</a> (Size: 570.94 KB / Downloads: 10)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[I am supplying scamp with a list of fits_ldac output files from sextractor of a single field.  Scamp will sometimes detect multiple fields and it seems to randomly change the coordinates or scales of input files if I run scamp multiple times on the exact same files.  <br />
<br />
<br />
I sometimes get a message:<br />
&gt; WARNING: FK4 precession formulae not yet implemented:<br />
            Astrometry may be slightly inaccurate<br />
<br />
sometimes it does not detect any fields and returns:<br />
&gt; *Error*: CDELT parameters out of range <br />
<br />
sometimes it will correctly detect 1 group of 45 fields, sometimes 2 or more.  <br />
<br />
Here is an example of one output for one invocation of scamp:<br />
Group  3: 1 field at 21:27:21.08 +08:37:13.4 with radius 4671'<br />
                  instruments     center coordinates     radius    scale<br />
lfsr_1178_04_mef.fits A1  P1    21:27:21.08 +08:37:13.4   4671.'  0.1591"<br />
<br />
<br />
on the next invocation of scamp, nothing has changed but now it claims:<br />
 Group  4: 1 field at 19:09:57.64 +14:28:37.6 with radius 4531'<br />
                  instruments     center coordinates     radius    scale<br />
lfsr_1178_04_mef.fits A1  P1    19:09:57.64 +14:28:37.6   4531.'  0.1591"<br />
<br />
<br />
I am guessing a header parameter is wrong but the problem isn't repeatable.   Sometimes it works. <br />
<br />
I am running scamp v.1.7.0  on a Mac server v.10.5.8, the fits_ldac file is attached.    Thanks and cheers,  Andy<br /><!-- start: postbit_attachments_attachment -->
<br /><img src="images/attachtypes/" border="0" alt=".fits" />&nbsp;&nbsp;<a href="attachment.php?aid=228" target="_blank">lfsr_1178_04_mef.fits</a> (Size: 570.94 KB / Downloads: 10)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[2MASS photometric calibration with scamp and swarp]]></title>
			<link>http://www.astromatic.net/forum/showthread.php?tid=747</link>
			<pubDate>Fri, 11 Nov 2011 13:14:57 +0000</pubDate>
			<guid isPermaLink="false">http://www.astromatic.net/forum/showthread.php?tid=747</guid>
			<description><![CDATA[Dear Astromatic team,<br />
<br />
I searched hard in the docs and forum for examples of how to setup scamp and swarp to perform the photometric calibration of K-band data. Specifically I am trying to combine VLT-HAWKI mosaics using the 2MASS catalog as reference. I read from the 2007 posts that scamp was not capable of absolute calibration, but surely this must be superseded since scamp accesses the 2MASS database for the astrometric solution. <br />
<br />
More precisely, what I need to know is:<br />
<br />
1- given a list of input sextractor catalogues, does scamp compute a global photometric solution, or does it solve it catalogue by catalogue? Since I am processing the data OB by OB, I expect the photometric solution to be common to all chips acquired in a single OB. <br />
<br />
2- how do I tell swarp to take into account the global phometric solution? I spotted the FSCAL* keywords, but their use is not obvious (i.e. I do not know if to use `FIXED' or `VARIABLE'). <br />
<br />
Thank you,<br />
<br />
Simon Casassus.]]></description>
			<content:encoded><![CDATA[Dear Astromatic team,<br />
<br />
I searched hard in the docs and forum for examples of how to setup scamp and swarp to perform the photometric calibration of K-band data. Specifically I am trying to combine VLT-HAWKI mosaics using the 2MASS catalog as reference. I read from the 2007 posts that scamp was not capable of absolute calibration, but surely this must be superseded since scamp accesses the 2MASS database for the astrometric solution. <br />
<br />
More precisely, what I need to know is:<br />
<br />
1- given a list of input sextractor catalogues, does scamp compute a global photometric solution, or does it solve it catalogue by catalogue? Since I am processing the data OB by OB, I expect the photometric solution to be common to all chips acquired in a single OB. <br />
<br />
2- how do I tell swarp to take into account the global phometric solution? I spotted the FSCAL* keywords, but their use is not obvious (i.e. I do not know if to use `FIXED' or `VARIABLE'). <br />
<br />
Thank you,<br />
<br />
Simon Casassus.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Photometry on a list of objects]]></title>
			<link>http://www.astromatic.net/forum/showthread.php?tid=742</link>
			<pubDate>Fri, 04 Nov 2011 14:10:35 +0000</pubDate>
			<guid isPermaLink="false">http://www.astromatic.net/forum/showthread.php?tid=742</guid>
			<description><![CDATA[Is it possible to use SExtractor to do the photometry on a list of supplied object positions? I have a clean list of detections, where I have added in objects around bright stars and galaxies that were missed by SExtractor, and would like the photometry of the objects in the list.<br />
<br />
Thanks,<br />
Cody]]></description>
			<content:encoded><![CDATA[Is it possible to use SExtractor to do the photometry on a list of supplied object positions? I have a clean list of detections, where I have added in objects around bright stars and galaxies that were missed by SExtractor, and would like the photometry of the objects in the list.<br />
<br />
Thanks,<br />
Cody]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[segfaults when using weight maps]]></title>
			<link>http://www.astromatic.net/forum/showthread.php?tid=733</link>
			<pubDate>Fri, 21 Oct 2011 19:32:51 +0000</pubDate>
			<guid isPermaLink="false">http://www.astromatic.net/forum/showthread.php?tid=733</guid>
			<description><![CDATA[Hi!<br />
<br />
I'm trying to sextract an image with an associated pixel mask (1s for good pixels, 0s for bad pixels) as a weight map. When I don't use the pixel mask, SExtractor works fine (although it IDs a couple bad pixels as stars):<br />
<br />
sex NGC_891_0_277.tr.fc.lc.skysub.flatcorr.msub.geotran.fits -c whirc.sex -WEIGHT_TYPE NONE<br />
----- SExtractor 2.8.6 started on 2011-10-21 at 14:29:35 with 1 thread<br />
<br />
Measuring from: "NGC 891 SW BrG45"  / 2048 x 2048 / 0 bits FLOATING POINT data<br />
(M+D) Background: 3.53672    RMS: 18.7539    / Threshold: 150.031    <br />
Objects: detected 8        / sextracted 6                      <br />
&gt; All done (in 1 s)<br />
<br />
however, when I use the exact same configuration file and image with a weight map, I get this:<br />
<br />
sex NGC_891_0_277.tr.fc.lc.skysub.flatcorr.msub.geotran.fits -c whirc.sex -WEIGHT_TYPE MAP_WEIGHT<br />
----- SExtractor 2.8.6 started on 2011-10-21 at 14:30:17 with 1 thread<br />
<br />
Measuring from: "NGC 891 SW BrG45"  / 2048 x 2048 / 0 bits FLOATING POINT data<br />
Weighting from: "Flat J 32s"  / 2048 x 2048 / 0 bits FLOATING POINT data<br />
(M+D) Background: 3.54378    RMS: 18.7265    / Threshold: 149.812    <br />
Segmentation fault<br />
<br />
I put the fits files for the data image and the pixel mask online, as well as the SExtractor configuration file, online here:<br />
<br />
<a href="http://www.astro.wisc.edu/~andrew/se_mapweight/" target="_blank">http://www.astro.wisc.edu/~andrew/se_mapweight/</a><br />
<br />
if anyone wants to try to reproduce the problem locally. Any information you could give would be terrific. Thanks!<br />
<br />
-Andrew]]></description>
			<content:encoded><![CDATA[Hi!<br />
<br />
I'm trying to sextract an image with an associated pixel mask (1s for good pixels, 0s for bad pixels) as a weight map. When I don't use the pixel mask, SExtractor works fine (although it IDs a couple bad pixels as stars):<br />
<br />
sex NGC_891_0_277.tr.fc.lc.skysub.flatcorr.msub.geotran.fits -c whirc.sex -WEIGHT_TYPE NONE<br />
----- SExtractor 2.8.6 started on 2011-10-21 at 14:29:35 with 1 thread<br />
<br />
Measuring from: "NGC 891 SW BrG45"  / 2048 x 2048 / 0 bits FLOATING POINT data<br />
(M+D) Background: 3.53672    RMS: 18.7539    / Threshold: 150.031    <br />
Objects: detected 8        / sextracted 6                      <br />
&gt; All done (in 1 s)<br />
<br />
however, when I use the exact same configuration file and image with a weight map, I get this:<br />
<br />
sex NGC_891_0_277.tr.fc.lc.skysub.flatcorr.msub.geotran.fits -c whirc.sex -WEIGHT_TYPE MAP_WEIGHT<br />
----- SExtractor 2.8.6 started on 2011-10-21 at 14:30:17 with 1 thread<br />
<br />
Measuring from: "NGC 891 SW BrG45"  / 2048 x 2048 / 0 bits FLOATING POINT data<br />
Weighting from: "Flat J 32s"  / 2048 x 2048 / 0 bits FLOATING POINT data<br />
(M+D) Background: 3.54378    RMS: 18.7265    / Threshold: 149.812    <br />
Segmentation fault<br />
<br />
I put the fits files for the data image and the pixel mask online, as well as the SExtractor configuration file, online here:<br />
<br />
<a href="http://www.astro.wisc.edu/~andrew/se_mapweight/" target="_blank">http://www.astro.wisc.edu/~andrew/se_mapweight/</a><br />
<br />
if anyone wants to try to reproduce the problem locally. Any information you could give would be terrific. Thanks!<br />
<br />
-Andrew]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[swarp automatic weighting ]]></title>
			<link>http://www.astromatic.net/forum/showthread.php?tid=732</link>
			<pubDate>Thu, 20 Oct 2011 19:51:56 +0000</pubDate>
			<guid isPermaLink="false">http://www.astromatic.net/forum/showthread.php?tid=732</guid>
			<description><![CDATA[Dear Astromatic developpers,<br />
<br />
first of all thank you very much for such fine pieces of software. I am using sextractor, scamp and swarp to combine HAWKI imaging of the Rho Ophiucus cloud into  a mosaic. Although I could run the whole sequence to produce a mosaic, I have two serious problems. The first is to do with the scamp solution, which I will post on the scamp threads if I still have not solved it. The second is to do with the way swarp combines the images. Running swarp in its default configuration and with the `MEDIAN' option for the combination produces unsatisfactory results because the gaps in-between detector chips are taken as `zeroes' and included in the median averaging. <br />
<br />
From the swarp manual I gathered that in producing the combined mosaic with the `median' alogorithm, the median was taken over all pixels with non-zero weights.  It is also said in the swarp manual that swarp has a built-in facillity to do `automatic weighting'.  But I could not find the switch to toggle this `automatic weighting'. Your help in finding this `automatic weights' is very much appreciated. <br />
<br />
Best regards,<br />
<br />
Simon Casassus.]]></description>
			<content:encoded><![CDATA[Dear Astromatic developpers,<br />
<br />
first of all thank you very much for such fine pieces of software. I am using sextractor, scamp and swarp to combine HAWKI imaging of the Rho Ophiucus cloud into  a mosaic. Although I could run the whole sequence to produce a mosaic, I have two serious problems. The first is to do with the scamp solution, which I will post on the scamp threads if I still have not solved it. The second is to do with the way swarp combines the images. Running swarp in its default configuration and with the `MEDIAN' option for the combination produces unsatisfactory results because the gaps in-between detector chips are taken as `zeroes' and included in the median averaging. <br />
<br />
From the swarp manual I gathered that in producing the combined mosaic with the `median' alogorithm, the median was taken over all pixels with non-zero weights.  It is also said in the swarp manual that swarp has a built-in facillity to do `automatic weighting'.  But I could not find the switch to toggle this `automatic weighting'. Your help in finding this `automatic weights' is very much appreciated. <br />
<br />
Best regards,<br />
<br />
Simon Casassus.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Error estimation in v2.8.6]]></title>
			<link>http://www.astromatic.net/forum/showthread.php?tid=731</link>
			<pubDate>Wed, 19 Oct 2011 16:17:01 +0000</pubDate>
			<guid isPermaLink="false">http://www.astromatic.net/forum/showthread.php?tid=731</guid>
			<description><![CDATA[I've processed a mosaic with SEv2.5.0 and v2.8.6 using identical configuration files and weight maps.  I get different uncertainty estimates in the resulting aperture photometry catalog, in the sense that under v.2.8.6 they are larger.  Can someone point me to v2.8.6 release notes somewhere that describe all the changes made since v2.5.0?]]></description>
			<content:encoded><![CDATA[I've processed a mosaic with SEv2.5.0 and v2.8.6 using identical configuration files and weight maps.  I get different uncertainty estimates in the resulting aperture photometry catalog, in the sense that under v.2.8.6 they are larger.  Can someone point me to v2.8.6 release notes somewhere that describe all the changes made since v2.5.0?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[scamp 1.7.0 and plplot]]></title>
			<link>http://www.astromatic.net/forum/showthread.php?tid=730</link>
			<pubDate>Wed, 19 Oct 2011 06:33:22 +0000</pubDate>
			<guid isPermaLink="false">http://www.astromatic.net/forum/showthread.php?tid=730</guid>
			<description><![CDATA[Hi,<br />
<br />
I'm using scamp 1.7.0 installed on a 64 bit linux computer with plplot version 5.9.0, and I'm getting the error message:<br />
<br />
scamp: symbol lookup error: scamp: undefined symbol: c_plimage<br />
<br />
when trying to make diagnostic plots. Which version of plplot was scamp 1.7.0 tested with?  <a href="http://www.astromatic.net/forum/showthread.php?tid=479&amp;highlight=c_plimage" target="_blank">This thread</a> suggests that using plplot version 5.9.4 might work, is this correct?<br />
<br />
Thanks for your help!<br />
Neil]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
I'm using scamp 1.7.0 installed on a 64 bit linux computer with plplot version 5.9.0, and I'm getting the error message:<br />
<br />
scamp: symbol lookup error: scamp: undefined symbol: c_plimage<br />
<br />
when trying to make diagnostic plots. Which version of plplot was scamp 1.7.0 tested with?  <a href="http://www.astromatic.net/forum/showthread.php?tid=479&amp;highlight=c_plimage" target="_blank">This thread</a> suggests that using plplot version 5.9.4 might work, is this correct?<br />
<br />
Thanks for your help!<br />
Neil]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Stuff documentation]]></title>
			<link>http://www.astromatic.net/forum/showthread.php?tid=729</link>
			<pubDate>Sun, 16 Oct 2011 15:46:30 +0000</pubDate>
			<guid isPermaLink="false">http://www.astromatic.net/forum/showthread.php?tid=729</guid>
			<description><![CDATA[Hi,<br />
can someone tell where I can find some documentation for Stuff?I already searched on ADS, but I only found an article on SkyMaker.<br />
<br />
Thanks.<br />
Marianna]]></description>
			<content:encoded><![CDATA[Hi,<br />
can someone tell where I can find some documentation for Stuff?I already searched on ADS, but I only found an article on SkyMaker.<br />
<br />
Thanks.<br />
Marianna]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Server down next Tuesday]]></title>
			<link>http://www.astromatic.net/forum/showthread.php?tid=727</link>
			<pubDate>Sun, 09 Oct 2011 19:07:09 +0000</pubDate>
			<guid isPermaLink="false">http://www.astromatic.net/forum/showthread.php?tid=727</guid>
			<description><![CDATA[Dear forum members,<br />
<br />
because of a scheduled power cut at IAP, the AstrOmatic web site and forum will have to be shutdown on Tuesday Oct 11 (2011) at 8am CET, and will not be available before 6pm CET in the afternoon.<br />
Sorry for this interruption.<br />
- Emmanuel.]]></description>
			<content:encoded><![CDATA[Dear forum members,<br />
<br />
because of a scheduled power cut at IAP, the AstrOmatic web site and forum will have to be shutdown on Tuesday Oct 11 (2011) at 8am CET, and will not be available before 6pm CET in the afternoon.<br />
Sorry for this interruption.<br />
- Emmanuel.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Star subtraction with PSF file]]></title>
			<link>http://www.astromatic.net/forum/showthread.php?tid=726</link>
			<pubDate>Thu, 06 Oct 2011 21:33:42 +0000</pubDate>
			<guid isPermaLink="false">http://www.astromatic.net/forum/showthread.php?tid=726</guid>
			<description><![CDATA[Okay so this is a total rookie question but now that I have the PSF how can I use that to do point source subtraction from my FITS image? I'm totally new to the photometry game.]]></description>
			<content:encoded><![CDATA[Okay so this is a total rookie question but now that I have the PSF how can I use that to do point source subtraction from my FITS image? I'm totally new to the photometry game.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[trouble with rotated images]]></title>
			<link>http://www.astromatic.net/forum/showthread.php?tid=725</link>
			<pubDate>Wed, 05 Oct 2011 14:47:07 +0000</pubDate>
			<guid isPermaLink="false">http://www.astromatic.net/forum/showthread.php?tid=725</guid>
			<description><![CDATA[Hello!<br />
<br />
I am attempting to use Scamp on some small field-of-view (~3' per side) infrared images. Due to the nature of my observing program the images are all at arbitrary large rotation values, which aren't properly propagated into the image headers. Scamp fails to find the appropriate solution for the images. However, if I edit the CD matrix by hand to have approximately the correct rotation Scamp works fine with the exact same configuration file (and yes, the configuration file has posangle_maxerr set to 180 degrees). <br />
<br />
Instead of uploading a bunch of attachments, I've put every relevant file I can think of on this webpage: <a href="http://www.astro.wisc.edu/~andrew/scamp." target="_blank">http://www.astro.wisc.edu/~andrew/scamp.</a> The webpage has two fits images, the original (unrot.fits) and one rotated (rotated.fits). I have also uploaded the configuration files I use for both SExtractor and Scamp. The commands I use on these images to create the other files in that directory are as follows:<br />
<br />
sex rotated.fits -c whirc.sex -catalog_name rotated.cat<br />
sex unrot.fits -c whirc.sex -catalog_name unrot.cat<br />
scamp -c scamp.conf rotated.cat &gt;&amp; rotated.log<br />
scamp -c scamp.conf unrot.cat &gt; &amp; unrot.log<br />
<br />
Also, I am using Scamp 1.4.0, although from looking at the changelogs I don't see any obvious indication that upgrading to the new version would solve this problem. <br />
<br />
If anyone has any ideas or help I would greatly appreciate it. Thanks!<br />
<br />
-Andrew]]></description>
			<content:encoded><![CDATA[Hello!<br />
<br />
I am attempting to use Scamp on some small field-of-view (~3' per side) infrared images. Due to the nature of my observing program the images are all at arbitrary large rotation values, which aren't properly propagated into the image headers. Scamp fails to find the appropriate solution for the images. However, if I edit the CD matrix by hand to have approximately the correct rotation Scamp works fine with the exact same configuration file (and yes, the configuration file has posangle_maxerr set to 180 degrees). <br />
<br />
Instead of uploading a bunch of attachments, I've put every relevant file I can think of on this webpage: <a href="http://www.astro.wisc.edu/~andrew/scamp." target="_blank">http://www.astro.wisc.edu/~andrew/scamp.</a> The webpage has two fits images, the original (unrot.fits) and one rotated (rotated.fits). I have also uploaded the configuration files I use for both SExtractor and Scamp. The commands I use on these images to create the other files in that directory are as follows:<br />
<br />
sex rotated.fits -c whirc.sex -catalog_name rotated.cat<br />
sex unrot.fits -c whirc.sex -catalog_name unrot.cat<br />
scamp -c scamp.conf rotated.cat &gt;&amp; rotated.log<br />
scamp -c scamp.conf unrot.cat &gt; &amp; unrot.log<br />
<br />
Also, I am using Scamp 1.4.0, although from looking at the changelogs I don't see any obvious indication that upgrading to the new version would solve this problem. <br />
<br />
If anyone has any ideas or help I would greatly appreciate it. Thanks!<br />
<br />
-Andrew]]></content:encoded>
		</item>
	</channel>
</rss>
