IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 21, 2021, 10:03:06 AM (5 years ago)
Author:
eugene
Message:

major revision of the photometric flat-field correction / grid analysis; strip out code which uses astrometric information to define the grid

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/relphot.20210521/src/MagResidSave.c

    r41561 r41603  
    192192  CHECK_STATUS (!status, "ERROR: problem closing meanmags file %s\n", filename);
    193193
     194  FitDataSetFree (&psfStars);
     195
    194196  return TRUE;
    195197}
     
    225227    if (isnan(Mgrp)) continue;
    226228
    227     float Mgrid = getMgrid (m, c);
     229    float Mgrid = getMgridTiny (&catalog[c].measureT[m]);
    228230    if (isnan(Mgrid)) continue;
    229231
Note: See TracChangeset for help on using the changeset viewer.