IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26972


Ignore:
Timestamp:
Feb 16, 2010, 10:17:59 PM (16 years ago)
Author:
Paul Price
Message:

Concepts come from the concepts, not analysis.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotChoosePSF.c

    r26971 r26972  
    441441        pmChip *chip = readout->parent->parent; // Parent chip
    442442        psAssert(chip, "Cell should be attached to a chip.");
    443         psMetadataItem *item = psMetadataLookup(chip->analysis, "CHIP.SEEING"); // Item with chip
     443        psMetadataItem *item = psMetadataLookup(chip->concepts, "CHIP.SEEING"); // Item with chip
    444444        item->data.F32 = 0.5 * (fwhmMaj + fwhmMin);
    445445    }
     
    500500        pmChip *chip = readout->parent->parent; // Parent chip
    501501        psAssert(chip, "Cell should be attached to a chip.");
    502         psMetadataItem *item = psMetadataLookup(chip->analysis, "CHIP.SEEING"); // Item with chip
     502        psMetadataItem *item = psMetadataLookup(chip->concepts, "CHIP.SEEING"); // Item with chip
    503503        item->data.F32 = 0.5 * (FWHM_X + FWHM_Y);
    504504    }
Note: See TracChangeset for help on using the changeset viewer.