Skip to content

Commit

Permalink
remove obsid ; allow linecheck= to have a freq for non linecheck sources
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Nov 8, 2024
1 parent 11e5ed5 commit 4115497
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bin/rsr_pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@
#
#

_version="rsr_pipeline: 9-aug-2023"
_version="rsr_pipeline: 7-nov-2024"

echo "LMTOY>> $_version"

#--HELP
# input parameters (only obsnum is required)
# - start or restart
obsnum=0 # this is a single obsnum pipeline (obsnums=0)
obsid="" # not used yet
pdir="" # where to do the work

# - PI parameters
Expand All @@ -30,7 +29,7 @@ badlags="" # set to a badlags file if to use this instead of dynamically gene
shortlags="" # set to a short_min and short_hi to avoid flagged strong continuum source lags, e.g. shortlags=32,10.0
spike=3 # spikyness of bad lags that need to be flagged

linecheck=0 # set to 1, to use the source name to grab the correct xlines=
linecheck=0 # set to 1, to use the source name to grab the correct xlines= (or a freq to check for a nearby peak)
bandzoom=5 # the band for the zoomed window (0..5)
speczoom="" # override bandzoom with a manual speczoom=CENTER,HALF_WIDTH pair
rthr=0.01 # -r option for rsr_driver Threshold sigma value when averaging single observations repeats
Expand Down

0 comments on commit 4115497

Please sign in to comment.