Expand description
CLI argument builder utilities for constructing plot parameters.
This module contains helper functions for building projection-specific parameter structs from command-line arguments and configuration. It extracts common logic from main.rs to reduce duplication and improve maintainability.
Functionsยง
- build_
gnomonic_ params - Build GnomonicParams from arguments and processed data.
- build_
hammer_ params - Build HammerParams from arguments and processed data.
- build_
mollweide_ params - Build MollweideParams from arguments and processed data.
- create_
pixel_ mask - Create a pixel mask from command-line arguments.
- parse_
overlay_ coord - Parse overlay graticule coordinate system.
- resolve_
graticule_ coord - Resolve graticule coordinate system for full-sky projections.
- resolve_
overlay_ color - Resolve overlay color from command-line arguments.