Changeset 39608
- Timestamp:
- Jun 23, 2016, 1:19:40 PM (10 years ago)
- Location:
- trunk/Ohana/src/libdvo
- Files:
-
- 2 edited
-
include/dvo.h (modified) (1 diff)
-
src/coordops.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libdvo/include/dvo.h
r39588 r39608 228 228 ID_SECF_OBJ_EXT_PSPS = 0x00002000, // In PSPS ID_SECF_OBJ_EXT is moved here so it fits within 16 bits 229 229 ID_SECF_STACK_PRIMARY = 0x00004000, // PS1 stack photometry comes from primary skycell 230 ID_SECF_STACK_BESTDET = 0x00008000, // PS1 stack best measurement is a detection (not forced) 231 ID_SECF_STACK_PRIMDET = 0x00010000, // PS1 stack primary measurement is a detection (not forced) 230 232 ID_SECF_OBJ_EXT = 0x01000000, // extended in this band 231 233 -
trunk/Ohana/src/libdvo/src/coordops.c
r39538 r39608 130 130 } 131 131 XY_to_RD (ra, dec, L, M, coords->mosaic); 132 } 132 return (TRUE); 133 } 133 134 *ra = L; 134 135 *dec = M;
Note:
See TracChangeset
for help on using the changeset viewer.
