IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 9, 2009, 6:00:18 PM (17 years ago)
Author:
Paul Price
Message:

Adding first cut at function to write ds9 region file with stamp positions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionStamps.h

    r21363 r23789  
    124124    );
    125125
     126
     127/// Write a ds9 region file with stamp positions
     128///
     129/// Intended for debugging
     130bool pmSubtractionStampsRegions(pmSubtractionStampList *stamps, ///< Stamps
     131                                const char *filename ///< Filename to which to write regions
     132    );
     133
     134
    126135#endif
Note: See TracChangeset for help on using the changeset viewer.