IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 21, 2021, 11:11:57 AM (5 years ago)
Author:
eugene
Message:

strip out the old code to repair warps (code moved to dvomerge)

File:
1 edited

Legend:

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

    r41603 r41604  
    4545  if (!UPDATE) dvo_image_unlock (&db);
    4646
    47   // load the flat correction table (if defined)
    48   // we no longer need to do this: the flatcorrection is now saved in measure.Mflat
    49 # if (0)
    50   char flatcorrfile[256];
    51   sprintf (flatcorrfile, "%s/flatcorr.fits", CATDIR);
    52   FlatCorrectionTable *flatcorr = FlatCorrectionLoad (flatcorrfile, VERBOSE);
    53 # endif
    54   FlatCorrectionTable *flatcorr = NULL;
     47  FlatCorrectionTable *flatcorr = NULL; // no longer used here
    5548
    5649  initGridBins (); // allocates the empty array of corrections (elements are build below)
Note: See TracChangeset for help on using the changeset viewer.