IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 17, 2005, 2:48:18 PM (21 years ago)
Author:
Paul Price
Message:

Reading in an FPA seems to be working!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/scripts/src/pmCameraFromHeader.c

    r4092 r4309  
    22#include <string.h>
    33#include "pslib.h"
    4 #include "psmodule.h"
     4#include "papmodule.h"
    55
    66// Work out what camera we have, based on the FITS header and a set of rules specified in the IPP
     
    3131        } else if (instrumentItem->type == PS_META_STR) {
    3232            psTrace(__func__, 5, "Reading instrument configuration for %s...\n", instrumentItem->name);
    33             instrument = psMetadataParseConfig(NULL, NULL, instrumentItem->data.V, true);
     33            instrument = psMetadataConfigParse(NULL, NULL, instrumentItem->data.V, true);
    3434        }
    3535
Note: See TracChangeset for help on using the changeset viewer.