Skip to content

Bridge12Technologies/OpenVnmrJ_B12T

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenVnmrJ_B12T - Support for Bridge12 ODNP spectrometer

This repository is used in conjunction with the OpenVnmrJ and ovjTools repositories to build a package to support the Bridge12 ODNP spectrometer.

The current status is: Build and Test OpenVnmrJ_B12T

This package must be built on an Ubuntu 20 system. Network access will be required. The following instructions may be used.

  1. If git does not exist on the computer, install it.
    sudo apt install git
  1. Create a directroy to hold all build-related files
    cd ~
    mkdir ovjbuild
    cd ovjbuild
  1. Get the OpenVnmrJ_B12T repository.
    git clone https://github.com/Bridge12Technologies/OpenVnmrJ_B12T.git
  1. Install Ubuntu packages required for the build process.
    cd OpenVnmrJ_B12T/bin
    ./toolChain
  1. Build the package. As a first step, the OpenVnmrJ and ovjTools repositories will automatically be downloaded. The build processes takes about 10 minutes.
    ./buildb12
  1. Success of the build process can be checked with the whatsin script.
    ./whatsin
  1. Optional step to package OpenVnmrJ for distribution. The actual name of the zip file is selectable.
    cd ~/ovjbuild
    zip -ry OpenVnmrJ_B12.zip dvdimageB12
  1. Install OpenVnmrJ
    cd ~/ovjbuild/dvdimageB12
    ./load.nmr
  1. Run OpenVnmrJ. You will probably need to logout and then login again. You can double-click the OpenVnmrJ Desktop icon and select "Trust and Launch". Alternatively, you can open a terminal window and enter
    vnmrj
  1. After OpenVnmrJ starts, to configure the spectrometer, in the OpenVnmrJ command line, enter
    config

If you have built and installed OpenVnmrJ using the above procedure, you can upgrade it with the following steps.

  1. Fetch the latest changes into the OpenVnmrJ_B12T repository
    cd ~/ovjbuild/OpenVnmrJ_B12T
    git pull
  1. Build the package. The OpenVnmrJ and ovjTools repositories will automatically be updated with any changes. The build processes takes about 10 minutes.
    cd ~/ovjbuild/OpenVnmrJ_B12T/bin
    ./buildb12
  1. Upgrade OpenVnmrJ. In addition to the load.nmr script, there will be an upgrade.nmr script. You may have to exit any running OpenVnmrJ sessions and stop the acquisition communication programs (acqcomm stop)
    cd ~/ovjbuild/dvdimageB12
    ./upgrade.nmr

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published