Changeset 39588 for trunk/Ohana/src/libdvo/include/dvo.h
- Timestamp:
- May 28, 2016, 5:06:23 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libdvo/include/dvo.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libdvo/include/dvo.h
r39531 r39588 205 205 ID_OBJ_GOOD = 0x02000000, // good-quality measurement in our data (eg,PS) 206 206 ID_OBJ_GOOD_ALT = 0x04000000, // good-quality measurement in external data (eg, 2MASS) 207 ID_OBJ_GOOD_STACK = 0x08000000, // good-quality object in the stack (> =1 good stack)207 ID_OBJ_GOOD_STACK = 0x08000000, // good-quality object in the stack (> 1 good stack) 208 208 ID_OBJ_BEST_STACK = 0x10000000, // the primary stack measurement are the best measurements 209 209 ID_OBJ_SUSPECT_STACK = 0x20000000, // suspect object in the stack (> 1 good or suspect stack, < 2 good) … … 226 226 ID_SECF_RANK_3 = 0x00000800, // average magnitude uses rank 3 values 227 227 ID_SECF_RANK_4 = 0x00001000, // average magnitude uses rank 4 values 228 ID_SECF_OBJ_EXT_PSPS = 0x00002000, // In PSPS ID_SECF_OBJ_EXT is moved here so it fits within 16 bits 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 230 ID_SECF_OBJ_EXT = 0x01000000, // extended in this band … … 1192 1192 // galaxy_model: 1193 1193 int TransformProperMotion_radians (double *uR, double *uD, double uL, double uB, double Rrad, double Drad, CoordTransform *transform); 1194 int TransformProperMotion (double *uR, double *uD, double uL, double uB, double R, double D, CoordTransform *transform); 1194 int TransformProperMotionForewards (double *uL, double *uB, double uR, double uD, double R, double D, CoordTransform *transform); 1195 int TransformProperMotionBackwards (double *uR, double *uD, double uL, double uB, double R, double D, CoordTransform *transform); 1195 1196 int SolarMotionModel_radians (double *uL_sol, double *uB_sol, double Lrad, double Brad, double distance); 1196 1197 int SolarMotionModel (double *uL_sol, double *uB_sol, double L, double B, double distance);
Note:
See TracChangeset
for help on using the changeset viewer.
