IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 13, 2009, 2:59:05 PM (16 years ago)
Author:
eugene
Message:

do not raise an error just because a chip is not present

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourceIO.c

    r26260 r26393  
    952952        if (hdu->header == NULL) {
    953953            // if the IMAGE header does not exist, we have no data for this view
    954             if (!psFitsMoveExtName (file->fits, headname)) {
     954            if (!psFitsMoveExtNameClean (file->fits, headname)) {
    955955                readout->data_exists = false;
    956956                psFree (headname);
Note: See TracChangeset for help on using the changeset viewer.