Display Mode
This is the only mode that expects an active Rerun server. Make sure to have Rerun running before using this mode. Read about configuring Rerun here.
Purpose
- Display the applied results of a calibration in Rerun.
Usage
metrical display [OPTIONS] $INPUT_DATA_PATH $PLEX_OR_RESULTS_PATH
Concepts
MetriCal's Display mode is a simple mode that takes the results of a calibration, applies them to a dataset, and displays the applied data in Rerun. This is useful for a quick gut check of the calibration quality; the classic "ocular validation", if you will.
That being said, there's no reason you can't apply a calibration to a test dataset, i.e. one that
wasn't used to derive a calibration. Just make sure that the dataset shares the same topics as the
plex. If this is not the case, you can use the
--topic-to-component
flag to map topics to
components.
Watch the video below for a quick primer on Display mode:
Examples
Start a Display session immediately after a calibration run
metrical calibrate -o $RESULTS $DATA $PLEX $OBJ_SPC
metrical display $DATA $RESULTS