askap-vast / vast-tools

A collection of tools that are useful for the VAST project and for exploration of results from the VAST Pipeline.
https://vast-survey.org/vast-tools/
MIT License
8 stars 0 forks source link

show_png_cutout scaling locked #525

Closed ddobie closed 8 months ago

ddobie commented 8 months ago

Source.show_png_cutout() simply calls Source.make_png() without specifying a value for disable_autoscaling. The default value within Source.make_png() is False and therefore any calls to show_png_cutout are also auto-scaled, which is clearly not the desired behaviour.