IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 27, 2006, 4:16:26 PM (20 years ago)
Author:
magnier
Message:

added HDU weights, masks; substantial work on the pmFPAfile,view concepts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/astrom/pmFPAConstruct.c

    r6673 r6713  
    184184    view->cell = -1;
    185185    view->readout = -1;
    186     view->fpa = psMemIncrRefCounter(fpa);
    187186    if (strcasecmp(phuType, "FPA") == 0) {
    188187        if (fpa->hdu) {
     
    194193        fpa->hdu = phdu;
    195194        pmConceptsReadFPA(fpa, PM_CONCEPT_SOURCE_HEADER, NULL);
     195        pmFPASetFileStatus (fpa, true);
    196196    } else {
    197197        // Get the chip
     
    215215            chip->hdu = phdu;
    216216            pmConceptsReadChip(chip, PM_CONCEPT_SOURCE_HEADER, true, NULL);
     217            pmChipSetFileStatus (chip, true);
    217218        } else if (strcasecmp(phuType, "CELL") == 0) {
    218219            psError(PS_ERR_IO, true, "Not yet sure how to handle PHU=CELL.\n");
     
    239240            cell->hdu = phdu;
    240241            pmConceptsReadCell(cell, PM_CONCEPT_SOURCE_HEADER, true, NULL);
     242            pmCellSetFileStatus (cell, true);
    241243            #endif
    242244
Note: See TracChangeset for help on using the changeset viewer.