Changeset 34572
- Timestamp:
- Oct 25, 2012, 9:54:34 AM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120905/Ohana/src
- Files:
-
- 2 edited
-
libdvo/include/dvo.h (modified) (1 diff)
-
relphot/src/StarOps.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120905/Ohana/src/libdvo/include/dvo.h
r34569 r34572 131 131 ID_MEAS_UNDEF_5 = 0x00004000, // unused 132 132 ID_MEAS_PHOTOM_UBERCAL = 0x00008000, // externally-supplied zero point from ubercal analysis 133 ID_MEAS_STACK_PRIMARY = 0x00010000, // externally-supplied zero point from ubercal analysis 133 ID_MEAS_STACK_PRIMARY = 0x00010000, // this stack measurement is in the primary skycell 134 ID_MEAS_STACK_PHOT_SRC = 0x00020000, // this measurement supplied the stack photometry 134 135 } DVOMeasureFlags; 135 136 -
branches/eam_branches/ipp-20120905/Ohana/src/relphot/src/StarOps.c
r34569 r34572 695 695 catalog[Nc].secfilt[Nsecfilt*j+Nsec].stackID = ID; 696 696 697 catalog[Nc].measure[m].dbFlags |= ID_MEAS_STACK_PRIMARY; 697 // this is named badly: 698 catalog[Nc].measure[m].dbFlags |= ID_MEAS_STACK_PHOT_SRC; 699 if (stackPrimaryMeasureMin >= 0) { 700 catalog[Nc].measure[m].dbFlags |= ID_MEAS_STACK_PRIMARY; 701 } 698 702 } 699 703
Note:
See TracChangeset
for help on using the changeset viewer.
