IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Initial Version and Version 1 of PsAstro


Ignore:
Timestamp:
Feb 24, 2009, 4:23:57 PM (17 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PsAstro

    v1 v1  
     1(Up to [wiki:Development_Notes Development Notes]
     2
     32007.01.21 EAM : notes
     4
     5I've made lots of progress on psastro in both chip and mosaic mode.  It basically works now; at this point, the remaining effort involves ensuring all I/O options are working and that we have enough information from the process written as either header data or graphics to understand the results.  Some outstanding issues below:
     6
     7 * the input file format is not determined from the file; the user must set it in the camera config.
     8
     92006.10.19 EAM : notes
     10
     11I've run a series of images from ngc7000 and triffid nebula:
     12
     13 * in the triffid nebula, the residuals are sometimes rather large.  I suspect this is from the density of sources, esp in the nebula itself.  too many mis-matches prevents the solution from converging very well.  One possibility might be to use only the nearest sources to the reference source for the fit, or at least for the residuals.  In these crowded regions, a single source will often match to many more than a single source. 
     14
     15 * there were two segfaults which I have not investigated yet.
     16
     17I have fixed up some of the issues below:
     18
     19 * getstar now takes a magnitude limit
     20 * to enable this, relphot was updated to calculate the average magnitudes based on REF photcodes
     21 * I added a significance test to the grid match to decide if the resulting match is probably a good match or not. 
     22 * log and error messages are better, but could still be improved.
     23
     242006.10.17 EAM : some notes on the current state of psastro
     25
     26 * runs successfully on images from ISP:
     27  * sep21_ngc7000_001_01.fits
     28  * sep21_trif_001_02.fits
     29
     30 * successfully uses stars from the DVO synthetic grizy bright star database
     31  * is somewhat slow to load the stars
     32  * getstar takes about 2 seconds for the field of ngc7000 and 5 seconds for triffid
     33  * the psastro read of the FITS table is '''very''' slow: 8 seconds for ngc7000 and > 100 seconds for triffid
     34  * we can probably put in magnitude limits to speed things up for now.  the FITS->Metadata conversion will have to be better optimized.
     35
     36 * converges on a solution well from the initial ISP guess. 
     37  * the fitted functional form is limited to linear at the moment.  For the ISP, this leaves residuals of out 0.5 pixels.  this can be improved with higher-order fitting (but I need to define the orders better, probably as I do for the pmPSF in psphot).
     38
     39 * a variety of other cleanups are needed
     40  * better log messages along the way
     41  * calculate and report residuals in arcseconds (currently in focal-plane units, probably pixels).
     42
     43 * the 'mosastro' version has not been tested.
     44 * there were recent fixes to the polynomial / WCS conversions that i discovered for gastro2.  I need to double-check that these are implemented for the psastro routines correctly as well.  these were relevant only for very substantial distortion (eg, the ASCA images).