- Timestamp:
- Mar 29, 2009, 6:15:31 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
-
branches/cnb_branches/cnb_branch_20090301/ppSub
- Property svn:mergeinfo changed
/trunk/ppSub merged: 23356,23369,23399,23402-23403,23448-23449,23505,23535
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090301/ppSub/src/ppSubDefineOutput.c
r21524 r23594 26 26 psAssert(view, "Require view"); 27 27 28 // generate an output readout29 28 pmCell *outCell = pmFPAfileThisCell(config->files, view, "PPSUB.OUTPUT"); // Output cell 30 pmReadout *outRO = pmReadoutAlloc(outCell); // Output readout: subtraction31 29 pmFPA *outFPA = outCell->parent->parent; // Output FPA 32 30 pmHDU *outHDU = outFPA->hdu; // Output HDU 33 31 if (!outHDU->header) { 34 32 outHDU->header = psMetadataAlloc(); 33 } 34 35 // generate an output readout (first check if it's already there by virtue of kernels) 36 pmReadout *outRO = pmFPAfileThisReadout(config->files, view, "PPSUB.OUTPUT.KERNELS"); // RO with kernel 37 if (!outRO) { 38 outRO = pmReadoutAlloc(outCell); // Output readout: subtraction 35 39 } 36 40
Note:
See TracChangeset
for help on using the changeset viewer.
