From ptak at pha.jhu.edu Wed Nov 28 15:17:32 2001 From: ptak at pha.jhu.edu (Andrew Ptak) Date: Wed, 28 Nov 2001 15:17:32 -0500 Subject: [AstroPy] minimal parfile editor References: <200104041321.JAA28484@sundog.stsci.edu> Message-ID: <3C05465C.9030903@pha.jhu.edu> Hello everyone, I wrote a fairly simple par file handling class. It mainly just depends on a parameter class to store the values and a CSV library (single python file I downloaded from somewhere) to read the files. I also threw together a simple gui for editing paramters using wxPython. It is avaiable at http://xassist.pha.jhu.edu/xassist/Download.jsp The only advanced parfile feature it handles is using the convention that if the min field has values seperated by "|", then it treats that parameter as a choice (which the gui implements as a menu). Eventually I'll get around to playing around with the pyraf version of par file handling, especially if it gets seperated out. Cheers, Andy Ptak _____________________________________________________ AstroPy mailing list - astropy at stsci.edu http://lheawww.gsfc.nasa.gov/~bridgman/AstroPy/