Changeset 34735 for branches/eam_branches/ipp-20120905/Ohana
- Timestamp:
- Nov 29, 2012, 2:15:01 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120905
- Files:
-
- 5 edited
-
. (modified) (1 prop)
-
Ohana (modified) (1 prop)
-
Ohana/src/addstar/src/psps_ids.c (modified) (2 diffs)
-
Ohana/src/libdvo/include/dvo.h (modified) (1 diff)
-
Ohana/src/opihi/cmd.astro (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120905
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120905/Ohana
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-20120905/Ohana/src/addstar/src/psps_ids.c
r34260 r34735 21 21 CreatePSPSStackDetectionID(int sourceID, int imageID, int detID) 22 22 { 23 // sourceID : ID of database + table that tracked the image (< 0x 100 = 256)23 // sourceID : ID of database + table that tracked the image (< 0x7f = 127) 24 24 // imageID : external ID of the image which provided the detections (< 0x1000.0000 ~ 2.7e8) 25 25 // detID : detection sequence in image (< 0x1000.0000 ~ 2.7e8) … … 27 27 assert (detID < 0x10000000); 28 28 assert (imageID < 0x10000000); 29 assert (sourceID < 0x 100);29 assert (sourceID < 0x7f); 30 30 31 31 uint64_t detectid = ((uint64_t)sourceID << 56) + ((uint64_t)imageID << 28) + (uint64_t)detID; -
branches/eam_branches/ipp-20120905/Ohana/src/libdvo/include/dvo.h
r34728 r34735 193 193 ID_PHOTOM_PASS_3 = 0x00000800, // average magnitude calculated in 3th pass 194 194 ID_PHOTOM_PASS_4 = 0x00001000, // average magnitude calculated in 4th pass 195 ID_PSPS_OBJ_EXT = 0x00002000, // In PSPS ID_SECF_OBJ_EXT is moved here so it fits within 16 bits 195 196 ID_SECF_OBJ_EXT = 0x01000000, // extended in this band 196 197 } DVOSecfiltFlags; -
branches/eam_branches/ipp-20120905/Ohana/src/opihi/cmd.astro
- Property svn:mergeinfo changed (with no actual effect on merging)
Note:
See TracChangeset
for help on using the changeset viewer.
