Changeset 23839 for trunk/psModules/src/imcombine/pmSubtractionStamps.h
- Timestamp:
- Apr 13, 2009, 4:05:58 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionStamps.h
r23789 r23839 125 125 126 126 127 /// Write a ds9 region file with stamp positions127 /// Turn on/off generation of ds9 region files 128 128 /// 129 129 /// Intended for debugging 130 bool pmSubtractionStampsRegions(pmSubtractionStampList *stamps, ///< Stamps 131 const char *filename ///< Filename to which to write regions 130 void pmSubtractionRegions(bool state ///< Generate ds9 region files? 132 131 ); 133 132 133 /// Open a file for ds9 regions 134 /// 135 /// Intended for debugging 136 FILE *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 144 void 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 ); 134 149 135 150 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
