Changeset 25260 for branches/pap/psphot/src/psphotFake.c
- Timestamp:
- Sep 2, 2009, 3:58:03 PM (17 years ago)
- File:
-
- 1 edited
-
branches/pap/psphot/src/psphotFake.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/psphot/src/psphotFake.c
r25246 r25260 98 98 99 99 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)) { 101 102 psError(PS_ERR_UNKNOWN, false, "Unable to generate fake image"); 102 103 psFree(fakeRO); … … 118 119 119 120 // *** in this section, perform the photometry for fake sources *** 120 bool psphotFake(pmReadout *readout, const pmPSF *psf, constpsMetadata *recipe, const psArray *realSources)121 bool psphotFake(pmReadout *readout, const pmPSF *psf, psMetadata *recipe, const psArray *realSources) 121 122 { 122 123 PM_ASSERT_READOUT_NON_NULL(readout, false);
Note:
See TracChangeset
for help on using the changeset viewer.
