labsyspharm / palom

Piecewise alignment for layers of mosaics
MIT License
20 stars 4 forks source link

add downscale factor to run_palom() #9

Closed CameronFRWatson closed 2 years ago

CameronFRWatson commented 2 years ago

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!

Yu-AnChen commented 2 years ago

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.