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
mbias.params
# PARAMETER FILE FOR mbias.sh

# PATH VARIABLES:
# (mainpath = the run, night = the night, bias = subfolder for biases of that night)
mainpath=/work1/herenz/pmas/run197/
night=/night3/
bias=/bias/

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

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

# comma seperated list of input files as in ${mainpath}${night}${bias} dir
# e.g. inputfiles='run197_01437a.fits,run197_01461a.fits,run197_01467a.fits'
# the following example line takes all input files in bias directory 
# modifiy the regular expresion or provide list manually as in example above
inputfiles=`ls -m ${mainpath}${night}${bias}/run*a.fits | xargs -n1 basename | tr -d '\n' | tr -d [:space:]`
name='masterbias'
back to top