- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/psModules
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/psModules merged eligible /branches/eam_branches/stackphot.20100406/psModules 27623-27653 /branches/pap_delete/psModules 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/simtest_nebulous_branches/psModules/src/camera/pmFPARead.c
r24792 r27840 296 296 psFits *fits, // FITS file 297 297 int z, // Plane number to read 298 int *zMax, // Max plane number in this cell298 int *zMax, // Max plane number in this cell 299 299 int numScans, // Number of scans to read at a time 300 300 fpaReadType type, // Type of image … … 314 314 return true; 315 315 } else { 316 return false;316 return false; 317 317 } 318 318 } … … 387 387 psFree(regionString); 388 388 psFree(readout); 389 psFree(iter); 389 390 return false; 390 391 } … … 485 486 psFits *fits, // FITS file 486 487 int z, // Desired image plane 487 int *zMax,// Max plane number in this cell488 int *zMax, // Max plane number in this cell 488 489 int numScans, // Number of scans (row or col depends on CELL.READDIR); 0 for all 489 490 int overlap, // Number of scans (row/col) to overlap between scans … … 627 628 // Blow away existing data. 628 629 // Do this before returning, so that we're not returning data from a previous read 629 psFree(*image);630 *image = NULL;630 // psFree(*image); 631 // *image = NULL; 631 632 *image = readoutReadComponent(*image, fits, trimsec, readdir, thisScan, lastScan, z, bad, pixelTypes[type]); 632 633
Note:
See TracChangeset
for help on using the changeset viewer.
