Skip to main content

metadata:coordinate system data provider

Version: 0.0.0

Description

Reads coordinate systems data from the result files contained in the streams or data sources.

Inputs

InputNameExpected type(s)Description
Pin 1solver_coordinate_system_idsint32, vector<int32>Coorfinate System ids to recover used by the solver. If not set, all available materials to be recovered.
Pin 3streamsstreams_containerResult file container allowed to be kept open to cache data.
Pin 4
Required
data_sourcesdata_sourcesResult file path container, used if no streams are set.

Outputs

OutputNameExpected type(s)Description
Pin 0coordinate_system_datageneric_data_container

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads.
num_threadsint320Number of threads to use to run in parallel
run_in_parallelbooltrueLoops are allowed to run in parallel if the value of this config is set to true.

Scripting

Category: metadata

Plugin: core

Scripting name: coordinate_system_data_provider

Full name: metadata.coordinate_system_data_provider

Internal name: coordinate_systems_data_provider

License: None

Changelog

  • Version 0.0.0: Initial release.