IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 28, 2007, 3:26:55 PM (19 years ago)
Author:
Paul Price
Message:

Fixing compilation problems.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAWrite.c

    r15094 r15096  
    88#include <pslib.h>
    99
     10#include "pmConfig.h"
    1011#include "pmHDU.h"
    1112#include "pmFPA.h"
    1213#include "pmFPALevel.h"
     14#include "pmFPAview.h"
     15#include "pmDetrendDB.h"
     16#include "pmFPAfile.h"
    1317#include "pmHDUUtils.h"
    1418#include "pmHDUGenerate.h"
     
    6569        }
    6670
    67         pmFPAview *view = pmFPAViewGenerate(fpa, chip, cell, NULL); // View for fpa, chip, cell
    68         psString *content = pmFPANameFromRule(rule, fpa, view); // Content of this file, specified by the rule
     71        pmFPAview *view = pmFPAviewGenerate(fpa, chip, cell, NULL); // View for fpa, chip, cell
     72        psString content = pmFPANameFromRule(rule, fpa, view); // Content of this file, specified by the rule
    6973        psFree(view);
    7074
     
    7680        }
    7781
    78         psMetadataAddStr(hdu->header, PS_LIST_END, contentKey, PS_META_REPLACE, "Content of file", content);
     82        psMetadataAddStr(hdu->header, PS_LIST_TAIL, contentKey, PS_META_REPLACE, "Content of file", content);
    7983        psFree(content);                // Drop reference
    8084    }
Note: See TracChangeset for help on using the changeset viewer.