Changeset 39645
- Timestamp:
- Aug 4, 2016, 2:09:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/dvopsps/src/insert_detections_dvopsps_catalog.c
r39112 r39645 309 309 uint64_t ippObjID = ((uint64_t)average->catID << 32) + (uint64_t)average->objID; // ippObjID 310 310 311 float Mflat = isfinite(measure->Mflat) ? measure->Mflat : 0.0; 311 312 float nominalZP = code->C * 0.001 + code->K * (measure->airmass - 1); 312 float zp = nominalZP - measure->Mcal ;313 float zp = nominalZP - measure->Mcal - Mflat; 313 314 float zpFactor = pow(10.0, -0.4*zp + 3.56); 314 315 float telluricExt = - measure->Mcal;
Note:
See TracChangeset
for help on using the changeset viewer.
