Changeset 26972
- Timestamp:
- Feb 16, 2010, 10:17:59 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotChoosePSF.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotChoosePSF.c
r26971 r26972 441 441 pmChip *chip = readout->parent->parent; // Parent chip 442 442 psAssert(chip, "Cell should be attached to a chip."); 443 psMetadataItem *item = psMetadataLookup(chip-> analysis, "CHIP.SEEING"); // Item with chip443 psMetadataItem *item = psMetadataLookup(chip->concepts, "CHIP.SEEING"); // Item with chip 444 444 item->data.F32 = 0.5 * (fwhmMaj + fwhmMin); 445 445 } … … 500 500 pmChip *chip = readout->parent->parent; // Parent chip 501 501 psAssert(chip, "Cell should be attached to a chip."); 502 psMetadataItem *item = psMetadataLookup(chip-> analysis, "CHIP.SEEING"); // Item with chip502 psMetadataItem *item = psMetadataLookup(chip->concepts, "CHIP.SEEING"); // Item with chip 503 503 item->data.F32 = 0.5 * (FWHM_X + FWHM_Y); 504 504 }
Note:
See TracChangeset
for help on using the changeset viewer.
