Changeset 24672 for trunk/ppSub
- Timestamp:
- Jul 4, 2009, 10:43:17 AM (17 years ago)
- Location:
- trunk/ppSub/src
- Files:
-
- 1 added
- 3 edited
-
Makefile.am (modified) (1 diff)
-
ppSub.h (modified) (1 diff)
-
ppSubLoop.c (modified) (1 diff)
-
ppSubVarianceRescale.c (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/Makefile.am
r23808 r24672 30 30 ppSubVersion.c \ 31 31 ppSubBackground.c \ 32 ppSubVarianceRescale.c \ 32 33 ppSubCamera.c \ 33 34 ppSubData.c \ -
trunk/ppSub/src/ppSub.h
r24155 r24672 101 101 ); 102 102 103 /// Perform Variance correction (rescale within a modest range) 104 bool ppSubVarianceRescale(pmConfig *config ///< Configuration 105 ); 106 103 107 /// Put the program version information into a header 104 108 bool ppSubVersionHeader(psMetadata *header ///< Header to populate -
trunk/ppSub/src/ppSubLoop.c
r23753 r24672 98 98 } 99 99 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 100 106 if (!ppSubFilesIterateDown(config, PPSUB_FILES_PHOT_SUB)) { 101 107 psError(PPSUB_ERR_IO, false, "Unable to set up photometry files.");
Note:
See TracChangeset
for help on using the changeset viewer.
