IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 13, 2009, 4:05:58 PM (17 years ago)
Author:
Paul Price
Message:

Generate ds9 region files for stamps at interesting places.

File:
1 edited

Legend:

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

    r23789 r23839  
    125125
    126126
    127 /// Write a ds9 region file with stamp positions
     127/// Turn on/off generation of ds9 region files
    128128///
    129129/// Intended for debugging
    130 bool pmSubtractionStampsRegions(pmSubtractionStampList *stamps, ///< Stamps
    131                                 const char *filename ///< Filename to which to write regions
     130void pmSubtractionRegions(bool state    ///< Generate ds9 region files?
    132131    );
    133132
     133/// Open a file for ds9 regions
     134///
     135/// Intended for debugging
     136FILE *pmSubtractionStampsFile(const pmSubtractionStampList *stamps, ///< List of stamps, for outlines
     137                              const char *filename, ///< Filename to write
     138                              const char *description ///< Description of file
     139    );
     140
     141/// Print a stamp position to ds9 region file
     142///
     143/// Intended for debugging
     144void pmSubtractionStampPrint(FILE *ds9, ///< ds9 region file
     145                             float x, float y, ///< Position of stamp
     146                             float size,///< Size of circle
     147                             const char *color ///< Colour
     148    );
    134149
    135150#endif
Note: See TracChangeset for help on using the changeset viewer.