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/ppstampErrorCodes.h.in

    r15280 r15363  
    99 */
    1010typedef enum {
    11     PPSTAMP_ERR_BASE = 600,
     11    PPSTAMP_ERR_BASE = 650,
    1212    PPSTAMP_ERR_${ErrorCode},
    1313    PPSTAMP_ERR_NERROR
    14 } pswarpErrorCode;
     14} ppstampErrorCode;
    1515
    16 void pswarpErrorRegister(void);
     16void ppstampErrorRegister(void);
    1717
    1818#endif
Note: See TracChangeset for help on using the changeset viewer.