- Timestamp:
- Jun 27, 2008, 1:56:41 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080620/psModules/src/camera/pmFPAfileFitsIO.c
r18163 r18350 480 480 #endif 481 481 482 bool pmFPAviewFitsWritePHU (const pmFPAview *view, pmFPAfile *file, constpmConfig *config) {482 bool pmFPAviewFitsWritePHU (const pmFPAview *view, pmFPAfile *file, pmConfig *config) { 483 483 484 484 bool status = false; … … 498 498 switch (file->fileLevel) { 499 499 case PM_FPA_LEVEL_FPA: 500 status = pmFPAWrite(fpa, file->fits, NULL, true, false);500 status = pmFPAWrite(fpa, file->fits, config, true, false); 501 501 break; 502 502 case PM_FPA_LEVEL_CHIP: { 503 503 pmChip *chip = pmFPAviewThisChip(view, fpa); 504 status = pmChipWrite(chip, file->fits, NULL, true, false);504 status = pmChipWrite(chip, file->fits, config, true, false); 505 505 break; 506 506 } 507 507 case PM_FPA_LEVEL_CELL: { 508 508 pmCell *cell = pmFPAviewThisCell(view, fpa); 509 status = pmCellWrite(cell, file->fits, NULL, true);509 status = pmCellWrite(cell, file->fits, config, true); 510 510 break; 511 511 }
Note:
See TracChangeset
for help on using the changeset viewer.
