IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 18, 2006, 8:54:26 AM (20 years ago)
Author:
eugene
Message:

work to allow REF measurements in the solution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relphot/doc/notes.txt

    r7080 r9633  
     1
     22006.10.17
     3
     4  I am working on a partial upgrade of relphot to handle more general
     5  problems than I have treated in the past.  In particular, I would
     6  like to be able to have it assign the average magnitudes, regardless
     7  of whether any or all images and/or objects are well-treated for
     8  relative photometry.  In fact, I would like it to be able to
     9  determine average magnitudes even for sources which have only
     10  externally supplied data, and thus have no matching images.  I would
     11  eventually like to have more flexibility about the filtering which
     12  is performed on the measurements to determine the average
     13  magnitudes.  Some of this work will require a bit of a more careful
     14  treatment of the process. 
     15
     16  At the moment, we can consider the relphot process to consist of the
     17  following steps:
     18
     19  1) load the complete catalog data
     20  2) select a subset of the sources:
     21     - appropriate photcode (equiv == selected photcode)
     22     - in time range, if specified
     23     - appropriate dophot type, if specified
     24     - bright enough:
     25       - mag < MAG_LIM 
     26       - dMag > SIGMA_LIM
     27       - ImagMin < iMag < ImagMax
     28     - other restrictions
     29       - within valid image region for chip
     30  3) iterate to a solution for Mcal (image offsets)
     31     - mark specific images as bad
     32     - mark specific sources as bad
     33     - mark specific measurements as bad
     34     - include desired restrictions on Mcal (eg, all chips of mosaic
     35       matched)
     36     - only keep the image offsets
     37
     38  4) if the results are to be kept, recalculate the average magnitudes
     39     using the image exclusions and Mcal values determined above
    140
    2412006.05.03
Note: See TracChangeset for help on using the changeset viewer.