Changeset 25027 for branches/pap/ppStack/src/ppStackThread.c
- Timestamp:
- Aug 7, 2009, 4:08:25 PM (17 years ago)
- Location:
- branches/pap
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/ppStack
- Property svn:mergeinfo deleted
-
branches/pap/ppStack/src/ppStackThread.c
r23341 r25027 187 187 188 188 189 int zMax = 0; 189 190 bool keepReading = false; 190 if (pmReadoutMore(ro, imageFits, 0, rows, config)) {191 if (pmReadoutMore(ro, imageFits, 0, &zMax, rows, config)) { 191 192 keepReading = true; 192 if (!pmReadoutReadChunk(ro, imageFits, 0, rows, overlap, config)) {193 if (!pmReadoutReadChunk(ro, imageFits, 0, NULL, rows, overlap, config)) { 193 194 psError(PS_ERR_IO, false, "Unable to read chunk %d for file PPSTACK.INPUT %d", 194 195 numChunk, i); … … 198 199 } 199 200 200 if (pmReadoutMoreMask(ro, maskFits, 0, rows, config)) {201 if (pmReadoutMoreMask(ro, maskFits, 0, &zMax, rows, config)) { 201 202 keepReading = true; 202 if (!pmReadoutReadChunkMask(ro, maskFits, 0, rows, overlap, config)) {203 if (!pmReadoutReadChunkMask(ro, maskFits, 0, NULL, rows, overlap, config)) { 203 204 psError(PS_ERR_IO, false, "Unable to read chunk %d for file PPSTACK.INPUT.MASK %d", 204 205 numChunk, i); … … 208 209 } 209 210 210 if (pmReadoutMoreVariance(ro, varianceFits, 0, rows, config)) {211 if (pmReadoutMoreVariance(ro, varianceFits, 0, &zMax, rows, config)) { 211 212 keepReading = true; 212 if (!pmReadoutReadChunkVariance(ro, varianceFits, 0, rows, overlap, config)) {213 if (!pmReadoutReadChunkVariance(ro, varianceFits, 0, NULL, rows, overlap, config)) { 213 214 psError(PS_ERR_IO, false, 214 215 "Unable to read chunk %d for file PPSTACK.INPUT.VARIANCE %d",
Note:
See TracChangeset
for help on using the changeset viewer.
