IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 30, 2021, 11:26:38 AM (5 years ago)
Author:
eugene
Message:

skip missing chips in dvoMakeCorr

File:
1 edited

Legend:

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

    r41680 r41744  
    6666          continue;
    6767        }
     68
     69        // not all extensions are required to exist.  skip if not found
     70        if (!psFitsMoveExtName (input->fits, inChip->hdu->extname)) {
     71          continue;
     72        }
    6873        psImage *inImage = psFitsReadImage (input->fits, fullImage, 0);
    6974        assert (inImage);
Note: See TracChangeset for help on using the changeset viewer.