ratt-ru/makems
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Building and using the makems tool using Docker ======================== docker build -t makems . Then run it mounting in a volume where your parset is located to check whether it works docker run -it --rm -v [datapath]:/data makems /data/parset.cfg Building the makems tool ======================== Prerequisites: a subset of the MeqTrees stuff (cmake 2.6, blitz, etc.) The build, in a nutshell: $ cd $HOME $ git clone git@github.com:ska-sa/makems.git $ cd makems/LOFAR $ mkdir -p build/gnu_opt $ cd build/gnu_opt $ cmake -DCMAKE_MODULE_PATH:PATH=$HOME/makems/LOFAR/CMake \ -DUSE_LOG4CPLUS=OFF -DBUILD_TESTING=OFF ../.. $ make The executable is then built as build/gnu_opt/CEP/MS/makems. Using the makems tool ===================== makems.pdf describes use of the tool (ignore the parts about building a distributed MS, as we compile without this capability.) In a nutshell, there is a makems.cfg file, and an ANTENNA table (referenced from that file.) For an example, go into makems/doc/examples, and run "makems makems.cfg". This will create an MS called test.MS_p0. Also see the makems/doc/makeant tool, and documentation therein.
About
tool to create empty Measurement Sets
Resources
Stars
Watchers
Forks
Packages 0
No packages published