Changeset 34569
- Timestamp:
- Oct 24, 2012, 3:53:58 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120905/Ohana/src
- Files:
-
- 3 edited
-
libdvo/include/dvo.h (modified) (1 diff)
-
opihi/cmd.astro (modified) (1 prop)
-
relphot/src/StarOps.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120905/Ohana/src/libdvo/include/dvo.h
r34423 r34569 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 134 } DVOMeasureFlags; 134 135 -
branches/eam_branches/ipp-20120905/Ohana/src/opihi/cmd.astro
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/eam_branches/ipp-20120905/Ohana/src/relphot/src/StarOps.c
r34468 r34569 424 424 if (code->equiv != thisCode) { continue; } 425 425 Ncode ++; 426 427 catalog[Nc].measure[m].dbFlags &= ~ID_MEAS_STACK_PRIMARY; 426 428 427 429 if (catalog[Nc].measureT[m].dbFlags & MEAS_BAD) SKIP_THIS_MEAS(Nbad); … … 692 694 693 695 catalog[Nc].secfilt[Nsecfilt*j+Nsec].stackID = ID; 696 697 catalog[Nc].measure[m].dbFlags |= ID_MEAS_STACK_PRIMARY; 694 698 } 695 699
Note:
See TracChangeset
for help on using the changeset viewer.
