-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
first working commit of fits file creation
- Loading branch information
Showing
7 changed files
with
261 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
keyword,comment | ||
AUTHOR,Who designed the observation | ||
CREATOR,Name of software pipeline that produced the FITS file | ||
DETECTOR,Name of the detector | ||
INFO_URL,a human-readable web page describing the data | ||
OBSRVTRY,Name of the observatory | ||
TIMESYS,Time scale of the time-related keywords | ||
TELESCOP,Telescope/Sensor name | ||
INSTRUME,Instrument name | ||
MISSION,Mission name | ||
ORIGIN,File originator | ||
DATE-BEG,Acquisition start time | ||
DATE-END,Acquisition end time | ||
DATE-AVG,Average time of acquisition | ||
LEVEL,Data level of fits file | ||
DATE,File creation date in UTC | ||
DATATYPE,Description of the data | ||
ORIGAPID,APID(s) of the originating data | ||
ORIGFILE,Originating file(s) | ||
DATEREF,Reference date | ||
PRSTEP(?P<count>[1-9]),Processing step type | ||
PRPROC(?P<count>[1-9]),Name of procedure performing PRSTEP<count> | ||
PRPVER(?P<count>[1-9]),Version of procedure PRPROC<count> | ||
PRLIB(?P<count>[1-9])A,Software library containing PRPROC<count> | ||
PRVER(?P<count>[1-9])A,Version of PRLIB1A | ||
PRHSH(?P<count>[1-9])A,GIT commit hash for PRLIB<count>A | ||
PRBRA(?P<count>[1-9])A,GIT/SVN repository branch of PRLIB<count>A | ||
PRVER(?P<count>[1-9])B,Date of last commit of PRLIB<count>B |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
keyword,value | ||
AUTHOR,Steven D. Christe | ||
CREATOR,padre_meddea | ||
DETECTOR,meddea | ||
INFO_URL,https://padre-meddea.readthedocs.io/en/latest/user-guide/data.html | ||
OBSRVTRY,PADRE | ||
TIMESYS,UTC | ||
TELESCOP,PADRE/MeDDEA | ||
INSTRUME,MeDDEA | ||
MISSION,PADRE | ||
ORIGIN,NASA GSFC |
Oops, something went wrong.