IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 21, 2021, 2:04:53 PM (5 years ago)
Author:
eugene
Message:

I have stripped out all flatcorr references : flat correction is applied by setphot

File:
1 edited

Legend:

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

    r41556 r41606  
    1414    exit (2);
    1515  }
    16 
    17   // load the flat correction table (if defined)
    18 # if (0)
    19   char flatcorrfile[256];
    20   sprintf (flatcorrfile, "%s/flatcorr.fits", CATDIR);
    21   FlatCorrectionTable *flatcorr = FlatCorrectionLoad (flatcorrfile, VERBOSE);
    22 # endif
    23   FlatCorrectionTable *flatcorr = NULL;
    2416
    2517  // register database handle with shutdown procedure
     
    8173
    8274  /* update catalogs (in parallel) */
    83   reload_catalogs (skylist, flatcorr, 0, NULL);
     75  reload_catalogs (skylist, 0, NULL);
    8476
    8577  // save the changes to the image parameters
Note: See TracChangeset for help on using the changeset viewer.