Skip to content Skip to sidebar Skip to footer
Showing posts with the label Astropy

Aplpy/matplotlib: Coordinate Grid Alpha Levels For Eps Quality Figure

In the normal matplotlib axes class, it is possible to set gridlines to have a certain transparency… Read more Aplpy/matplotlib: Coordinate Grid Alpha Levels For Eps Quality Figure

Installation Of Astropy In Casa

I am trying to install astropy into CASA 4.3.1 on my Mac. I'm following the instructions found … Read more Installation Of Astropy In Casa

What Does It Mean That A Card Is Fixed To Meet Fits Standard?

I am trying to use a FITS file. I have the following code: from astropy.io import fits from astropy… Read more What Does It Mean That A Card Is Fixed To Meet Fits Standard?

Astropy.model 2dgaussian Issue

I'm trying to a 2D Gaussian to a fits image in order to find the brightest object in the image.… Read more Astropy.model 2dgaussian Issue

How To Merge Two Table With Pyfits?

I am using Python 2.7.10 And pyfits 3.3. Earlier, I have used the following code to merge two table… Read more How To Merge Two Table With Pyfits?

Why Features On WCS Projected Subplot Are In The Wrong Place In Matplotlib?

I have a fits file about an astronomical object. I can plot it like this: from astropy.io import fi… Read more Why Features On WCS Projected Subplot Are In The Wrong Place In Matplotlib?