IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 30, 2006, 10:08:30 AM (20 years ago)
Author:
Paul Price
Message:

pmFPACopy now working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/astrom/pmHDU.c

    r6726 r6734  
    44#include "pslib.h"
    55#include "pmFPA.h"
     6#include "psAdditionals.h"
    67
    78
     
    3536        hdu->extname = psStringCopy(extname);
    3637    }
    37     hdu->format = NULL;
    38     hdu->header = NULL;
    39     hdu->images = NULL;
    40     hdu->table  = NULL;
     38    hdu->format  = NULL;
     39    hdu->header  = NULL;
     40    hdu->images  = NULL;
     41    hdu->table   = NULL;
     42    hdu->weights = NULL;
     43    hdu->masks   = NULL;
    4144
    4245    return hdu;
Note: See TracChangeset for help on using the changeset viewer.