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/plot_scatter.c

    r40291 r41603  
    4444                Mmos = getMmos  (m, i);
    4545                if (isnan(Mmos)) continue;
    46                 Mgrid = getMgrid (m, i);
     46                Mgrid = getMgridTiny (&catalog[i].measureT[m]);
    4747                if (isnan(Mgrid)) continue;
    4848
Note: See TracChangeset for help on using the changeset viewer.