Changes between Version 5 and Version 6 of Stack
- Timestamp:
- Mar 6, 2011, 12:59:54 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Stack
v5 v6 19 19 === Stack Zero Points === 20 20 21 Here is a description of how the stack zero points are determined a tset:21 Here is a description of how the stack zero points are determined and set: 22 22 23 23 * in ppStackInputPhotometer … … 25 25 * in ppStackSources: 26 26 * extract the reported zero points for each exposure 27 * if all are valid (not NAN), use these as the zero points 28 * otherwise use airmass and exposure time to generate a nominal offset [this explains some jumps: if any image was missing the zero point, the stack would end up with a reference zero point of essentially 25.0 -- from the ppStack recipe file -- otherwise it would be essentially the zero point of the given filter (relative to grizy.synth)]. 27 * if all are valid (not NAN), use these as the zero points 28 * otherwise use the recipe values (25.0 at the time of this writing) 29 * this explains some jumps: if any image was missing the zero point, the stack would end up with a reference zero point of essentially 25.0 -- from the ppStack recipe file -- otherwise it would be essentially the zero point of the given filter (relative to grizy.synth). 29 30 * if (ppStack:MATCH.ZERO.POINTS), use relative photometry to set the zero point: 30 * pmSourceMatchRelphot returns the set of transparencies that minimize the chisq [ is this forced to have a mean of 0.0? or keep photometric images at 0.0?]31 * pmSourceMatchRelphot returns the set of transparencies that minimize the chisq [the 'photometric clump' is set to 0.0 offset] 31 32 * transparency is defined as: M_app = m_inst + zp + c1 * airmass + 2.5log(t) - transparency 32 33 * the transparencies are applied to the reported zero points
