Changeset 40291 for trunk/Ohana/src/dvolens
- Timestamp:
- Dec 13, 2017, 10:53:48 AM (9 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/dvolens/src/update_objects_catalog.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
trunk/Ohana/src/dvolens/src/update_objects_catalog.c
r39611 r40291 219 219 220 220 // relphot sets measure->Mcal (setMcalOutput.c, called by setMrelFinal.c) 221 float Mcal = code[0].K*(measure[0].airmass - 1.000) + SCALE*code[0].C - measure->Mcal; 221 // XXX : I'm using McalAPER since these lens measurements are aperture-like, right? 222 float Mcal = code[0].K*(measure[0].airmass - 1.000) + SCALE*code[0].C - measure->McalAPER; 222 223 float Fcal = 3630.8 * MagToFlux(Mcal); 223 224
Note:
See TracChangeset
for help on using the changeset viewer.
