IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 12, 2006, 8:29:24 PM (20 years ago)
Author:
eugene
Message:

completed conversion to pmFPAfile paradigm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppTest.c

    r6795 r6849  
    9191
    9292    // Add in a source file
    93     pmFPAview *view = pmFPAAddSource(fpa, phu, cameraFormat);
     93    pmFPAview *view = pmFPAAddSourceFromHeader(fpa, phu, cameraFormat);
    9494    printf("View chip: %d\n", view->chip);
    9595    printf("View cell: %d\n", view->cell);
     
    101101    psMetadata *newFormat = psMetadataConfigParse(NULL, NULL, "mcshort_splice.config", true);
    102102    pmConfigConformHeader(phu, newFormat);
    103     pmFPAview *newView = pmFPAAddSource(newFPA, phu, newFormat);
     103    pmFPAview *newView = pmFPAAddSourceFromHeader(newFPA, phu, newFormat);
    104104    printf("View chip: %d\n", newView->chip);
    105105    printf("View cell: %d\n", newView->cell);
Note: See TracChangeset for help on using the changeset viewer.