mangonetwork / mangopy

This repository contains code for processing all-sky images generated by the Mid-latitude All-sky-imager Network for Geophysical Observations (MANGO), a project funded by the National Science Foundation.
GNU General Public License v3.0
6 stars 2 forks source link

plot_mosaic() automatically tries to save a *.png file #10

Closed ljlamarche closed 3 years ago

ljlamarche commented 5 years ago

This is unexpected behavior and can cause issues if a script is being run in a read-only directory (e.g., the Resen tutorials). Whether to save a image or display to screen (or both) should be an option the user can select. This would be a good idea for all the plotting functions.