Changeset 9633 for trunk/Ohana/src/relphot/doc/notes.txt
- Timestamp:
- Oct 18, 2006, 8:54:26 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relphot/doc/notes.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relphot/doc/notes.txt
r7080 r9633 1 2 2006.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 1 40 2 41 2006.05.03
Note:
See TracChangeset
for help on using the changeset viewer.
