IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20372


Ignore:
Timestamp:
Oct 24, 2008, 2:59:41 PM (18 years ago)
Author:
eugene
Message:

choose hdu name correctly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dvoTools/src/dvoMakeCorrLoop.c

    r20180 r20372  
    5959        // load the input data for this extension
    6060        pmChip *inChip = pmFPAviewThisChip (view, input->fpa);
    61         char *inName = psMetadataLookupStr (&status, inChip->concepts, "CHIP.NAME");
    62         psFitsMoveExtName (input->fits, inName);
     61        assert (inChip->hdu);
     62        assert (inChip->hdu->extname);
     63        psFitsMoveExtName (input->fits, inChip->hdu->extname);
    6364        psImage *inImage = psFitsReadImage (input->fits, fullImage, 0);
    6465        assert (inImage);
Note: See TracChangeset for help on using the changeset viewer.