Skip to main content

Analyse Vesuvio instrument data

Project description

VESUIVO REPOSITORY

This repository contains:

  • mvesuvio package containing the Optimized NCP analysis procedures, published nightly.
  • Vesuvio calibration script

mvesuvio package

Install mamba

To use the mvesuvio package you will need to use the conda package manager (or preferably mamba, a much faster implementation of conda).

This is also the recommended best practice way of using the mantid packages.

To download and install mamba:

Create and activate an environment for mvesuvio

Firstly create a conda environment where mvesuvio is going to be installed:

  • mamba create -n <environment_name>

Next activate the environment you created:

  • mamba activate <environment_name>

Finally, install mvesuvio through the mantid channel:

  • mamba install -c mantid/label/nightly mvesuvio

Using mvesuvio via the command line

You can use mvesuvio via the command line. There are two commands available: config and run.

config

The config command has three optional arguments:

  • --set-cache - Sets the location mvesuvio will set up the experiment directory.
  • --set-experiment - Sets the current experiment. This creates a new directory in the experiment directory (if not existing) which contains an input file. mvesuvio caches and outputs workspaces here.
  • --set-ipfolder - Sets the directory in which mvesuvio will look for instrument parameter files.

If any of these arguments are not provided a default location/experiment will be selected. These will be output on the running of mvesuvo config

Usage examples:

  • mvesuvio config --set-cache C:\Vesuvio --set-experiment example1 --set-ipfolder C:\IPFolder - Set cache and IP folder, create a new experiment directory called example1.
  • mvesuvio config --set-experiment example2 - Creates a new experiment directory in C:\Vesuvio called example2.

run

The run command has one optional argument:

  • --yes - If provided, this argument automatically inputs Y when prompted for user input.

Usage example:

  • mvesuvio run --yes - Run the vesuvio analysis, automatically providing Y when prompted.
  • mvesuvio run- Run the vesuvio analysis, will wait for user input when prompted.

Using mvesuvio via workbench

You can also use mvesuvio via mantidworkbench if you desire a higher degree of interaction with the output workspaces.

To do this, install workbench into your existing vesuvio conda environment:

  • mamba install mantidworkbench

Start workbench using the command line:

  • workbench

In the workbench script editor you must first import mvesuvio:

  • import mvesuvio as mv

After this you can set the config if desired, as above in the command line example. All arguments are optional.

  • mv.set_config(cache_directory='C:\Vesuvio', experiment_id='example3', ip_folder='C:\IPFolder')

Following the setting of the config, you can use workbench to open and edit the analysis input file created in the relevant experiment directory. Once the inputs have been ammended and the file saved, run the analysis:

  • mv.run(yes_to_all=True)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mvesuvio-0.0.0.dev163.tar.gz (66.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mvesuvio-0.0.0.dev163-py3-none-any.whl (80.3 kB view details)

Uploaded Python 3

File details

Details for the file mvesuvio-0.0.0.dev163.tar.gz.

File metadata

  • Download URL: mvesuvio-0.0.0.dev163.tar.gz
  • Upload date:
  • Size: 66.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.13

File hashes

Hashes for mvesuvio-0.0.0.dev163.tar.gz
Algorithm Hash digest
SHA256 f26e5d4bacd58e8adcba83c9bba48b517db61e0b18188f8f9ad0f5090040eebe
MD5 8c4a5d0d02da23e60bf972d308e69892
BLAKE2b-256 bbaa64b587e4f0a4f096263f30da26db6fbfa9e4ff5e21d37ec9ae1c29c417f9

See more details on using hashes here.

File details

Details for the file mvesuvio-0.0.0.dev163-py3-none-any.whl.

File metadata

File hashes

Hashes for mvesuvio-0.0.0.dev163-py3-none-any.whl
Algorithm Hash digest
SHA256 65839c848bdf86a70ad5aae677c324ec796fa01f24a87d4899687c88a952ee92
MD5 e2693731fcfed5db90c948d36f514d79
BLAKE2b-256 50e127006e4221b1e8ace5edc14c9148c39344d37aafe402539a894a6bea3632

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page