Changeset 28043 for trunk/ppSub
- Timestamp:
- May 19, 2010, 5:13:52 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
- 1 copied
-
. (modified) (1 prop)
-
ppSub/src/Makefile.am (modified) (1 diff)
-
ppSub/src/ppSub.h (modified) (1 diff)
-
ppSub/src/ppSubLoop.c (modified) (1 diff)
-
ppSub/src/ppSubMaskStats.c (copied) (copied from branches/czw_branch/20100427/ppSub/src/ppSubMaskStats.c )
-
ppSub/src/ppSubVersion.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/czw_branch/20100427 (added) merged: 27784,28017-28018,28028-28033,28042
- Property svn:mergeinfo changed
-
trunk/ppSub/src/Makefile.am
r27365 r28043 41 41 ppSubMakePSF.c \ 42 42 ppSubMatchPSFs.c \ 43 ppSubMaskStats.c \ 43 44 ppSubReadoutInverse.c \ 44 45 ppSubReadoutJpeg.c \ -
trunk/ppSub/src/ppSub.h
r27596 r28043 74 74 bool ppSubSetMasks(pmConfig *config ///< Configuration 75 75 ); 76 77 // Calculate mask statistics 78 bool ppSubMaskStats(pmConfig *config, pmFPAview *view, psMetadata *stats); 76 79 77 80 /// Generate the PSF-matching kernel and convolve the images as needed. Most of this function involves -
trunk/ppSub/src/ppSubLoop.c
r27691 r28043 144 144 return false; 145 145 } 146 146 // Do Mask Stats 147 { 148 pmFPAview *view = ppSubViewReadout(); // View to readout 149 if (!ppSubMaskStats(config, view,data->stats)) { 150 psError(psErrorCodeLast(), false, "Unable to generate mask statistics"); 151 return(false); 152 } 153 } 154 147 155 // generate the binned image used to write the jpeg 148 156 if (!ppSubReadoutJpeg(config)) { -
trunk/ppSub/src/ppSubVersion.c
r23803 r28043 86 86 psString source = ppSubSource(); // Software source 87 87 88 psMetadataAddStr(header, PS_LIST_TAIL, "PPSUB_V", PS_META_REPLACE, NULL, PPSUB_VERSION); 89 88 90 psStringPrepend(&version, "ppSub version: "); 89 91 psStringPrepend(&source, "ppSub source: ");
Note:
See TracChangeset
for help on using the changeset viewer.
