IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18006


Ignore:
Timestamp:
Jun 8, 2008, 2:47:56 PM (18 years ago)
Author:
eugene
Message:

update to new pmConfigCameraFormatFromHeader API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpDefineSkycell.c

    r17916 r18006  
    7171    skyConfig->arguments = psMemIncrRefCounter (config->arguments);
    7272
    73     format = pmConfigCameraFormatFromHeader (skyConfig, phu, false);
     73    format = pmConfigCameraFormatFromHeader (NULL, NULL, skyConfig, phu, false);
    7474    if (!format) {
    7575        psError(PS_ERR_IO, false, "Failed to read CCD format from %s\n", realName);
Note: See TracChangeset for help on using the changeset viewer.