https://github.com/abatten/muse-reduction
A script used to reduce the data from the MUSE instrument on the VLT
https://github.com/abatten/muse-reduction
data-reduction muse python
Last synced: about 1 month ago
JSON representation
A script used to reduce the data from the MUSE instrument on the VLT
- Host: GitHub
- URL: https://github.com/abatten/muse-reduction
- Owner: abatten
- Created: 2017-09-20T08:08:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-20T08:13:34.000Z (over 8 years ago)
- Last Synced: 2025-09-08T22:32:21.092Z (6 months ago)
- Topics: data-reduction, muse, python
- Language: Python
- Size: 9.77 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# muse-reduction
A script used to reduce the data from the MUSE instrument on the VLT.
This script was written as part of my 2016 Summer Scholarship at MQU/AAO
To run this script call:
`python muse_reduction_script.py [PATH TO DATA DIRECTORY]`
Or if this file was renamed call:
`python [NAME HERE].py [PATH TO DATA DIRECTORY]`
The calibration data can be in another folder. This is suggested.
The script will ask for this directory first.
There is an automatic mode, however I suggest doing it manually to have more control over the script.
Currently there is no option to use darks as part of the reduction.
There are 4 parts to this code:
PART 0: DEFINE VARIABLES AND FILE NAMES
PART 1: IDENTIFY THE CALIBRATION DATA
PART 2: SORTING THE DATA FILES
PART 3: CREATING THE SET OF FRAMES (SOF)
PART 4: DATA REDUCTION