IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 17, 2009, 2:31:20 PM (17 years ago)
Author:
Paul Price
Message:

Cleaning up. Had trouble getting the output photometry file written out, but works now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubLoop.c

    r21360 r21524  
    66 *
    77 *  @author IfA
    8  *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2009-02-06 01:37:17 $
     8 *  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2009-02-18 00:31:20 $
    1010 *  Copyright 2009 Institute for Astronomy, University of Hawaii
    1111 */
     12
     13#ifdef HAVE_CONFIG_H
     14#include <config.h>
     15#endif
     16
     17#include <pslib.h>
     18#include <psmodules.h>
     19#include <ppStats.h>
    1220
    1321#include "ppSub.h"
     
    138146                    return false;
    139147                }
    140                 psImageMaskType maskValue = pmConfigMaskGet("MASK.VALUE", config);
     148                psImageMaskType maskValue = pmConfigMaskGet("MASK.VALUE", config);
    141149                ppStatsFPA(stats, output->fpa, view, maskValue, config);
    142150            }
Note: See TracChangeset for help on using the changeset viewer.