IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 27, 2008, 1:56:41 PM (18 years ago)
Author:
eugene
Message:

accepting updates from HEAD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080620/psModules/src/camera/pmFPAfileFitsIO.c

    r18163 r18350  
    480480#endif
    481481
    482 bool pmFPAviewFitsWritePHU (const pmFPAview *view, pmFPAfile *file, const pmConfig *config) {
     482bool pmFPAviewFitsWritePHU (const pmFPAview *view, pmFPAfile *file, pmConfig *config) {
    483483
    484484    bool status = false;
     
    498498    switch (file->fileLevel) {
    499499      case PM_FPA_LEVEL_FPA:
    500         status = pmFPAWrite(fpa, file->fits, NULL, true, false);
     500        status = pmFPAWrite(fpa, file->fits, config, true, false);
    501501        break;
    502502      case PM_FPA_LEVEL_CHIP: {
    503503          pmChip *chip = pmFPAviewThisChip(view, fpa);
    504           status = pmChipWrite(chip, file->fits, NULL, true, false);
     504          status = pmChipWrite(chip, file->fits, config, true, false);
    505505          break;
    506506      }
    507507      case PM_FPA_LEVEL_CELL: {
    508508          pmCell *cell = pmFPAviewThisCell(view, fpa);
    509           status = pmCellWrite(cell, file->fits, NULL, true);
     509          status = pmCellWrite(cell, file->fits, config, true);
    510510          break;
    511511      }
Note: See TracChangeset for help on using the changeset viewer.