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

    r41507 r41603  
    147147      freeImageBins (1, FALSE);
    148148      freeMosaicBins (1, FALSE);
    149       freeGridBins (1);
     149      freeGridBins ();
    150150      continue;
    151151    }
     
    183183    freeImageBins (1, FALSE);
    184184    freeMosaicBins (1, FALSE);
    185     freeGridBins (1);
     185    freeGridBins ();
    186186  }
    187187
Note: See TracChangeset for help on using the changeset viewer.