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

How To Covert Np.ndarray Into Astropy.coordinates.angle Class?

What is the quickest/most efficient way to convert a np.ndarray (importing numpy as np) into the as… Read more How To Covert Np.ndarray Into Astropy.coordinates.angle Class?

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

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