The data dimension is statically set when calculate_AIS_mean.py (line 40) is run whereas in flags_config.py its based on the ROI and resolution(~ line 195). Either make the data_dim fixed in flags_config.py or make calculate_AIS_mean.py dependent on the ROI/resolution.
The data dimension is statically set when calculate_AIS_mean.py (line 40) is run whereas in flags_config.py its based on the ROI and resolution(~ line 195). Either make the data_dim fixed in flags_config.py or make calculate_AIS_mean.py dependent on the ROI/resolution.