IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 20, 2006, 4:12:37 PM (20 years ago)
Author:
Paul Price
Message:

Fixing false error caused by attempting to read concepts at FPA level when HDU is at chip level.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/pmConceptsRead.c

    r9570 r9697  
    257257    pmHDU *hduLow = pmHDUGetLowest(fpa, chip, cell); // The HDU at the lowest level
    258258    if (!hduLow) {
    259         psError(PS_ERR_UNKNOWN, true, "Can't find HDU at lowest level");
    260         return false;
     259        // We read the defaults for all the HDUs we could find
     260        return true;
    261261    }
    262262    pmHDU *hduHigh = pmHDUGetHighest(fpa, chip, cell); // The HDU at the highest level
Note: See TracChangeset for help on using the changeset viewer.