| Crates.io | solar_ha_processing |
| lib.rs | solar_ha_processing |
| version | 0.2.0 |
| created_at | 2021-10-06 00:50:30.796918+00 |
| updated_at | 2021-11-03 01:04:30.216354+00 |
| description | A set of utilities and a pipeline for processing raw hydrogen-alpha solar imaging using lucky imaging |
| homepage | |
| repository | https://github.com/kmgill/solar_ha_processing |
| max_upload_size | |
| id | 460945 |
| size | 285,335 |
A set of utilities and a pipeline for processing raw hydrogen-alpha solar imaging using lucky imaging ("image stacking"). Designed as a specific use-case replacement for PIPP & Autostakkert.
The current and planned steps include:
Future Plans:
process_haProcesses a solar observation.
USAGE:
process_ha [FLAGS] [OPTIONS] --inputs <INPUT>... --latitude <LATITUDE> --longitude <LONGITUDE> --output <OUTPUT>
FLAGS:
--help Prints help information
-v Show verbose output
-V, --version Prints version information
OPTIONS:
-B, --blue <BLUE> Blue weight
-d, --dark <DARK> Dark frame image
-f, --flat <FLAT> Flat frame image
-G, --green <GREEN> Green weight
-h, --height <HEIGHT> Crop height
-i, --inputs <INPUT>... Input SER files
-l, --latitude <LATITUDE> Observer latitude
-L, --longitude <LONGITUDE> Observer longitude
-m, --mask <MASK> Image mask
-S, --maxsigma <MAXSIGMA> Maximum sigma value (quality)
-s, --minsigma <MINSIGMA> Minimum sigma value (quality)
-o, --output <OUTPUT> Output file
-P, --percentofmax <PARAM_PCTOFMAX> Scale maximum value to percentage max possible (0-100)
-q, --quality <QUALITY> Quality limit (top % frames)
-R, --red <RED> Red weight
-t, --threshold <THRESHOLD> Object detection threshold
-w, --width <WIDTH> Crop width
run.shA wrapper for process_ha with standardized parameters for chromosphere, prominenance, and optional white-light stacks. Meant to be easily editable given the requirements/specifications of an observation.
Required parameter: root directory of the observation files. Optional parameter: version string as output filename suffix.
ser_extractExtracts individual frames from ser files, optionally performs calibrations and quality limiting/sorting, and saves them to an output directory.
SAGE:
ser_extract [FLAGS] [OPTIONS] --inputs <INPUT>...
FLAGS:
-h, --help Prints help information
-q, --quality Quality estimation sorting
-v Show verbose output
-V, --version Prints version information
OPTIONS:
-d, --dark <DARK> Dark frame image
-f, --flat <FLAT> Flat frame image
-i, --inputs <INPUT>... Input
-S, --maxsigma <MAXSIGMA> Maximum sigma value (quality)
-s, --minsigma <MINSIGMA> Minimum sigma value (quality)
-o, --output <OUTPUT> Output directory