Changeset 6896 for trunk/psModules/src/astrom/pmFPAfile.c
- Timestamp:
- Apr 18, 2006, 5:24:09 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/astrom/pmFPAfile.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmFPAfile.c
r6872 r6896 634 634 // pmFPAWrite takes care of all PHUs as needed 635 635 if (view->chip == -1) { 636 pmFPAWrite (fpa, fits, NULL );636 pmFPAWrite (fpa, fits, NULL, true); 637 637 return true; 638 638 } … … 660 660 661 661 if (view->cell == -1) { 662 pmChipWrite (chip, fits, NULL );662 pmChipWrite (chip, fits, NULL, true); 663 663 return true; 664 664 } … … 670 670 671 671 if (view->readout == -1) { 672 pmCellWrite (cell, fits, NULL );672 pmCellWrite (cell, fits, NULL, true); 673 673 return true; 674 674 }
Note:
See TracChangeset
for help on using the changeset viewer.
