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 driver files #134

Open
wants to merge 4 commits into
base: master
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
40 changes: 0 additions & 40 deletions drivers/Driver.py

This file was deleted.

52 changes: 0 additions & 52 deletions drivers/K_driver.py

This file was deleted.

78 changes: 0 additions & 78 deletions drivers/Long2pos.py

This file was deleted.

163 changes: 0 additions & 163 deletions drivers/Long2pos_K_driver.py

This file was deleted.

46 changes: 0 additions & 46 deletions drivers/Longslit_driver.py

This file was deleted.

Binary file modified manual/docs/MOSFIRE_DRP_Manual.pdf
Binary file not shown.
6 changes: 6 additions & 0 deletions manual/docs/autodriver.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# The Driver File

The pipeline is run via a "driver" file which sets the sequence of steps which will be run and defines the inputs, outputs, and options for each.

In the past, users could copy one of several template files included with the DRP or use an auto-generated one (see the AutoDriver section below). With this latest version, we are removing the template files and only supporting the AutoDriver process to avoid confusion and conflicts.

# AutoDriver

The pipeline is able to produce a driver file automatically for most cases, thus removing the need to copy one of the standard files and manually edit it.
Expand Down
Loading