Changeset 15005 for trunk/ppSim/src/ppSimSetPSF.c
- Timestamp:
- Sep 24, 2007, 6:49:36 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppSim/src/ppSimSetPSF.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSim/src/ppSimSetPSF.c
r14994 r15005 31 31 } 32 32 33 // XXX this is messed up: CHIP.XSIZE and CHIP.YSIZE are not seta 34 int xSize = psMetadataLookupS32(NULL, chip->concepts, "CHIP.XSIZE"); 35 int ySize = psMetadataLookupS32(NULL, chip->concepts, "CHIP.YSIZE"); 36 xSize = 1000; 37 ySize = 1000; 38 33 39 // no spatial variation 34 40 options->psfTrendMode = PM_TREND_POLY_ORD; 35 41 options->psfTrendNx = 0; 36 42 options->psfTrendNy = 0; 43 options->psfFieldNx = xSize; 44 options->psfFieldNy = ySize; 37 45 38 46 // generate the psf … … 48 56 49 57 pol = psEllipseAxesToPol (axes); 50 51 58 52 59 param = psf->params->data[PM_PAR_E0];
Note:
See TracChangeset
for help on using the changeset viewer.
