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

Make A 2d Histogram With Healpix Pixellization Using Healpy

The data are coordinates of objects in the sky, for example as follows: import pylab as plt import … Read more Make A 2d Histogram With Healpix Pixellization Using Healpy

Finding Rms Noise In A Spectra

I have an intensity v/s velocity spectrum and my aim is to find the RMS noise in the spectrum exclu… Read more Finding Rms Noise In A Spectra

Calculation Star Position In The Sky, Pyephem

I have difficulties with finding current coordinates (RA, DEC) for star in sky. In net I have foun… Read more Calculation Star Position In The Sky, Pyephem

How To Sort Through A List Of Observable Coordinates?

I am struggling to find the best way of removing unwanted targets from a list of coordinates. My co… Read more How To Sort Through A List Of Observable Coordinates?