Changeset 40266
- Timestamp:
- Dec 9, 2017, 11:32:09 AM (9 years ago)
- Location:
- branches/eam_branches/ohana.20170822/src
- Files:
-
- 2 edited
-
libdvo/include/dvo.h (modified) (1 diff)
-
opihi/dvo/gstar.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20170822/src/libdvo/include/dvo.h
r40249 r40266 235 235 ID_SECF_RANK_4 = 0x00001000, // average magnitude uses rank 4 values 236 236 ID_SECF_OBJ_EXT_PSPS = 0x00002000, // In PSPS ID_SECF_OBJ_EXT is moved here so it fits within 16 bits 237 ID_SECF_STACK_PRIMARY = 0x00004000, // PS1 stack photometry comes fromprimary skycell237 ID_SECF_STACK_PRIMARY = 0x00004000, // PS1 stack photometry includes a primary skycell 238 238 ID_SECF_STACK_BESTDET = 0x00008000, // PS1 stack best measurement is a detection (not forced) 239 239 ID_SECF_STACK_PRIMDET = 0x00010000, // PS1 stack primary measurement is a detection (not forced) -
branches/eam_branches/ohana.20170822/src/opihi/dvo/gstar.c
r40244 r40266 763 763 gprint (GP_LOG, "%6.3f ", catalog.measure[Nv].McalAPER); 764 764 gprint (GP_LOG, "%6.3f ", catalog.measure[Nv].Mflat); 765 gprint (GP_LOG, "%6.3f ", catalog.measure[Nv].Map); 766 gprint (GP_LOG, "%6.3f ", catalog.measure[Nv].Mkron); 765 Mrel = PhotRel (&catalog.measure[Nv], &catalog.average[k], &catalog.secfilt[k*Nsecfilt], MAG_CLASS_APER); 766 gprint (GP_LOG, "%6.3f ", Mrel); 767 Mrel = PhotRel (&catalog.measure[Nv], &catalog.average[k], &catalog.secfilt[k*Nsecfilt], MAG_CLASS_KRON); 768 gprint (GP_LOG, "%6.3f ", Mrel); 767 769 gprint (GP_LOG, "%6.3f ", catalog.measure[Nv].dMkron); 768 770 gprint (GP_LOG, "%5.1f ", pow(10.0, 0.4*catalog.measure[Nv].dt));
Note:
See TracChangeset
for help on using the changeset viewer.
