matching_anchors_filter#

Intersection tool, 2nd step

Perform the intersection of the RASSINE files by using the anchor location saved in the master RASSINE spectrum.

usage: matching_anchors_filter [--config CONFIG] [--root ROOT]
                               [--pickle-protocol PICKLE_PROTOCOL]
                               [--logging-level LOGGING_LEVEL]
                               [--master-tool MASTER_TOOL] [-s PROCESS_MASTER]
                               [-I PROCESS_TABLE] [-i PROCESS_PATTERN]
                               [--add-new {true,false}] [-O OUTPUT_TABLE]
                               process_indices

Named Arguments#

--config

Use the specified configuration files.

Files can be separated by commas/the command can be invoked multiple times.

--pickle-protocol

Pickle protocol version to use

--logging-level

Logging level to use

-s, --process-master

Path of the master spectrum file to process

The master spectrum is processed independently from other spectra

Note that process_master is a path relative to “root”

-I, --process-table

Table of stacked spectra from which to read the individual spectrum names

The parameters process_table, process_pattern and process_indices must be all provided together

-i, --process-pattern

Relative path (pattern) for the files to process

The parameters process_table, process_pattern and process_indices must be all provided together

process_indices

Indices of spectrum to process

The parameters process_table, process_pattern and process_indices must be all provided together

--add-new

Possible choices: true, false

Add anchor points that were not detected.

-O, --output-table

Diagnostic information table

required arguments#

--root

Root path of the data, used as a base for other relative paths

--master-tool

Path to master tool file produced by matching_anchors_scan