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

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

No Module Named Astropy

I've install the module Astropy for Python in mac using: pip install --user astropy It works w… Read more No Module Named Astropy

Getting Error "can Only Apply 'exp' Function To Dimensionless Quantities", Not Sure How To Fix This

I have been working on converting some MatLab code over to python for one of my professors (not an … Read more Getting Error "can Only Apply 'exp' Function To Dimensionless Quantities", Not Sure How To Fix This

Replacing Masked Values (--) With A Null Or None Value Using Fiil_value From Ma Numpy In Python

Is there a way to replace a masked value in a numpy masked array as a null or None value? This is w… Read more Replacing Masked Values (--) With A Null Or None Value Using Fiil_value From Ma Numpy In Python

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