Currently sattools.get_abi_glm_multiscenes works only for ABI MESO (M1 and M2), because the interface to glmtools hardcodes the 1-minute intervals. To make this work with CONUS or Full Disk would require to either re-run glmtools passing longer time periods than 1 minute, or integrate them inside sattools. In either case, it also requires updating the time_threshold passed to satpy.MultiScene.from_files, which is currently hardcoded for 35 seconds.
Currently
sattools.get_abi_glm_multiscenesworks only for ABI MESO (M1 and M2), because the interface to glmtools hardcodes the 1-minute intervals. To make this work with CONUS or Full Disk would require to either re-run glmtools passing longer time periods than 1 minute, or integrate them inside sattools. In either case, it also requires updating thetime_thresholdpassed tosatpy.MultiScene.from_files, which is currently hardcoded for 35 seconds.