Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Oct 31, 2023
1 parent e1b20df commit cfcc2eb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bin/lmtoy_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# some functions to share for lmtoy pipeline operations
# beware, in bash shell variables are common variables between this and the caller

lmtoy_version="14-aug-2023"
lmtoy_version="17-aug-2023"

echo "LMTOY>> lmtoy_functions $lmtoy_version via $0"

Expand Down Expand Up @@ -875,7 +875,8 @@ function lmtoy_seq1 {
fi
if [ $maskmoment == 1 ]; then
echo "LMTOY>> Running maskmoment vlsr=$vlsr"
# @todo this can fail (e.g. for bench2 79448) due to too much emission?
echo "LMTOY>> Running maskmoment $s_on.nf.fits vlsr=$vlsr"
mm1.py --vlsr $vlsr --beam 25 $s_on.nf.fits > maskmoment__${bank}.nf.log 2>&1
# hack
mm1.py --vlsr $vlsr --beam 35 $s_on.nfs.fits > maskmoment__${bank}.nfs.log 2>&1
Expand Down

0 comments on commit cfcc2eb

Please sign in to comment.