IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 2, 2009, 3:58:03 PM (17 years ago)
Author:
Paul Price
Message:

Code compiles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/psphot/src/psphotFake.c

    r25246 r25260  
    9898
    9999    pmReadout *fakeRO = pmReadoutAlloc(NULL); // Fake readout
    100     if (!pmReadoutFakeFromVectors(fakeRO, xAll, yAll, magAll, NULL, NULL, psf, minFlux, NAN, false, false)) {
     100    if (!pmReadoutFakeFromVectors(fakeRO, numCols, numRows, xAll, yAll, magAll,
     101                                  NULL, NULL, psf, minFlux, 0, false, false)) {
    101102        psError(PS_ERR_UNKNOWN, false, "Unable to generate fake image");
    102103        psFree(fakeRO);
     
    118119
    119120// *** in this section, perform the photometry for fake sources ***
    120 bool psphotFake(pmReadout *readout, const pmPSF *psf, const psMetadata *recipe, const psArray *realSources)
     121bool psphotFake(pmReadout *readout, const pmPSF *psf, psMetadata *recipe, const psArray *realSources)
    121122{
    122123    PM_ASSERT_READOUT_NON_NULL(readout, false);
Note: See TracChangeset for help on using the changeset viewer.