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

    r41453 r41603  
    6363
    6464  GetConfig (config, "ZERO_PT",                "%lf", 0, &ZERO_POINT);
    65 
    66   GetConfig (config, "RELPHOT_GRID_X",         "%d",  0, &RELPHOT_GRID_X);
    67   GetConfig (config, "RELPHOT_GRID_Y",         "%d",  0, &RELPHOT_GRID_Y);
    68   GetConfig (config, "RELPHOT_GRID_BINNING",   "%d",  0, &RELPHOT_GRID_BINNING);
    6965  GetConfig (config, "CAMERA_CONFIG",          "%s",  0, CameraConfig);
    7066  GetConfig (config, "MOSAICNAME",             "%s",  0, MOSAICNAME);
Note: See TracChangeset for help on using the changeset viewer.