Merging

The results of every set measurement session are saved to a separate file. When multiple sessions are measured using the same targets from the same station, the data files need to be merged to process them together.

Note

The merge will be refused if the station information, or the target points do not match between the targeted sessions.

Requirements

  • Session result files from previous set measurements

Examples

Merging session results in directory
iman merge sets merged.json sessions/setmeasurement_*.json
Merging session results in multiple directories
iman merge sets merged.json sessions1/measurements_*.json sessions2/measurements_*.json

Usage

iman merge sets

Merge the output of multiple set measurement sessions.

The results of every set measurement session are saved to a separate file. When multiple sessions are measured using the same targets from the same station, the data files need to be merged to process them together.

The merge will be refused if the station information, or the target points do not match between the targeted sessions.

iman merge sets [OPTIONS] OUTPUT INPUTS...

Options

--allow-oneface

Accept points with face 1 measurements only as well

Arguments

OUTPUT

Required argument

Output file

INPUTS

Required argument(s)

Set measurement session JSON files (glob notation)