IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 17, 2015, 8:56:07 PM (11 years ago)
Author:
eugene
Message:

do not load flatcorr.fits; use measure.Mflat for static flat component

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relphot/src/relphot_parallel_images.c

    r38986 r39289  
    4444
    4545  // load the flat correction table (if defined)
     46# if (0)
    4647  char flatcorrfile[256];
    4748  sprintf (flatcorrfile, "%s/flatcorr.fits", CATDIR);
    4849  FlatCorrectionTable *flatcorr = FlatCorrectionLoad (flatcorrfile, VERBOSE);
     50# endif
     51  FlatCorrectionTable *flatcorr = NULL;
    4952
    5053  SkyTable *sky = SkyTableLoadOptimal (CATDIR, SKY_TABLE, GSCFILE, TRUE, SKY_DEPTH, VERBOSE);
Note: See TracChangeset for help on using the changeset viewer.