0
EMBL Hamburg Biological
Small Angle Scattering
BioSAXS
SASBDB

DATAVER manual

dataver

Post all your questions about DATAVER to the ATSAS Forum.

© ATSAS Team, 2010-2014

Table of Contents

Manual

The following sections shortly describe how to run DATAVER from the command-line on any of the supported platforms, the required input and the produced output files.

Introduction

DATAVER may be used to quickly average two or more input data files. This is particularly useful to average frames of multiple exposures, e.g. multiple sample or buffer measurements. In the case of only one input file, the output contains the data of the input.

Running dataver

Usage:

$ dataver [OPTIONS] <FILE> [FILE(S)]

OPTIONS known by DATAVER are described in next section, the required FILE arguments in the section on input files.

Command-line arguments and options

DATAVER requires the following command line arguments:

ArgumentDescription
FILE A data file in any of the supported formats.
FILE(S) One or more additional data files in any of the supported formats.

Absolute as well as relative paths to data files are accepted. Up to one of the input files may also be given as '-', in this case input is read from stdin instead of a file.

DATAVER recognizes following command-line options:

Short optionLong optionDescription
-o --output=<FILE> Specify a FILE where to write the averaged data to, the FILE may contain relative or absolute path components. By default the result is written to stdout.
-v --version Print version information and exit.
-h --help Print a summary of arguments and options and exit.

dataver input files

Input files for DATAVER may be in any of the supported data formats as long as scattering vector, experimental intensity and errors are available.

dataver output files

The produced output file contains the average of all input data sets.

Example

$ dataver frame_001.dat frame_002.dat frame_003.dat frame_004.dat -o average.dat

  Last modified: April 11, 2013

© BioSAXS group 2013