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

Remove 'o' prefix #381

Merged
merged 5 commits into from
Mar 4, 2024
Merged
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
7 changes: 6 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
version: 2

build:
os: ubuntu-lts-latest
tools:
python: "mambaforge-22.9"


sphinx:
configuration: docs/conf.py

formats: all

python:
version: 3.8
install:
- method: pip
path: .
Expand Down
10 changes: 3 additions & 7 deletions docs/_file_prefixes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,15 @@ So what does all those letter mean? Here is a table to explain it.

So, for an original file named ``file.fits``:

``o_file.fits``

Means the file have been overscan corrected while

``eczsto_file.fits``
``eczst_file.fits``

Means the spectrum has been extracted to a 1D file but the file has not been
flat fielded (``f`` missing).

Ideally after running ``redccd`` the file should be named:

``cfzsto_file.fits``
``cfzst_file.fits``

And after running ``redspec``:

``wecfzsto_file.fits``
``wecfzst_file.fits``