IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 13, 2006, 4:23:40 PM (20 years ago)
Author:
Paul Price
Message:

Getting code to compile; adding concept read to fpa construction and reading

File:
1 edited

Legend:

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

    r6552 r6575  
    189189    }
    190190
     191    pmConceptsReadCell(cell, PM_CONCEPT_SOURCE_HEADER, NULL);
     192
    191193    // Having read the cell, we now have to cut it up
    192194    psRegion *trimsec = psMetadataLookupPtr(NULL, cell->concepts, "CELL.TRIMSEC");
     
    218220            return false;
    219221        }
     222        pmConceptsReadChip(chip, PM_CONCEPT_SOURCE_HEADER, NULL);
    220223    }
    221224
     
    236239            return false;
    237240        }
     241        pmConceptsReadFPA(fpa, PM_CONCEPT_SOURCE_HEADER, NULL);
    238242    }
    239243
Note: See TracChangeset for help on using the changeset viewer.