Skip to content

Commit

Permalink
Add basic WSRT test
Browse files Browse the repository at this point in the history
  • Loading branch information
ratt-priv-ci committed Feb 5, 2019
1 parent 9b7ba31 commit 808c1db
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ RUN make -j 16
RUN make install

ENV PATH=/opt/src/makems/LOFAR/build/gnu_opt/CEP/MS/src:${PATH}
WORKDIR $BUILD/makems/test
RUN makems WSRT_makems.cfg
ENTRYPOINT makems
Binary file added test/WSRT_ANTENNA/table.dat
Binary file not shown.
Binary file added test/WSRT_ANTENNA/table.f0
Binary file not shown.
3 changes: 3 additions & 0 deletions test/WSRT_ANTENNA/table.info
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Type =
SubType =

Binary file added test/WSRT_ANTENNA/table.lock
Binary file not shown.
17 changes: 17 additions & 0 deletions test/WSRT_makems.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
StartFreq=1.4e9
StepFreq=125e3
StartTime=2000/02/09/00:21:40
StepTime=600
RightAscension=0:0:0
Declination=60.0.0
NBands=1
NFrequencies=64
NTimes=72
NParts=1
#TileSizeFreq=16
#TileSizeRest=10
WriteImagerColumns=F
WriteAutoCorr=T
AntennaTableName=WSRT_ANTENNA
MSName=WSRT.MS
MSDesPath=.

0 comments on commit 808c1db

Please sign in to comment.