From ransom at cfa.harvard.edu Fri Oct 15 13:44:48 1999 From: ransom at cfa.harvard.edu (Scott M. Ransom) Date: Fri, 15 Oct 1999 17:44:48 +0000 Subject: [AstroPy] Python FITS Stuff Message-ID: <38076810.561A01DB@cfa.harvard.edu> Hello, I remember a few months ago some discussion on this list about various python FITS routines in development. I didn't pay much attention at the time since I didn't use FITS for any of my work. But this has since changed! Does anyone have any FITS packages available? I actually need one quite soon. Thanks a bunch, Scott -- Scott M. Ransom Address: Harvard-Smithsonian CfA Phone: (617) 495-4142 60 Garden St. MS 10 email: ransom at cfa.harvard.edu Cambridge, MA 02138 PGP Fingerprint: D2 0E D0 10 CD 95 06 DA EF 78 FE 2B CB 3A D3 53 _____________________________________________________ AstroPy mailing list - astropy at stsci.edu http://lheawww.gsfc.nasa.gov/~bridgman/AstroPy/ From ptak at snooker.phys.cmu.edu Fri Oct 15 14:21:38 1999 From: ptak at snooker.phys.cmu.edu (ptak at snooker.phys.cmu.edu) Date: Fri, 15 Oct 1999 14:21:38 -0400 (EDT) Subject: [AstroPy] Python FITS Stuff In-Reply-To: <38076810.561A01DB@cfa.harvard.edu> Message-ID: Hello, If you want an statically-linked, extended Python that is capable of reading and writing fits images, I have that, at least for Linux and Solaris. I have an application written mostly in Python that does surface brightness fitting, with or without convolving with a PSF. I am using a C++ class library for reading/writing fits images (the C++ classes check for exposure and astrometry keywords, at least the old-fashioned CDELT1, etc. ones). I am using fftw for the convolutions, and to get the swig interfaces for fftw and my C++ classes to work with the Numerical extensions I had to combine them into one statically-linked module. If you want a more general purpose library, see ftp://cossc.gsfc.nasa.gov/pub/outgoing/barrett/PyFITS or http:ecf.hq.eso.org/~npirzkal Cheers, Andy Ptak On Fri, 15 Oct 1999, Scott M. Ransom wrote: > Hello, > > I remember a few months ago some discussion on this list about various > python FITS routines in development. > > I didn't pay much attention at the time since I didn't use FITS for any > of my work. But this has since changed! > > Does anyone have any FITS packages available? I actually need one quite > soon. > > Thanks a bunch, > > Scott > -- > Scott M. Ransom Address: Harvard-Smithsonian CfA > Phone: (617) 495-4142 60 Garden St. MS 10 > email: ransom at cfa.harvard.edu Cambridge, MA 02138 > PGP Fingerprint: D2 0E D0 10 CD 95 06 DA EF 78 FE 2B CB 3A D3 53 > _____________________________________________________ > AstroPy mailing list - astropy at stsci.edu > http://lheawww.gsfc.nasa.gov/~bridgman/AstroPy/ > _____________________________________________________ AstroPy mailing list - astropy at stsci.edu http://lheawww.gsfc.nasa.gov/~bridgman/AstroPy/ From dubois1 at llnl.gov Fri Oct 15 14:07:35 1999 From: dubois1 at llnl.gov (Paul F. Dubois) Date: Fri, 15 Oct 1999 11:07:35 -0700 Subject: [Matrix-SIG] Support for long longs References: <199910151640.LAA05921@gateway.infohwy.com> Message-ID: <001c01bf1738$289dc960$3c810b18@plstn1.sfba.home.com> David is trying to find the time to make release 13. It would be nice if you could wait and work from that. My reservation is that people keep writing in wanting support for this type or the other. I'm worried about the consequences for both the complexity of the package and the job clients face. ----- Original Message ----- From: Jody Winston - Computer To: Sent: Friday, October 15, 1999 9:40 AM Subject: [Matrix-SIG] Support for long longs > I'm in the middle of wrapping HDF5 using SWIG and numeric and I've run > into a problem. HDF5 makes extensive use of signed and unsigned long > long data types. After a quick look at numeric, it appears that > numeric only supports signed longs (PyArray_LONG). > > Should I add signed and unsigned long longs to numeric? If so, what > version of numeric should I start from and are there any surprises > that I need to know about. > > Jody > > > _______________________________________________ > Matrix-SIG maillist - Matrix-SIG at python.org > http://www.python.org/mailman/listinfo/matrix-sig > _______________________________________________ Matrix-SIG maillist - Matrix-SIG at python.org http://www.python.org/mailman/listinfo/matrix-sig