IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7825


Ignore:
Timestamp:
Jul 5, 2006, 5:22:31 PM (20 years ago)
Author:
Paul Price
Message:

Don't produce an error message if you can't find a "blank PHU".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPACopy.c

    r7717 r7825  
    3232}
    3333
     34// Find the blank (image-less) PHU, given a cell.
    3435static pmHDU *findBlankPHU(const pmCell *cell// The cell for which to find the PHU
    3536                          )
     
    4950    }
    5051
    51     psError(PS_ERR_IO, true, "Unable to find PHU for target cell.\n");
    5252    return NULL;
    5353}
Note: See TracChangeset for help on using the changeset viewer.