- Timestamp:
- May 21, 2021, 10:03:06 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/relphot.20210521/src/MagResidSave.c
r41561 r41603 192 192 CHECK_STATUS (!status, "ERROR: problem closing meanmags file %s\n", filename); 193 193 194 FitDataSetFree (&psfStars); 195 194 196 return TRUE; 195 197 } … … 225 227 if (isnan(Mgrp)) continue; 226 228 227 float Mgrid = getMgrid (m, c);229 float Mgrid = getMgridTiny (&catalog[c].measureT[m]); 228 230 if (isnan(Mgrid)) continue; 229 231
Note:
See TracChangeset
for help on using the changeset viewer.
