IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 27, 2007, 10:49:57 AM (19 years ago)
Author:
magnier
Message:

added wrote_phu to pmFPA, etc; added test in WritePHU

File:
1 edited

Legend:

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

    r11676 r12603  
    277277    tmpCell->file_exists = false;       // Not yet identified
    278278    tmpCell->data_exists = false;       // Not yet read in
     279    tmpCell->wrote_phu = false;
    279280
    280281    tmpCell->concepts = psMetadataAlloc();
     
    311312    tmpChip->file_exists = false;       // Not yet identified
    312313    tmpChip->data_exists = false;       // Not yet read in
     314    tmpChip->wrote_phu = false;
    313315
    314316    tmpChip->concepts = psMetadataAlloc();
     
    337339    tmpFPA->chips = psArrayAlloc(0);
    338340    tmpFPA->hdu = NULL;
     341    tmpFPA->wrote_phu = false;
    339342
    340343    tmpFPA->concepts = psMetadataAlloc();
Note: See TracChangeset for help on using the changeset viewer.