https://github.com/Knusper/pmas_data_red
Raw File
Tip revision: 8fd55453c11ab15ce3b196a434e7ee96e05bd16e authored by Edmund Christian Herenz on 10 May 2021, 21:00:32 UTC
fix_dismpa_hdr.py - fixes problems with ldmask.sh
Tip revision: 8fd5545
fluxcal.params
# parameter file for fluxcal.sh

# default (only change when absolutely neccesary)
name='fluxcalib'
extracted_name='extracted'

# PATH VARIABLES:
# (mainpath = the run, night = the night, block = subfolder for observing block
# during that night)
mainpath=${run212_path}
night=/night3/
block=/standard_beginning/
# sensfuncdir = folder in $night where sensitivity function is stored
sensfuncdir='/standard_beginning/sensfunc/'

# user parameter file
userparfile=${mainpath}lars_general.prm

# instrument parameter file
parfile=${p3d_path}/data/instruments/pmas/larr4k.prm

# sensitivity function fits file
sensfunc=${mainpath}${night}/${sensfuncdir}/sensfunc_09-05-12_run212_00274_imcmb_crcl_oextr_spectrum_fluxsens.fits

# extinction curve 
extinct_file=${mainpath}/caha_ext_curves/CaHaextinct.dat

# comma separated list of input rss files that are to be fluxcalibrated
# (these files must be located in ${mainpath}/${night}/${block}/${extracted_name}
# (input_rss='exposure1_oextr.fits, exposure2_oextr.fits)
input_rss='extracted_09-04-12--1449_run212_00274_imcmb_crcl_oextr.fits'
back to top