Skip to content

Draft: Normalize AIA image, resize, and save as memory-mapped numpy array.

Meng Jin requested to merge kingbob8/aiapy:aia2sdoml into main

This script is to normalize the AIA image to 1 AU with specified disk size, correct for degradation and exposure time, and also provide an option to downsample the image and save it in memory mapped numpy array, which follows the same procedure as we did for the SDOML dataset.

Merge request reports