IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 19, 2006, 4:38:28 PM (21 years ago)
Author:
Paul Price
Message:

Getting a working ppImage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_rel9_p0/psModules/src/astrom/pmFPARead.c

    r5974 r6062  
    33#include "pslib.h"
    44
    5 #include "pmAstrometry.h"
     5#include "pmFPA.h"
    66#include "pmFPARead.h"
    77#include "pmConcepts.h"
     
    9494    hdu->header = header;
    9595
    96     // XXX: Insert mask and weight reading here
     96    // Mask and weight not set yet
     97    hdu->weights = NULL;
     98    hdu->masks = NULL;
    9799
    98100    return true;
Note: See TracChangeset for help on using the changeset viewer.