Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions notes/gai_fits-imgs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ Official reference documentation: http://fits.gsfc.nasa.gov/fits_standard.html

The FITS header
----------------
It's the astronomical standard metadata! Specifies all useful information associate with
It's the astronomical standard metadata! Specifies all useful information associated with
your data (obtaining conditions, reducing history, etc).

The header is a table with three possible fields:

- Keyword; Value; Comment

- *Keywords* must start with a text character.
- *Value* can be of multiple types (interger, float, string).
- *Value* can be of multiple types (integer, float, string).
- [Optional] *Comment* text.


Expand Down