calculate_positions#
Workflow for calculating voxel positions.
Working location structure:
(name)
├── data
│ └── data.LOCATIONS
│ └── (name)_(key)_(seed).LOCATIONS.tar.xz
└── calculations
└── calculations.POSITIONS
└── (name)_(key)_(seed)_(tick).POSITIONS.csv
Data from data.LOCATIONS are used to calculate positions, which are saved to calculations.POSITIONS.
Flows
Main calculate positions flow. |
- run_flow(context: ContextConfig, series: SeriesConfig, parameters: ParametersConfig) None [source]#
Main calculate positions flow.
Configs
Context configuration for calculate positions flow. |
|
Parameter configuration for calculate positions flow. |
|
Series configuration for calculate positions flow. |
- class ContextConfig[source]#
Context configuration for calculate positions flow.
- working_location: str#
Location for input and output files (local path or S3 bucket).