Changeset 180 for wxmtxy/trunk
- Timestamp:
- Jun 2, 2010 10:06:56 PM (15 years ago)
- Location:
- wxmtxy/trunk
- Files:
-
- 1 added
- 1 deleted
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified wxmtxy/trunk/index.html ¶
r178 r180 137 137 <h2>Definitions</h2> 138 138 139 <h3>EPICS PV fields</h3> 139 140 <table border="2" title="EPICS PV fields"> 140 <caption>EPICS PV fields</caption>141 141 <thead> 142 142 <tr> … … 174 174 </table> 175 175 176 <h3>General terms</h3> 176 177 <table border="2" title="General terms"> 177 <caption>General terms</caption>178 178 <thead> 179 179 <tr> … … 239 239 upper-right edge of the paddle.</p> 240 240 241 <h3>example file: Text positions</h3> 241 242 <table border="2" title="Text positions file"> 242 <caption>Text positions file</caption>243 243 <thead> 244 244 <tr> … … 249 249 <tbody> 250 250 <tr> 251 <td><a href="examples/standard-paddle.txt"> standard-paddle.txt</a></td>251 <td><a href="examples/standard-paddle.txt"><code>examples/standard-paddle.txt</code></a></td> 252 252 <td>positions on the standard 4-column paddle</td> 253 253 </tr> … … 255 255 </table> 256 256 257 <h3>example file: XML Settings</h3> 257 258 <table border="2" title="XML Settings file"> 258 <caption>XML Settings file</caption>259 259 <thead> 260 260 <tr> … … 265 265 <tbody> 266 266 <tr> 267 <td><a href="examples/test-settings.xml"> USAXS_XY.xml</a></td>267 <td><a href="examples/test-settings.xml"><code>examples/USAXS_XY.xml</code></a></td> 268 268 <td>settings file from USAXS sample and detector stages</td> 269 269 </tr> 270 270 <tr> 271 <td><a href="examples/test-settings.xml"> test-settings.xml</a></td>271 <td><a href="examples/test-settings.xml"><code>examples/test-settings.xml</code></a></td> 272 272 <td>settings file used by developer to test various features</td> 273 273 </tr> … … 277 277 <h1>Python source file documentation</h1> 278 278 279 <h3>PyDocs from wxmtxy source code</h3> 279 280 <table border="2" title="PyDocs"> 280 <caption>PyDocs from wxmtxy source code</caption>281 281 <thead> 282 282 <tr> … … 329 329 </table> 330 330 331 <h3>Helper files that could work with other Python projects</h3> 331 332 <table border="2" title="Helper files"> 332 <caption>Helper files that could work with other Python projects</caption>333 333 <thead> 334 334 <tr> … … 347 347 </tr> 348 348 <tr> 349 <td><a href="testcode.html">testcode.py</a></td> 350 <td>standalone demo/test of pvConnect as command-line and GUI</td> 351 </tr> 352 </tbody> 353 </table> 354 349 <td><a href="menuLauncher.html">menuLauncher.py</a></td> 350 <td>standalone GUI to launch various utilities</td> 351 </tr> 352 </tbody> 353 </table> 354 355 <h3>Other files</h3> 355 356 <table border="2" title="Other files"> 356 <caption>Other files</caption>357 357 <thead> 358 358 <tr> -
TabularUnified wxmtxy/trunk/pvConnect.html ¶
r178 r180 47 47 @version: <br> 48 48 ########### SVN repository information ###################<br> 49 # $Date: 20 09-12-03 17:39:05 -0600 (Thu, 03 Dec 2009) $<br>49 # $Date: 2010-06-02 18:14:09 -0500 (Wed, 02 Jun 2010) $<br> 50 50 # $Author: jemian $<br> 51 # $Revision: 1 00 $<br>51 # $Revision: 178 $<br> 52 52 # $URL: https://subversion.xor.aps.anl.gov/bcdaext/wxmtxy/trunk/pvConnect.py $<br> 53 # $Id: pvConnect.py 1 00 2009-12-03 23:39:05Z jemian $<br>53 # $Id: pvConnect.py 178 2010-06-02 23:14:09Z jemian $<br> 54 54 ########### SVN repository information ###################</tt></p> 55 55 <p> … … 60 60 61 61 <tr><td bgcolor="#aa55cc"><tt> </tt></td><td> </td> 62 <td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="sys.html">sys</a><br> 62 <td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="CaChannel.html">CaChannel</a><br> 63 </td><td width="25%" valign=top><a href="sys.html">sys</a><br> 63 64 </td><td width="25%" valign=top><a href="time.html">time</a><br> 64 </td><td width="25%" valign=top></td><td width="25%" valign=top></td></tr></table></td></tr></table><p> 65 </td><td width="25%" valign=top><a href="wx.html">wx</a><br> 66 </td></tr></table></td></tr></table><p> 65 67 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 66 68 <tr bgcolor="#ee77aa"> … … 209 211 210 212 <tr><td bgcolor="#55aa55"><tt> </tt></td><td> </td> 211 <td width="100%"><strong>IMPORTED_CACHANNEL</strong> = False<br>212 <strong>IMPORTED_WX</strong> = False</td></tr></table>213 <td width="100%"><strong>IMPORTED_CACHANNEL</strong> = True<br> 214 <strong>IMPORTED_WX</strong> = True</td></tr></table> 213 215 </body></html> -
TabularUnified wxmtxy/trunk/setup.html ¶
r178 r180 13 13 <br> 14 14 ########### SVN repository information ###################<br> 15 # $Date: 20 09-05-05 14:05:50 -0500 (Tue, 05 May 2009) $<br>15 # $Date: 2010-06-02 18:14:09 -0500 (Wed, 02 Jun 2010) $<br> 16 16 # $Author: jemian $<br> 17 # $Revision: 50 $<br>17 # $Revision: 178 $<br> 18 18 # $URL: https://subversion.xor.aps.anl.gov/bcdaext/wxmtxy/trunk/setup.py $<br> 19 # $Id: setup.py 50 2009-05-05 19:05:50Z jemian $<br>19 # $Id: setup.py 178 2010-06-02 23:14:09Z jemian $<br> 20 20 ########### SVN repository information ###################<br> 21 21 <br> -
TabularUnified wxmtxy/trunk/wxmtxy.html ¶
r51 r180 9 9 <font color="#ffffff" face="helvetica, arial"> <br><big><big><strong>wxmtxy</strong></big></big></font></td 10 10 ><td align=right valign=bottom 11 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/ //C|/documents%20and%20settings/pete/my%20documents/eclipse/workspace/wxmtxy/trunk/wxmtxy.py">c:\documents and settings\pete\my documents\eclipse\workspace\wxmtxy\trunk\wxmtxy.py</a></font></td></tr></table>11 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/home/oxygen18/JEMIAN/Documents/eclipse/usaxs/wxmtxy/trunk/wxmtxy.py">/home/oxygen18/JEMIAN/Documents/eclipse/usaxs/wxmtxy/trunk/wxmtxy.py</a></font></td></tr></table> 12 12 <p><tt>start the wxmtxy GUI<br> 13 13 <br> 14 14 @version: <br> 15 15 ########### SVN repository information ###################<br> 16 # $Date: 20 09-05-05 14:05:50 -0500 (Tue, 05 May 2009) $<br>16 # $Date: 2010-06-02 18:14:09 -0500 (Wed, 02 Jun 2010) $<br> 17 17 # $Author: jemian $<br> 18 # $Revision: 50 $<br>18 # $Revision: 178 $<br> 19 19 # $URL: https://subversion.xor.aps.anl.gov/bcdaext/wxmtxy/trunk/wxmtxy.py $<br> 20 # $Id: wxmtxy.py 50 2009-05-05 19:05:50Z jemian $<br>20 # $Id: wxmtxy.py 178 2010-06-02 23:14:09Z jemian $<br> 21 21 ########### SVN repository information ###################<br> 22 22 <br> 23 @todo: TO-DO list<br> 24 <br> 25 start again building wxmtxy using Boa-constructor [done]<br> 26 Consider all existing features of wxMotorToolXY (precursor project). [done]<br> 27 This time, improve by:<br> 28 * widget sizes [done]<br> 29 * move buttons to a menu bar, leave STOP button on screen [done]<br> 30 * place notebook in a scrollable panel [done]<br> 31 * notebook is user choice of either: [will not be done]<br> 32 * wx.Notebook<br> 33 * wx.Listbook<br> 34 * wx.Treebook<br> 35 * support saved preferences <br> 36 * dialog<br> 37 * Re-load of preferences will:<br> 38 * replace existing values if geometry matches<br> 39 * remove existing pages/rows and replace with new<br> 40 * allow for removal of pages/rows [done]<br> 41 * EPICS connection dialog (perhaps) [done]<br> 42 * About box [done]<br> 23 README<br> 24 <br> 25 *wxmtxy* (an EPICS GUI tool) provides support for an X,Y positioner <br> 26 (motor) pair by allowing users to define a table of known positions <br> 27 and providing a one-button click to drive a chosen X,Y pair to a specific<br> 28 table setting. Also can record current position into a setting.<br> 29 <br> 30 Several sets of X,Y positioners can be configured. (Each set is <br> 31 separate.) In fact, the positioners do not have to be motors,<br> 32 but can be any type of EPICS PV that will accept a numeric value.<br> 33 <br> 34 <br> 35 wxmtxy is based on wxPython and relies on CaChannel to communicate <br> 36 with EPICS. <br> 37 <br> 38 In the Graphical User Interface (GUI), tooltips are provided for <br> 39 most items. Moving and pausing the mouse over a widget (GUI <br> 40 component such as a button or a label) will cause a terse description <br> 41 of that widget to be displayed. Moving the mouse away will cause that <br> 42 tooltip to disappear. <br> 43 <br> 44 For more help, explanations are provided in the HTML pages.<br> 45 <br> 46 TRAC wiki<br> 47 @see: https://subversion.xor.aps.anl.gov/trac/bcdaext/wiki/wxmtxy<br> 48 <br> 49 @note: subversion checkout: svn co https://subversion.xor.aps.anl.gov/bcdaext/wxmtxy/<br> 50 <br> 43 51 ----<br> 44 52 @note: wxPython does not provide standard tear-off windows<br> … … 115 123 <dl><dt><a name="BoaApp-__del__"><strong>__del__</strong></a>(self, destroy<font color="#909090">=<unbound method PyApp.<lambda>></font>)</dt></dl> 116 124 117 <dl><dt><a name="BoaApp-__init__"><strong>__init__</strong></a>(self, redirect<font color="#909090">= True</font>, filename<font color="#909090">=None</font>, useBestVisual<font color="#909090">=False</font>, clearSigInt<font color="#909090">=True</font>)</dt><dd><tt>Construct a ``wx.<a href="wx._core.html#App">App</a>`` object. <br>125 <dl><dt><a name="BoaApp-__init__"><strong>__init__</strong></a>(self, redirect<font color="#909090">=False</font>, filename<font color="#909090">=None</font>, useBestVisual<font color="#909090">=False</font>, clearSigInt<font color="#909090">=True</font>)</dt><dd><tt>Construct a ``wx.<a href="wx._core.html#App">App</a>`` object. <br> 118 126 <br> 119 127 :param redirect: Should ``sys.stdout`` and ``sys.stderr`` be<br> … … 145 153 <hr> 146 154 Data and other attributes inherited from <a href="wx._core.html#App">wx._core.App</a>:<br> 147 <dl><dt><strong>outputWindowClass</strong> = <class wx._core.PyOnDemandOutputWindow at 0x 00DD2F60><dd><tt>A class that can be used for redirecting Python's stdout and<br>155 <dl><dt><strong>outputWindowClass</strong> = <class wx._core.PyOnDemandOutputWindow at 0xf7bb4b3c><dd><tt>A class that can be used for redirecting Python's stdout and<br> 148 156 stderr streams. It will do nothing until something is wrriten to<br> 149 157 the stream at which point it will create a Frame with a text area<br> -
TabularUnified wxmtxy/trunk/wxmtxy.py ¶
r178 r180 45 45 46 46 For more help, explanations are provided in the HTML pages. 47 48 TRAC wiki 49 @see: https://subversion.xor.aps.anl.gov/trac/bcdaext/wiki/wxmtxy 50 51 @note: subversion checkout: svn co https://subversion.xor.aps.anl.gov/bcdaext/wxmtxy/ 47 52 48 53 ---- … … 100 105 if len(sys.argv) == 2: 101 106 settingsFile = sys.argv[1] 102 # TODO: What if PVs in settingsFile are not available at startup?103 107 wxmtxy_root.root(None, settingsFile).Show() 104 108 capoll_timer = None -
TabularUnified wxmtxy/trunk/wxmtxy_htmlview.html ¶
r51 r180 9 9 <font color="#ffffff" face="helvetica, arial"> <br><big><big><strong>wxmtxy_htmlview</strong></big></big></font></td 10 10 ><td align=right valign=bottom 11 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/ //C|/documents%20and%20settings/pete/my%20documents/eclipse/workspace/wxmtxy/trunk/wxmtxy_htmlview.py">c:\documents and settings\pete\my documents\eclipse\workspace\wxmtxy\trunk\wxmtxy_htmlview.py</a></font></td></tr></table>11 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/home/oxygen18/JEMIAN/Documents/eclipse/usaxs/wxmtxy/trunk/wxmtxy_htmlview.py">/home/oxygen18/JEMIAN/Documents/eclipse/usaxs/wxmtxy/trunk/wxmtxy_htmlview.py</a></font></td></tr></table> 12 12 <p><tt><a href="#HtmlView">HtmlView</a> to view HTML-formatted help files<br> 13 13 <br> 14 14 @version: <br> 15 15 ########### SVN repository information ###################<br> 16 # $Date: 20 09-05-05 14:05:50 -0500 (Tue, 05 May 2009) $<br>16 # $Date: 2010-06-02 18:14:09 -0500 (Wed, 02 Jun 2010) $<br> 17 17 # $Author: jemian $<br> 18 # $Revision: 50 $<br>18 # $Revision: 178 $<br> 19 19 # $URL: https://subversion.xor.aps.anl.gov/bcdaext/wxmtxy/trunk/wxmtxy_htmlview.py $<br> 20 # $Id: wxmtxy_htmlview.py 50 2009-05-05 19:05:50Z jemian $<br>20 # $Id: wxmtxy_htmlview.py 178 2010-06-02 23:14:09Z jemian $<br> 21 21 ########### SVN repository information ###################</tt></p> 22 22 <p> … … 998 998 `wx.NavigationKeyEvent`.</tt></dd></dl> 999 999 1000 <dl><dt><a name="HtmlView-OnPaint"><strong>OnPaint</strong></a>(*args, **kwargs)</dt><dd><tt><a href="#HtmlView-OnPaint">OnPaint</a>(self, PaintEvent event)</tt></dd></dl>1001 1002 1000 <dl><dt><a name="HtmlView-PageDown"><strong>PageDown</strong></a>(*args, **kwargs)</dt><dd><tt><a href="#HtmlView-PageDown">PageDown</a>(self) -> bool<br> 1003 1001 <br> … … 1892 1890 1893 1891 <tr><td bgcolor="#55aa55"><tt> </tt></td><td> </td> 1894 <td width="100%"><strong>wxID_HTMLVIEW</strong> = 1 49<br>1895 <strong>wxID_HTMLVIEWBACK</strong> = 15 0<br>1896 <strong>wxID_HTMLVIEWFORWARD</strong> = 15 1<br>1897 <strong>wxID_HTMLVIEWGENSTATICTEXT1</strong> = 15 2<br>1898 <strong>wxID_HTMLVIEWHOME</strong> = 15 3<br>1899 <strong>wxID_HTMLVIEWHTML</strong> = 15 4<br>1900 <strong>wxID_HTMLVIEWLBLPAGENAME</strong> = 1 55<br>1901 <strong>wxID_HTMLVIEWREFRESH</strong> = 1 56</td></tr></table>1892 <td width="100%"><strong>wxID_HTMLVIEW</strong> = 154<br> 1893 <strong>wxID_HTMLVIEWBACK</strong> = 155<br> 1894 <strong>wxID_HTMLVIEWFORWARD</strong> = 156<br> 1895 <strong>wxID_HTMLVIEWGENSTATICTEXT1</strong> = 157<br> 1896 <strong>wxID_HTMLVIEWHOME</strong> = 158<br> 1897 <strong>wxID_HTMLVIEWHTML</strong> = 159<br> 1898 <strong>wxID_HTMLVIEWLBLPAGENAME</strong> = 160<br> 1899 <strong>wxID_HTMLVIEWREFRESH</strong> = 161</td></tr></table> 1902 1900 </body></html> -
TabularUnified wxmtxy/trunk/wxmtxy_pair.html ¶
r51 r180 9 9 <font color="#ffffff" face="helvetica, arial"> <br><big><big><strong>wxmtxy_pair</strong></big></big></font></td 10 10 ><td align=right valign=bottom 11 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/ //C|/documents%20and%20settings/pete/my%20documents/eclipse/workspace/wxmtxy/trunk/wxmtxy_pair.py">c:\documents and settings\pete\my documents\eclipse\workspace\wxmtxy\trunk\wxmtxy_pair.py</a></font></td></tr></table>11 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/home/oxygen18/JEMIAN/Documents/eclipse/usaxs/wxmtxy/trunk/wxmtxy_pair.py">/home/oxygen18/JEMIAN/Documents/eclipse/usaxs/wxmtxy/trunk/wxmtxy_pair.py</a></font></td></tr></table> 12 12 <p><tt>Define the GUI elements and interface for one X,Y pair<br> 13 13 <br> 14 14 @version: <br> 15 15 ########### SVN repository information ###################<br> 16 # $Date: 20 09-05-05 14:05:50 -0500 (Tue, 05 May 2009) $<br>16 # $Date: 2010-06-02 18:14:09 -0500 (Wed, 02 Jun 2010) $<br> 17 17 # $Author: jemian $<br> 18 # $Revision: 50 $<br>18 # $Revision: 178 $<br> 19 19 # $URL: https://subversion.xor.aps.anl.gov/bcdaext/wxmtxy/trunk/wxmtxy_pair.py $<br> 20 # $Id: wxmtxy_pair.py 50 2009-05-05 19:05:50Z jemian $<br>20 # $Id: wxmtxy_pair.py 178 2010-06-02 23:14:09Z jemian $<br> 21 21 ########### SVN repository information ###################</tt></p> 22 22 <p> … … 29 29 <td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="copy.html">copy</a><br> 30 30 <a href="pprint.html">pprint</a><br> 31 </td><td width="25%" valign=top><a href="pvConnect.html">pvConnect</a><br> 32 <a href="wx.html">wx</a><br> 33 </td><td width="25%" valign=top><a href="wxmtxy_axis.html">wxmtxy_axis</a><br> 34 <a href="wxmtxy_row.html">wxmtxy_row</a><br> 35 </td><td width="25%" valign=top><a href="wxmtxy_tab.html">wxmtxy_tab</a><br> 36 </td></tr></table></td></tr></table><p> 31 </td><td width="25%" valign=top><a href="wx.html">wx</a><br> 32 <a href="wxmtxy_axis.html">wxmtxy_axis</a><br> 33 </td><td width="25%" valign=top><a href="wxmtxy_row.html">wxmtxy_row</a><br> 34 <a href="wxmtxy_tab.html">wxmtxy_tab</a><br> 35 </td><td width="25%" valign=top></td></tr></table></td></tr></table><p> 37 36 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 38 37 <tr bgcolor="#ee77aa"> … … 931 930 `wx.NavigationKeyEvent`.</tt></dd></dl> 932 931 933 <dl><dt><a name="XYpair-OnPaint"><strong>OnPaint</strong></a>(*args, **kwargs)</dt><dd><tt><a href="#XYpair-OnPaint">OnPaint</a>(self, PaintEvent event)</tt></dd></dl>934 935 932 <dl><dt><a name="XYpair-PageDown"><strong>PageDown</strong></a>(*args, **kwargs)</dt><dd><tt><a href="#XYpair-PageDown">PageDown</a>(self) -> bool<br> 936 933 <br> … … 1819 1816 1820 1817 <tr><td bgcolor="#55aa55"><tt> </tt></td><td> </td> 1821 <td width="100%"><strong>wxID_XYPAIR</strong> = 1 08<br>1822 <strong>wxID_XYPAIRLBLMOTOR</strong> = 1 09<br>1823 <strong>wxID_XYPAIRLBLREADBACK</strong> = 11 0<br>1824 <strong>wxID_XYPAIRLBLTARGET</strong> = 11 1<br>1825 <strong>wxID_XYPAIRLBL_X_TITLE</strong> = 11 2<br>1826 <strong>wxID_XYPAIRLBL_Y_TITLE</strong> = 11 3<br>1827 <strong>wxID_XYPAIRSTOP</strong> = 11 4<br>1828 <strong>wxID_XYPAIRTABLE</strong> = 1 15<br>1829 <strong>wxID_XYPAIRTITLE</strong> = 1 16<br>1830 <strong>wxID_XYPAIRX_RBV</strong> = 1 17<br>1831 <strong>wxID_XYPAIRX_VAL</strong> = 1 18<br>1832 <strong>wxID_XYPAIRY_RBV</strong> = 1 19<br>1833 <strong>wxID_XYPAIRY_VAL</strong> = 12 0</td></tr></table>1818 <td width="100%"><strong>wxID_XYPAIR</strong> = 113<br> 1819 <strong>wxID_XYPAIRLBLMOTOR</strong> = 114<br> 1820 <strong>wxID_XYPAIRLBLREADBACK</strong> = 115<br> 1821 <strong>wxID_XYPAIRLBLTARGET</strong> = 116<br> 1822 <strong>wxID_XYPAIRLBL_X_TITLE</strong> = 117<br> 1823 <strong>wxID_XYPAIRLBL_Y_TITLE</strong> = 118<br> 1824 <strong>wxID_XYPAIRSTOP</strong> = 119<br> 1825 <strong>wxID_XYPAIRTABLE</strong> = 120<br> 1826 <strong>wxID_XYPAIRTITLE</strong> = 121<br> 1827 <strong>wxID_XYPAIRX_RBV</strong> = 122<br> 1828 <strong>wxID_XYPAIRX_VAL</strong> = 123<br> 1829 <strong>wxID_XYPAIRY_RBV</strong> = 124<br> 1830 <strong>wxID_XYPAIRY_VAL</strong> = 125</td></tr></table> 1834 1831 </body></html> -
TabularUnified wxmtxy/trunk/wxmtxy_pvsetup.html ¶
r51 r180 9 9 <font color="#ffffff" face="helvetica, arial"> <br><big><big><strong>wxmtxy_pvsetup</strong></big></big></font></td 10 10 ><td align=right valign=bottom 11 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/ //C|/documents%20and%20settings/pete/my%20documents/eclipse/workspace/wxmtxy/trunk/wxmtxy_pvsetup.py">c:\documents and settings\pete\my documents\eclipse\workspace\wxmtxy\trunk\wxmtxy_pvsetup.py</a></font></td></tr></table>11 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/home/oxygen18/JEMIAN/Documents/eclipse/usaxs/wxmtxy/trunk/wxmtxy_pvsetup.py">/home/oxygen18/JEMIAN/Documents/eclipse/usaxs/wxmtxy/trunk/wxmtxy_pvsetup.py</a></font></td></tr></table> 12 12 <p><tt>Provides Python Class: <a href="#PvDialog">PvDialog</a><br> 13 13 <a href="wx._windows.html#Dialog">Dialog</a> to configure the EPICS PVs for an X,Y pair<br> … … 15 15 @version: <br> 16 16 ########### SVN repository information ###################<br> 17 # $Date: 20 09-05-05 14:05:50 -0500 (Tue, 05 May 2009) $<br>17 # $Date: 2010-06-02 18:14:09 -0500 (Wed, 02 Jun 2010) $<br> 18 18 # $Author: jemian $<br> 19 # $Revision: 50 $<br>19 # $Revision: 178 $<br> 20 20 # $URL: https://subversion.xor.aps.anl.gov/bcdaext/wxmtxy/trunk/wxmtxy_pvsetup.py $<br> 21 # $Id: wxmtxy_pvsetup.py 50 2009-05-05 19:05:50Z jemian $<br>21 # $Id: wxmtxy_pvsetup.py 178 2010-06-02 23:14:09Z jemian $<br> 22 22 ########### SVN repository information ###################</tt></p> 23 23 <p> … … 1048 1048 `wx.NavigationKeyEvent`.</tt></dd></dl> 1049 1049 1050 <dl><dt><a name="PvDialog-OnPaint"><strong>OnPaint</strong></a>(*args, **kwargs)</dt><dd><tt><a href="#PvDialog-OnPaint">OnPaint</a>(self, PaintEvent event)</tt></dd></dl>1051 1052 1050 <dl><dt><a name="PvDialog-PageDown"><strong>PageDown</strong></a>(*args, **kwargs)</dt><dd><tt><a href="#PvDialog-PageDown">PageDown</a>(self) -> bool<br> 1053 1051 <br> … … 1939 1937 <strong>COLOR_PV_NOT_OK</strong> = wx.Colour(254, 232, 255, 255)<br> 1940 1938 <strong>COLOR_PV_OK</strong> = wx.Colour(235, 254, 231, 255)<br> 1941 <strong>wxID_PVDIALOG</strong> = 12 1<br>1942 <strong>wxID_PVDIALOGBUTTON_CANCEL</strong> = 12 2<br>1943 <strong>wxID_PVDIALOGBUTTON_CLEAR_X</strong> = 12 3<br>1944 <strong>wxID_PVDIALOGBUTTON_CLEAR_Y</strong> = 12 4<br>1945 <strong>wxID_PVDIALOGBUTTON_OK</strong> = 1 25<br>1946 <strong>wxID_PVDIALOGBUTTON_REVERT</strong> = 1 26<br>1947 <strong>wxID_PVDIALOGCB_IS_MOTOR_X</strong> = 1 27<br>1948 <strong>wxID_PVDIALOGCB_IS_MOTOR_Y</strong> = 1 28<br>1949 <strong>wxID_PVDIALOGEPICS_LOGO</strong> = 1 29<br>1950 <strong>wxID_PVDIALOGLBL_DESC</strong> = 13 0<br>1951 <strong>wxID_PVDIALOGLBL_DONE</strong> = 13 1<br>1952 <strong>wxID_PVDIALOGLBL_EGU</strong> = 13 2<br>1953 <strong>wxID_PVDIALOGLBL_RBV</strong> = 13 3<br>1954 <strong>wxID_PVDIALOGLBL_STOP</strong> = 13 4<br>1955 <strong>wxID_PVDIALOGLBL_VAL</strong> = 1 35<br>1956 <strong>wxID_PVDIALOGPV_X_DESC</strong> = 1 36<br>1957 <strong>wxID_PVDIALOGPV_X_DMOV</strong> = 1 37<br>1958 <strong>wxID_PVDIALOGPV_X_EGU</strong> = 1 38<br>1959 <strong>wxID_PVDIALOGPV_X_RBV</strong> = 1 39<br>1960 <strong>wxID_PVDIALOGPV_X_STOP</strong> = 14 0<br>1961 <strong>wxID_PVDIALOGPV_X_VAL</strong> = 14 1<br>1962 <strong>wxID_PVDIALOGPV_Y_DESC</strong> = 14 2<br>1963 <strong>wxID_PVDIALOGPV_Y_DMOV</strong> = 14 3<br>1964 <strong>wxID_PVDIALOGPV_Y_EGU</strong> = 14 4<br>1965 <strong>wxID_PVDIALOGPV_Y_RBV</strong> = 1 45<br>1966 <strong>wxID_PVDIALOGPV_Y_STOP</strong> = 1 46<br>1967 <strong>wxID_PVDIALOGPV_Y_VAL</strong> = 1 47<br>1968 <strong>wxID_PVDIALOGTITLE</strong> = 1 48</td></tr></table>1939 <strong>wxID_PVDIALOG</strong> = 126<br> 1940 <strong>wxID_PVDIALOGBUTTON_CANCEL</strong> = 127<br> 1941 <strong>wxID_PVDIALOGBUTTON_CLEAR_X</strong> = 128<br> 1942 <strong>wxID_PVDIALOGBUTTON_CLEAR_Y</strong> = 129<br> 1943 <strong>wxID_PVDIALOGBUTTON_OK</strong> = 130<br> 1944 <strong>wxID_PVDIALOGBUTTON_REVERT</strong> = 131<br> 1945 <strong>wxID_PVDIALOGCB_IS_MOTOR_X</strong> = 132<br> 1946 <strong>wxID_PVDIALOGCB_IS_MOTOR_Y</strong> = 133<br> 1947 <strong>wxID_PVDIALOGEPICS_LOGO</strong> = 134<br> 1948 <strong>wxID_PVDIALOGLBL_DESC</strong> = 135<br> 1949 <strong>wxID_PVDIALOGLBL_DONE</strong> = 136<br> 1950 <strong>wxID_PVDIALOGLBL_EGU</strong> = 137<br> 1951 <strong>wxID_PVDIALOGLBL_RBV</strong> = 138<br> 1952 <strong>wxID_PVDIALOGLBL_STOP</strong> = 139<br> 1953 <strong>wxID_PVDIALOGLBL_VAL</strong> = 140<br> 1954 <strong>wxID_PVDIALOGPV_X_DESC</strong> = 141<br> 1955 <strong>wxID_PVDIALOGPV_X_DMOV</strong> = 142<br> 1956 <strong>wxID_PVDIALOGPV_X_EGU</strong> = 143<br> 1957 <strong>wxID_PVDIALOGPV_X_RBV</strong> = 144<br> 1958 <strong>wxID_PVDIALOGPV_X_STOP</strong> = 145<br> 1959 <strong>wxID_PVDIALOGPV_X_VAL</strong> = 146<br> 1960 <strong>wxID_PVDIALOGPV_Y_DESC</strong> = 147<br> 1961 <strong>wxID_PVDIALOGPV_Y_DMOV</strong> = 148<br> 1962 <strong>wxID_PVDIALOGPV_Y_EGU</strong> = 149<br> 1963 <strong>wxID_PVDIALOGPV_Y_RBV</strong> = 150<br> 1964 <strong>wxID_PVDIALOGPV_Y_STOP</strong> = 151<br> 1965 <strong>wxID_PVDIALOGPV_Y_VAL</strong> = 152<br> 1966 <strong>wxID_PVDIALOGTITLE</strong> = 153</td></tr></table> 1969 1967 </body></html> -
TabularUnified wxmtxy/trunk/wxmtxy_root.html ¶
r51 r180 9 9 <font color="#ffffff" face="helvetica, arial"> <br><big><big><strong>wxmtxy_root</strong></big></big></font></td 10 10 ><td align=right valign=bottom 11 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/ //C|/documents%20and%20settings/pete/my%20documents/eclipse/workspace/wxmtxy/trunk/wxmtxy_root.py">c:\documents and settings\pete\my documents\eclipse\workspace\wxmtxy\trunk\wxmtxy_root.py</a></font></td></tr></table>11 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/home/oxygen18/JEMIAN/Documents/eclipse/usaxs/wxmtxy/trunk/wxmtxy_root.py">/home/oxygen18/JEMIAN/Documents/eclipse/usaxs/wxmtxy/trunk/wxmtxy_root.py</a></font></td></tr></table> 12 12 <p><tt>wxmtxy_root: Define the GUI elements and interface (this is the main code)<br> 13 13 <br> 14 14 ########### SVN repository information ###################<br> 15 # $Date: 20 09-05-05 14:05:50 -0500 (Tue, 05 May 2009) $<br>15 # $Date: 2010-06-02 18:14:09 -0500 (Wed, 02 Jun 2010) $<br> 16 16 # $Author: jemian $<br> 17 # $Revision: 50 $<br>17 # $Revision: 178 $<br> 18 18 # $URL: https://subversion.xor.aps.anl.gov/bcdaext/wxmtxy/trunk/wxmtxy_root.py $<br> 19 # $Id: wxmtxy_root.py 50 2009-05-05 19:05:50Z jemian $<br>19 # $Id: wxmtxy_root.py 178 2010-06-02 23:14:09Z jemian $<br> 20 20 ########### SVN repository information ###################<br> 21 21 <br> … … 1108 1108 `wx.NavigationKeyEvent`.</tt></dd></dl> 1109 1109 1110 <dl><dt><a name="root-OnPaint"><strong>OnPaint</strong></a>(*args, **kwargs)</dt><dd><tt><a href="#root-OnPaint">OnPaint</a>(self, PaintEvent event)</tt></dd></dl>1111 1112 1110 <dl><dt><a name="root-PageDown"><strong>PageDown</strong></a>(*args, **kwargs)</dt><dd><tt><a href="#root-PageDown">PageDown</a>(self) -> bool<br> 1113 1111 <br> … … 2002 2000 2003 2001 <tr><td bgcolor="#55aa55"><tt> </tt></td><td> </td> 2004 <td width="100%"><strong>wxID_ROOT</strong> = 1 57<br>2005 <strong>wxID_ROOTMENUABOUTABOUT</strong> = 1 69<br>2006 <strong>wxID_ROOTMENUABOUTHELP</strong> = 17 0<br>2007 <strong>wxID_ROOTMENUFILECLOSE</strong> = 16 0<br>2008 <strong>wxID_ROOTMENUFILEEXIT</strong> = 16 1<br>2009 <strong>wxID_ROOTMENUFILEEXPORT</strong> = 16 2<br>2010 <strong>wxID_ROOTMENUFILEIMPORT</strong> = 16 3<br>2011 <strong>wxID_ROOTMENUFILENEW</strong> = 16 4<br>2012 <strong>wxID_ROOTMENUFILEOPEN</strong> = 1 65<br>2013 <strong>wxID_ROOTMENUFILEPREFERENCES</strong> = 1 66<br>2014 <strong>wxID_ROOTMENUFILESAVE</strong> = 1 67<br>2015 <strong>wxID_ROOTMENUFILESAVEAS</strong> = 1 68<br>2016 <strong>wxID_ROOTMENUPAGECHOICECHANGEPAIRTITLE</strong> = 17 1<br>2017 <strong>wxID_ROOTMENUPAGECHOICECHANGETABTITLE</strong> = 17 2<br>2018 <strong>wxID_ROOTMENUPAGECHOICEDELETEPAIR</strong> = 17 3<br>2019 <strong>wxID_ROOTMENUPAGECHOICEDELETETAB</strong> = 17 4<br>2020 <strong>wxID_ROOTMENUPAGECHOICEEPICSCONFIG</strong> = 1 75<br>2021 <strong>wxID_ROOTMENUPAGECHOICENEWPAIR</strong> = 1 76<br>2022 <strong>wxID_ROOTMENUPAGECHOICENEWROW</strong> = 1 77<br>2023 <strong>wxID_ROOTMENUPAGECHOICENEWTAB</strong> = 1 78<br>2024 <strong>wxID_ROOTPAGEBOOK</strong> = 1 58<br>2025 <strong>wxID_ROOTSTATUSBAR1</strong> = 1 59</td></tr></table>2002 <td width="100%"><strong>wxID_ROOT</strong> = 162<br> 2003 <strong>wxID_ROOTMENUABOUTABOUT</strong> = 174<br> 2004 <strong>wxID_ROOTMENUABOUTHELP</strong> = 175<br> 2005 <strong>wxID_ROOTMENUFILECLOSE</strong> = 165<br> 2006 <strong>wxID_ROOTMENUFILEEXIT</strong> = 166<br> 2007 <strong>wxID_ROOTMENUFILEEXPORT</strong> = 167<br> 2008 <strong>wxID_ROOTMENUFILEIMPORT</strong> = 168<br> 2009 <strong>wxID_ROOTMENUFILENEW</strong> = 169<br> 2010 <strong>wxID_ROOTMENUFILEOPEN</strong> = 170<br> 2011 <strong>wxID_ROOTMENUFILEPREFERENCES</strong> = 171<br> 2012 <strong>wxID_ROOTMENUFILESAVE</strong> = 172<br> 2013 <strong>wxID_ROOTMENUFILESAVEAS</strong> = 173<br> 2014 <strong>wxID_ROOTMENUPAGECHOICECHANGEPAIRTITLE</strong> = 176<br> 2015 <strong>wxID_ROOTMENUPAGECHOICECHANGETABTITLE</strong> = 177<br> 2016 <strong>wxID_ROOTMENUPAGECHOICEDELETEPAIR</strong> = 178<br> 2017 <strong>wxID_ROOTMENUPAGECHOICEDELETETAB</strong> = 179<br> 2018 <strong>wxID_ROOTMENUPAGECHOICEEPICSCONFIG</strong> = 180<br> 2019 <strong>wxID_ROOTMENUPAGECHOICENEWPAIR</strong> = 181<br> 2020 <strong>wxID_ROOTMENUPAGECHOICENEWROW</strong> = 182<br> 2021 <strong>wxID_ROOTMENUPAGECHOICENEWTAB</strong> = 183<br> 2022 <strong>wxID_ROOTPAGEBOOK</strong> = 163<br> 2023 <strong>wxID_ROOTSTATUSBAR1</strong> = 164</td></tr></table> 2026 2024 </body></html> -
TabularUnified wxmtxy/trunk/wxmtxy_root.py ¶
r178 r180 541 541 URL = wxmtxy_version.__url__ 542 542 info.WebSite = (URL, wxmtxy_version.__svndesc__) 543 info.Developers = [ wxmtxy_version.__author__, 544 wxmtxy_version.__author_email__ ] 543 author = wxmtxy_version.__author__ 544 author += ", " + wxmtxy_version.__author_email__ 545 others = [ "author: ", author ] 546 others.extend(wxmtxy_version.__contributor_credits__) 547 info.Developers = others 545 548 info.License = wxmtxy_version.__license__ 546 549 # Then we call wx.AboutBox giving it the info object … … 558 561 return 559 562 self.pagebook.DeleteAllPages() 563 self.NewPair() 560 564 self._dirty(False) 561 565 self.settingsFile = None -
TabularUnified wxmtxy/trunk/wxmtxy_row.html ¶
r51 r180 9 9 <font color="#ffffff" face="helvetica, arial"> <br><big><big><strong>wxmtxy_row</strong></big></big></font></td 10 10 ><td align=right valign=bottom 11 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/ //C|/documents%20and%20settings/pete/my%20documents/eclipse/workspace/wxmtxy/trunk/wxmtxy_row.py">c:\documents and settings\pete\my documents\eclipse\workspace\wxmtxy\trunk\wxmtxy_row.py</a></font></td></tr></table>11 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/home/oxygen18/JEMIAN/Documents/eclipse/usaxs/wxmtxy/trunk/wxmtxy_row.py">/home/oxygen18/JEMIAN/Documents/eclipse/usaxs/wxmtxy/trunk/wxmtxy_row.py</a></font></td></tr></table> 12 12 <p><tt>Define the GUI elements and interface for one row of the table<br> 13 13 <br> 14 14 @version: <br> 15 15 ########### SVN repository information ###################<br> 16 # $Date: 20 09-05-05 14:05:50 -0500 (Tue, 05 May 2009) $<br>16 # $Date: 2010-06-02 18:14:09 -0500 (Wed, 02 Jun 2010) $<br> 17 17 # $Author: jemian $<br> 18 # $Revision: 50 $<br>18 # $Revision: 178 $<br> 19 19 # $URL: https://subversion.xor.aps.anl.gov/bcdaext/wxmtxy/trunk/wxmtxy_row.py $<br> 20 # $Id: wxmtxy_row.py 50 2009-05-05 19:05:50Z jemian $<br>20 # $Id: wxmtxy_row.py 178 2010-06-02 23:14:09Z jemian $<br> 21 21 ########### SVN repository information ###################</tt></p> 22 22 <p> … … 870 870 `wx.NavigationKeyEvent`.</tt></dd></dl> 871 871 872 <dl><dt><a name="Row-OnPaint"><strong>OnPaint</strong></a>(*args, **kwargs)</dt><dd><tt><a href="#Row-OnPaint">OnPaint</a>(self, PaintEvent event)</tt></dd></dl>873 874 872 <dl><dt><a name="Row-PageDown"><strong>PageDown</strong></a>(*args, **kwargs)</dt><dd><tt><a href="#Row-PageDown">PageDown</a>(self) -> bool<br> 875 873 <br> … … 1754 1752 1755 1753 <tr><td bgcolor="#55aa55"><tt> </tt></td><td> </td> 1756 <td width="100%"><strong>wxID_ROW</strong> = 10 0<br>1757 <strong>wxID_ROWDELETE</strong> = 10 1<br>1758 <strong>wxID_ROWGO</strong> = 10 2<br>1759 <strong>wxID_ROWLABEL</strong> = 10 3<br>1760 <strong>wxID_ROWSET</strong> = 10 4<br>1761 <strong>wxID_ROWX</strong> = 1 05<br>1762 <strong>wxID_ROWY</strong> = 1 06</td></tr></table>1754 <td width="100%"><strong>wxID_ROW</strong> = 105<br> 1755 <strong>wxID_ROWDELETE</strong> = 106<br> 1756 <strong>wxID_ROWGO</strong> = 107<br> 1757 <strong>wxID_ROWLABEL</strong> = 108<br> 1758 <strong>wxID_ROWSET</strong> = 109<br> 1759 <strong>wxID_ROWX</strong> = 110<br> 1760 <strong>wxID_ROWY</strong> = 111</td></tr></table> 1763 1761 </body></html> -
TabularUnified wxmtxy/trunk/wxmtxy_tab.html ¶
r51 r180 9 9 <font color="#ffffff" face="helvetica, arial"> <br><big><big><strong>wxmtxy_tab</strong></big></big></font></td 10 10 ><td align=right valign=bottom 11 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/ //C|/documents%20and%20settings/pete/my%20documents/eclipse/workspace/wxmtxy/trunk/wxmtxy_tab.py">c:\documents and settings\pete\my documents\eclipse\workspace\wxmtxy\trunk\wxmtxy_tab.py</a></font></td></tr></table>11 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/home/oxygen18/JEMIAN/Documents/eclipse/usaxs/wxmtxy/trunk/wxmtxy_tab.py">/home/oxygen18/JEMIAN/Documents/eclipse/usaxs/wxmtxy/trunk/wxmtxy_tab.py</a></font></td></tr></table> 12 12 <p><tt>Define the GUI elements and interface for one tab (table) of the X,Y pair<br> 13 13 <br> 14 14 @version: <br> 15 15 ########### SVN repository information ###################<br> 16 # $Date: 20 09-05-05 14:05:50 -0500 (Tue, 05 May 2009) $<br>16 # $Date: 2010-06-02 18:14:09 -0500 (Wed, 02 Jun 2010) $<br> 17 17 # $Author: jemian $<br> 18 # $Revision: 50 $<br>18 # $Revision: 178 $<br> 19 19 # $URL: https://subversion.xor.aps.anl.gov/bcdaext/wxmtxy/trunk/wxmtxy_tab.py $<br> 20 # $Id: wxmtxy_tab.py 50 2009-05-05 19:05:50Z jemian $<br>20 # $Id: wxmtxy_tab.py 178 2010-06-02 23:14:09Z jemian $<br> 21 21 ########### SVN repository information ###################</tt></p> 22 22 <p> … … 216 216 Get the size of one logical unit in physical units.</tt></dd></dl> 217 217 218 <dl><dt><a name="Tab-GetTargetRect"><strong>GetTargetRect</strong></a>(*args, **kwargs)</dt><dd><tt><a href="#Tab-GetTargetRect">GetTargetRect</a>(self) -> Rect</tt></dd></dl>219 220 218 <dl><dt><a name="Tab-GetTargetWindow"><strong>GetTargetWindow</strong></a>(*args, **kwargs)</dt><dd><tt><a href="#Tab-GetTargetWindow">GetTargetWindow</a>(self) -> Window</tt></dd></dl> 221 219 … … 234 232 <dl><dt><a name="Tab-SetScrollbars"><strong>SetScrollbars</strong></a>(*args, **kwargs)</dt><dd><tt><a href="#Tab-SetScrollbars">SetScrollbars</a>(self, int pixelsPerUnitX, int pixelsPerUnitY, int noUnitsX, <br> 235 233 int noUnitsY, int xPos=0, int yPos=0, bool noRefresh=False)</tt></dd></dl> 236 237 <dl><dt><a name="Tab-SetTargetRect"><strong>SetTargetRect</strong></a>(*args, **kwargs)</dt><dd><tt><a href="#Tab-SetTargetRect">SetTargetRect</a>(self, Rect rect)</tt></dd></dl>238 234 239 235 <dl><dt><a name="Tab-SetTargetWindow"><strong>SetTargetWindow</strong></a>(*args, **kwargs)</dt><dd><tt><a href="#Tab-SetTargetWindow">SetTargetWindow</a>(self, Window target)</tt></dd></dl> … … 1013 1009 Does keyboard navigation from this window to another, by sending a<br> 1014 1010 `wx.NavigationKeyEvent`.</tt></dd></dl> 1015 1016 <dl><dt><a name="Tab-OnPaint"><strong>OnPaint</strong></a>(*args, **kwargs)</dt><dd><tt><a href="#Tab-OnPaint">OnPaint</a>(self, PaintEvent event)</tt></dd></dl>1017 1011 1018 1012 <dl><dt><a name="Tab-PageDown"><strong>PageDown</strong></a>(*args, **kwargs)</dt><dd><tt><a href="#Tab-PageDown">PageDown</a>(self) -> bool<br> … … 1902 1896 1903 1897 <tr><td bgcolor="#55aa55"><tt> </tt></td><td> </td> 1904 <td width="100%"><strong>wxID_TAB</strong> = 1 07</td></tr></table>1898 <td width="100%"><strong>wxID_TAB</strong> = 112</td></tr></table> 1905 1899 </body></html> -
TabularUnified wxmtxy/trunk/wxmtxy_version.html ¶
r178 r180 21 21 <strong>__author_email__</strong> = 'jemian@anl.gov'<br> 22 22 <strong>__company_name__</strong> = 'Advanced Photon Source'<br> 23 <strong>__contributor_credits__</strong> = ['', 'other contributors:', 'Geoff Savage/FNAL and John Hammonds/APS for CaChannel', 'Tim Mooney/APS for ca_util']<br> 23 24 <strong>__copyright__</strong> = '(c) 2009, 2010'<br> 24 25 <strong>__documentation__</strong> = '<font color="#c040c0">\n</font> *wxmtxy* (an EPICS GUI tool) provides suppo...pe of EPICS PV that will accept a numeric value.<font color="#c040c0">\n</font>'<br> … … 33 34 <strong>__urlsvn__</strong> = 'https://subversion.xor.aps.anl.gov/bcdaext/wxmtxy'<br> 34 35 <strong>__version__</strong> = '0.5'<br> 35 <strong>fp</strong> = <closed file 'LICENSE', mode 'r' ></td></tr></table><p>36 <strong>fp</strong> = <closed file 'LICENSE', mode 'r' at 0xf6997410></td></tr></table><p> 36 37 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> 37 38 <tr bgcolor="#7799ee"> -
TabularUnified wxmtxy/trunk/wxmtxy_version.py ¶
r178 r180 28 28 __author__ = "Pete R. Jemian" 29 29 __author_email__ = "jemian@anl.gov" 30 __contributor_credits__ = [ 31 "", 32 "other contributors:", 33 "Geoff Savage/FNAL and John Hammonds/APS for CaChannel", 34 "Tim Mooney/APS for ca_util"] 30 35 __company_name__ = "Advanced Photon Source" 31 36 __version__ = "0.5" 32 37 __copyright__ = "(c) 2009, 2010" 33 # license text from file: LICENSE34 __license__ = '''35 APS EPICS extensions software license. See file LICENSE for details.36 '''37 38 fp = open('LICENSE', 'r') 38 39 __license__ = fp.read() -
TabularUnified wxmtxy/trunk/wxmtxy_xml.html ¶
r178 r180 22 22 @version: <br> 23 23 ########### SVN repository information ###################<br> 24 # $Date: 20 09-05-05 14:05:50 -0500 (Tue, 05 May 2009) $<br>24 # $Date: 2010-06-02 18:14:09 -0500 (Wed, 02 Jun 2010) $<br> 25 25 # $Author: jemian $<br> 26 # $Revision: 50 $<br>26 # $Revision: 178 $<br> 27 27 # $URL: https://subversion.xor.aps.anl.gov/bcdaext/wxmtxy/trunk/wxmtxy_xml.py $<br> 28 # $Id: wxmtxy_xml.py 50 2009-05-05 19:05:50Z jemian $<br>28 # $Id: wxmtxy_xml.py 178 2010-06-02 23:14:09Z jemian $<br> 29 29 ########### SVN repository information ###################<br> 30 30 <br>
Note: See TracChangeset
for help on using the changeset viewer.