IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 30, 2006, 6:00:06 PM (20 years ago)
Author:
Paul Price
Message:

Rearranging header files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageParseCamera.c

    r6125 r6260  
     1#include <stdio.h>
     2#include "pslib.h"
     3#include "pmFPA.h"
     4#include "pmFPAConstruct.h"
     5#include "pmConfig.h"
    16#include "ppImage.h"
    27
    3 bool ppImageParseCamera(ppData *data, ppConfig *config)
     8bool ppImageParseCamera(ppImageData *data, ppConfig *config)
    49{
    510    // Initialise the containers where the files will go
     
    1015    data->flat    = ppFileAlloc();
    1116    data->fringe  = ppFileAlloc();
    12 #if 0
    13     data->process = ppFileAlloc();
    14 #endif
    1517
    1618    data->input->filename = psMemIncrRefCounter(psMetadataLookupStr(NULL, config->arguments, "-input"));
Note: See TracChangeset for help on using the changeset viewer.