Changeset 42094 for trunk/ppStack/src/ppStackCombinePrepare.c
- Timestamp:
- Feb 28, 2022, 3:01:31 PM (4 years ago)
- Location:
- trunk/ppStack
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/ppStackCombinePrepare.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/IPP-308_move_backups_folder/ppStack merged eligible /branches/czw_branch/20160809/ppStack merged eligible /branches/czw_branch/20170908/ppStack merged eligible /branches/eam_branches/ipp-20191011/ppStack merged eligible /branches/eam_branches/ipp-20211108/ppStack merged eligible /branches/eam_branches/ipp-dev-20210817/ppStack merged eligible /branches/eam_branches/ppStack.20211015 merged eligible /tags/ipp-ps1-20210510/ppStack merged eligible /tags/ipp-ps1-20210708/ppStack merged eligible /branches/ipp-259_genericise_backups/ppStack 40910-40966
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/ppStack/src/ppStackCombinePrepare.c
r34859 r42094 31 31 options->expRO = pmReadoutAlloc(expCell); //Output readout 32 32 } 33 /* else { */ 34 /* options->expRO = NULL; */ 35 /* } */ 33 36 34 int bkg_r0 = 0,bkg_c0 = 0; 37 35 int bkg_nC = 0,bkg_nR = 0; … … 53 51 54 52 options->bkgRO = pmReadoutAlloc(bkgCell); // BKG readout 55 // if (!pmHDUGenerateForFPA(options->bkgRO->parent->parent->parent)) {56 53 options->bkgRO->parent->parent->parent->hdu = pmHDUAlloc(NULL); 54 57 55 if (!options->bkgRO->parent->parent->parent->hdu) { 58 56 fprintf(stderr,"failed to generate a HDU for this thing.\n"); … … 68 66 ro->parent->parent->parent->concepts); 69 67 70 } 71 else { 68 } else { 72 69 options->bkgRO = NULL; 73 70 } … … 97 94 return false; 98 95 } 99 100 101 102 96 } 103 97
Note:
See TracChangeset
for help on using the changeset viewer.
