IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 23, 2007, 11:50:52 AM (19 years ago)
Author:
bills
Message:

Extract postage stamp from chip mosaic image. Changed -celcenter to -skycenter
Range in celestial coordinates not specified with -arcrange (arcseconds)
Better error handling.
Allow files without WCS if we don't need it

Location:
trunk/ppstamp/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppstamp/src

    • Property svn:ignore
      •  

        old new  
        66config.h.in
        77stamp-h1
         8ppstampErrorCodes.c
         9ppstampErrorCodes.h
  • trunk/ppstamp/src/ppstamp.h

    r15323 r15363  
    1515#include "psastro.h"
    1616#include "ppStats.h"
     17#include "ppstampErrorCodes.h"
    1718
    1819#define TIMERNAME "ppstamp"             // Name of timer
     
    5960
    6061bool ppstampMakeStamp(pmConfig *config, ppstampOptions *);
     62pmFPAfile * ppstampBuildMosaic(pmConfig *config, pmFPAfile *input, pmFPAview *view);
    6163
    6264// free memory, check for leaks
     
    7072
    7173/// Update the metadata with version information for all dependencies
    72 void ppstampVersionMetadata(psMetadata *metadata ///< Metadata to update with version information
    73     );
     74void ppstampVersionMetadata(psMetadata *metadata, ppstampOptions *options);
    7475
    7576psRegion *ppstampCellRegion(const pmCell *cell);
Note: See TracChangeset for help on using the changeset viewer.