Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update starcheck and acis regress outputs #15

Merged
merged 9 commits into from
Jun 12, 2019
13 changes: 13 additions & 0 deletions packages/acisfp_check/post_regress_head.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import os
from testr.packages import make_regress_files

regress_files = ['headout/index.rst',
'headout/run.dat',
'headout/states.dat',
'headout/temperatures.dat']

clean = {'headout/index.rst': [(r'^Run time.*', '')],
'headout/run.dat': [(r'#.*py run at.*', ''),
(os.environ['SKA'], '')]}

make_regress_files(regress_files, clean=clean)
4 changes: 4 additions & 0 deletions packages/acisfp_check/test_regress_head.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
acisfp_check \
--outdir=headout \
--oflsdir=/data/acis/LoadReviews/2018/MAY2818/oflsa \
--run-start=2018:142
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The default is --state-builder = 'acis'. This would be more obvious if I just called it out here.

13 changes: 13 additions & 0 deletions packages/dea_check/post_regress_head.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import os
from testr.packages import make_regress_files

regress_files = ['headout/index.rst',
'headout/run.dat',
'headout/states.dat',
'headout/temperatures.dat']

clean = {'headout/index.rst': [(r'^Run time.*', '')],
'headout/run.dat': [(r'#.*py run at.*', ''),
(os.environ['SKA'], '')]}

make_regress_files(regress_files, clean=clean)
4 changes: 4 additions & 0 deletions packages/dea_check/test_regress_head.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
dea_check \
--outdir=headout \
--oflsdir=/data/acis/LoadReviews/2018/MAY2818/oflsa \
--run-start=2018:142
13 changes: 13 additions & 0 deletions packages/dpa_check/post_regress_head.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import os
from testr.packages import make_regress_files

regress_files = ['headout/index.rst',
'headout/run.dat',
'headout/states.dat',
'headout/temperatures.dat']

clean = {'headout/index.rst': [(r'^Run time.*', '')],
'headout/run.dat': [(r'#.*py run at.*', ''),
(os.environ['SKA'], '')]}

make_regress_files(regress_files, clean=clean)
4 changes: 4 additions & 0 deletions packages/dpa_check/test_regress_head.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
dpa_check \
--outdir=headout \
--oflsdir=/data/acis/LoadReviews/2018/MAY2818/oflsa \
--run-start=2018:142
13 changes: 13 additions & 0 deletions packages/psmc_check/post_regress_head.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import os
from testr.packages import make_regress_files

regress_files = ['headout/index.rst',
'headout/run.dat',
'headout/states.dat',
'headout/temperatures.dat']

clean = {'headout/index.rst': [(r'^Run time.*', '')],
'headout/run.dat': [(r'#.*py run at.*', ''),
(os.environ['SKA'], '')]}

make_regress_files(regress_files, clean=clean)
4 changes: 4 additions & 0 deletions packages/psmc_check/test_regress_head.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
psmc_check \
--outdir=headout \
--oflsdir=/data/acis/LoadReviews/2018/MAY2818/oflsa \
--run-start=2018:142