What are FITS files and why are they used in astronomy?

181 views

What are FITS files and why are they used in astronomy?

In: 1

2 Answers

Anonymous 0 Comments

It’s a specific type of file with 2 parts: a header and tables

The header provides all of the metadata for the image (sky coordinates, resolution, exposure time, who made the file, etc)

The tables are the raw data from the telescope, each spot is a number representing how many photons hit a particular pixel. Running a table through some basic computer program will give you the raw image, but generally you need to do some further processing to see the interesting features. You can have several tables to a fits file, including pictures with different filters, calibration images, etc

You are viewing 1 out of 2 answers, click here to view all answers.