Changeset 41607 for branches/eam_branches/relphot.20210521/src/GridOps.c
- Timestamp:
- May 21, 2021, 4:49:23 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/relphot.20210521/src/GridOps.c
r41603 r41607 301 301 return Mgrid; 302 302 } 303 304 // for historical reasons, Mflat and Mgrid have opposite signs 305 void setMflatFromGrid (Catalog *catalog) { 306 if (!GRID_ZEROPT) return; 307 for (off_t j = 0; j < catalog->Nmeasure; j++) { 308 float Mgrid = getMgrid (&catalog->measure[j]); 309 catalog->measure[j].Mflat -= Mgrid; 310 } 311 } 312
Note:
See TracChangeset
for help on using the changeset viewer.
