asi_tools.hdr.__main__

Main tool for high-dynamic range (HDR) generation from exposure series

This script processes a directory of exposure-bracketed images and merges them into HDR composites. It is intended to be used on a set of images captured with varying exposure times from all-sky imagers.

The merging is handled by the asi_core.hdr.process.process_directory function.

Functions

parse_arguments()

Parse command-line arguments for HDR image generation.

main()

Main execution function for HDR merging.

Module Contents

asi_tools.hdr.__main__.parse_arguments()

Parse command-line arguments for HDR image generation.

Returns:

Parsed arguments including source and destination directories.

Return type:

argparse.Namespace

asi_tools.hdr.__main__.main()

Main execution function for HDR merging.

This function:

  1. Parses command-line arguments.

  2. Converts input paths to Path objects.

  3. Calls process_directory to merge image series into HDR images.

Returns:

None