Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Documentation #347

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
48 changes: 48 additions & 0 deletions docs/header_history.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
.. _hhistory:

Header History
##############

FITS file headers had suffered of changes aimed to improve them. This makes it
hard to be able to process older data given that, obiously, new keywords did not exist before.
In this section we aim to track all the changes.

Keyword Addition or Subtraction
*******************************

Additions
=========

2019-10-21
HEADERVE
IMAGEID
L1PUBDAT
BLKUID
RLEVEL
TELID
SITEID
PROPID
REQNUM
CONFID
OBSID

2019-09-01
LAMP_DPE
LAMP_QPE

2018-04-12
LAMP_DOM
LAMP_BUL
LAMP_QUA
LAMP_CU
LAMP_FE
LAMP_AR
LAMP_NE
LAMP_HGA

Deletions
=========


Value Changes
*************
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ computers.
usage
Remote Access <remote_access>
install
Header Changes <header_history>


.. toctree::
Expand Down
2 changes: 1 addition & 1 deletion goodman_pipeline/core/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,7 @@ def extract_fractional_pixel(ccd, target_trace, target_fwhm, extraction_width,
`target_fwhm`. For instance if `extraction_with` is set to 1 the
function extract 0.5 to each side from the center of the traced
target.
background_spacing (float): Number of `target_stddev` to separate the
background_spacing (float): Number of `target_fwhm` to separate the
target extraction to the background. This is from the edge of the
extraction zone to the edge of the background region.
"""
Expand Down