IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20643


Ignore:
Timestamp:
Nov 10, 2008, 2:06:59 PM (17 years ago)
Author:
eugene
Message:

mods to pmConfigCamerFormatFromHeader and pmFPAfileDefineInput APIs

File:
1 edited

Legend:

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

    r19043 r20643  
    7272    skyConfig->arguments = psMemIncrRefCounter(config->arguments);
    7373
    74     format = pmConfigCameraFormatFromHeader (NULL, NULL, skyConfig, phu, false);
     74    format = pmConfigCameraFormatFromHeader (NULL, NULL, NULL, skyConfig, phu, false);
    7575    if (!format) {
    7676        psError(PS_ERR_IO, false, "Failed to read CCD format from %s\n", realName);
     
    9595    // load the given filerule (from config->camera) and bind it to the fpa
    9696    // the returned file is just a view to the entry on config->files
    97     file = pmFPAfileDefineInput (skyConfig, fpa, filename);
     97    file = pmFPAfileDefineInput (skyConfig, fpa, NULL, filename);
    9898    if (!file) {
    9999        psError(PS_ERR_IO, false, "file %s not defined\n", filename);
Note: See TracChangeset for help on using the changeset viewer.