This PR adds the downscale_factor parameter from write_pyramid to be passable from run_palom() in svs.py. This would be super helpful for the Galaxy implementation of PALOM, which calls run_palom() directly, but needs to be able to change the pyramid scaling and provide it as a user argument. Please let me know if you have questions/concerns. Thank you!
Thanks, @CameronFRWatson for the RP. Now the palm-svs script as well as the run_palom function in the script supports user-supplied pyramid downscale factor.
This PR adds the downscale_factor parameter from
write_pyramid
to be passable fromrun_palom()
insvs.py
. This would be super helpful for the Galaxy implementation of PALOM, which calls run_palom() directly, but needs to be able to change the pyramid scaling and provide it as a user argument. Please let me know if you have questions/concerns. Thank you!