Changeset 13656
- Timestamp:
- Jun 5, 2007, 3:00:40 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroMosaicGradients.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroMosaicGradients.c
r12806 r13656 10 10 11 11 pmFPAview *view = pmFPAviewAlloc (0); 12 13 int nXcell = psMetadataLookupS32 (&status, recipe, "PSASTRO.MOSAIC.GRADIENT.NX"); 14 int nYcell = psMetadataLookupS32 (&status, recipe, "PSASTRO.MOSAIC.GRADIENT.NY"); 12 15 13 16 // this loop selects the matched stars for all chips … … 41 44 // measure the local gradients for this set of stars 42 45 // XXX 2,2 are the number of test boxes on the chip. put this in the recipe 43 gradients = pmAstromMeasureGradients (gradients, rawstars, refstars, match, region, 2, 2);46 gradients = pmAstromMeasureGradients (gradients, rawstars, refstars, match, region, nXcell, nYcell); 44 47 } 45 48 }
Note:
See TracChangeset
for help on using the changeset viewer.
