IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7493


Ignore:
Timestamp:
Jun 9, 2006, 5:50:23 PM (20 years ago)
Author:
Paul Price
Message:

Fixing API change in pmFPAPrint.

File:
1 edited

Legend:

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

    r7476 r7493  
    100100    psMetadata *mosaicCamera = psMetadataConfigParse(NULL, NULL, "/home/mithrandir/price/ipp/config/mcshort_mosaic/camera.config", true);
    101101    pmFPA *mosaicFPA = pmFPAConstruct(mosaicCamera);
    102     psMetadata *mosaicFormat = psMetadataConfigParse(NULL, NULL, "/home/mithrandir/price/ipp/config/mcshort_mosaic/format_mosaic.config", true);
     102    psMetadata *mosaicFormat = psMetadataConfigParse(NULL, NULL, "/home/mithrandir/price/ipp/config/megacam_fpamosaic/format_mosaic.config", true);
    103103    pmFPAview *mosaicView = pmFPAviewAlloc(0);
    104104    pmFPAAddSourceFromView(mosaicFPA, mosaicView, mosaicFormat);
     
    124124                    printf("Chip %d, Cell %d, Plane %d, row0 = %d\n", i, j, z, readout->row0);
    125125                    pmReadoutWriteNext(readout, outFile, z);
    126                     //pmFPAPrint(fpa, false, true);
     126                    //pmFPAPrint(stdout, fpa, false, true);
    127127                } while (pmReadoutReadNext(readout, inFile, z, 512));
    128128            }
     
    137137#if 1
    138138    pmFPAWrite(mosaicFPA, outFile, NULL, true, true);
    139     pmFPAPrint(mosaicFPA, true, true);
     139    pmFPAPrint(stdout, mosaicFPA, true, true);
    140140    psFree(mosaicCamera);
    141141    psFree(mosaicFormat);
Note: See TracChangeset for help on using the changeset viewer.