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

    r41605 r41606  
    99    gettimeofday (&start, (void *) NULL);
    1010
    11 void reload_catalogs (SkyList *skylist, FlatCorrectionTable *flatcorr, int hostID, char *hostpath) {
     11void reload_catalogs (SkyList *skylist, int hostID, char *hostpath) {
    1212
    1313  int i;
     
    100100
    101101    initMrel (&catalog, 1);
    102     setMrelFinal (&catalog, flatcorr, FALSE);
     102    setMrelFinal (&catalog, FALSE);
    103103    TIMESTAMP(time5);
    104104
Note: See TracChangeset for help on using the changeset viewer.