j2ms2 and tConvert

The normal workflow of processing correlator data at JIVE is to take the correlator output (SFXC, UniBoard) and:

These tools are currently undergoing a big overhaul; modernizing the build system, changing the project layout from a CASA/AIPS++ subproject into a standalone one, migrating revision control system from CVS to git and, most importantly, addressing built up changes to the JIVE SFXC correlator capabilities.

Those tools are installed under the /eee/ directory on the EEE machine at JIVE. There exist production and development versions. They are dynamically linked executables and as such the LD_LIBRARY_PATH needs to be set correctly for the applications to find the shared libraries they were linked with.

Production

$> export LD_LIBRARY_PATH=/eee/lib:${LD_LIBRARY_PATH}

then find the executables:

/eee/bin/j2ms2 and /eee/bin/tConvert

Features (“bugs” in this context):

Development

$> export LD_LIBRARY_PATH=/eee/src/jive-casa/code/jive/lib/x86_64:${LD_LIBRARY_PATH}

after which the binaries can be found here: /eee/src/jive-casa/code/jive/bin/x86_64-64/{j2ms2, tConvert}

Features: