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
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 1 | solver_coordinate_system_ids | int32, vector<int32> | Coorfinate System ids to recover used by the solver. If not set, all available materials to be recovered. |
| Pin 3 | streams | streams_container | Result file container allowed to be kept open to cache data. |
| Pin 4 Required | data_sources | data_sources | Result file path container, used if no streams are set. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | coordinate_system_data | generic_data_container |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
| num_threads | int32 | 0 | Number of threads to use to run in parallel |
| run_in_parallel | bool | true | Loops 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.