Autostronomy / AutoProf

Automatic Isophotal solutions for galaxy images
https://autoprof.readthedocs.io/
GNU General Public License v3.0
27 stars 4 forks source link

Cropping method added to modules #3

Closed Smith42 closed 3 years ago

Smith42 commented 3 years ago
modified:   Pipeline.py
new file:   autoprofutils/Crop.py

This crops IMG to a size specified in 'ap_cropto' (or (512, 512) by default) and passes the cropped IMG to the next function in the pipeline.

ConnorStoneAstro commented 3 years ago

Please rename "Crop.py" to "ImageTransform.py" as we may wish to add more related features in the future such as image flipping.

Smith42 commented 3 years ago

Renamed Crop -> ImageTransform