IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18329


Ignore:
Timestamp:
Jun 26, 2008, 11:10:10 AM (18 years ago)
Author:
Paul Price
Message:

Passing configuration along.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAfileFitsIO.c

    r18163 r18329  
    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.