IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 28, 2021, 10:15:35 AM (5 years ago)
Author:
eugene
Message:

more cleanup: add REQUIRE_PSFFIT option, rename setMrel_catalog_alt to setMrelCatalog, add notes on resets, move setMflatFromGrid into setMrelFinal

File:
1 edited

Legend:

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

    r41623 r41624  
    3939   
    4040
    41 // Used in bcatalog.c
     41// Used in bcatalog.c, applied to the subset catalogs (bright, good stars used for calibration)
    4242void ResetAverageActivePhotcodes (SecFilt *secfilt) {
    4343
     
    5656}
    5757
    58 // Used in bcatalog.c
     58// Used in bcatalog.c, applied to the selected measurements which are already selected by photcode
    5959void ResetMeasureZeroPoints (MeasureTiny *measure, off_t Nmeasure, off_t Ncat) {
    6060
     
    7878}
    7979
    80 // Used in load_images.c:
    81 // XXX NOTE : This resets all images regardless of active photcode
     80// Used in load_images.c.  Applied to the subset of selected images used for the calibration.
     81// This will be only those images in the selected region and only those with the active
     82// photcode *unless* -use-all-images is selected. 
    8283void ResetImages (Image *subset, off_t Nsubset) {
    8384
Note: See TracChangeset for help on using the changeset viewer.