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

Converting Ascii Table To Fits Image

I am a beginner in this domain. I have a text file having three columns: X, Y, Intensity at (X, Y).… Read more Converting Ascii Table To Fits Image

Adding A New Column To A Fits File Via Python

I have created an array named distance that contains 1242 values. I want to add this array as the 1… Read more Adding A New Column To A Fits File Via Python

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?

Move The Read Files Along With Same Named Different Format Files

I have a file that contains lots of .fits and .dat files. First, I want them separated by a paramet… Read more Move The Read Files Along With Same Named Different Format Files