IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25415


Ignore:
Timestamp:
Sep 15, 2009, 6:21:36 PM (17 years ago)
Author:
Paul Price
Message:

Unable to read detection efficiency isn't a big deal.

File:
1 edited

Legend:

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

    r25383 r25415  
    983983
    984984            if (!pmReadoutReadDetEff(file->fits, readout, deteffname)) {
     985#if 0
    985986                psError(PS_ERR_IO, false, "Unable to read detection efficiency");
    986987                return false;
     988#else
     989                // No great loss
     990                psErrorClear();
     991#endif
    987992            }
    988993        }
Note: See TracChangeset for help on using the changeset viewer.