IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 4, 2009, 10:43:17 AM (17 years ago)
Author:
eugene
Message:

adding ppSubVarianceRescale

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubLoop.c

    r23753 r24672  
    9898    }
    9999
     100    // Perform Variance correction (rescale within a modest range)
     101    if (!ppSubVarianceRescale(config)) {
     102        psError(PS_ERR_UNKNOWN, false, "Unable to rescale variance.");
     103        return false;
     104    }
     105
    100106    if (!ppSubFilesIterateDown(config, PPSUB_FILES_PHOT_SUB)) {
    101107        psError(PPSUB_ERR_IO, false, "Unable to set up photometry files.");
Note: See TracChangeset for help on using the changeset viewer.