IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 27, 2006, 3:21:53 PM (20 years ago)
Author:
Paul Price
Message:

Writing a blank PHU is done when the file is opened.

File:
1 edited

Legend:

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

    r7633 r7712  
    9393    }
    9494    pmChip *chip = fpa->chips->data[view->chip];
     95
     96
     97    #if 0
     98    // XXX This no longer required since we write the PHU at open.
    9599
    96100    // do we need to write out a PHU for this entry?
     
    115119        }
    116120    }
     121    #endif
    117122
    118123    if (view->cell == -1) {
Note: See TracChangeset for help on using the changeset viewer.