icecube / skyreader

An API for Results Produced by SkyDriver & the Skymap Scanner
MIT License
0 stars 0 forks source link

Control output directory and file naming of plotting functions #20

Open mlincett opened 1 year ago

mlincett commented 1 year ago

Invoking the plotting function(s) creates outputs in the current working directory. There is no reco algorithm in the filename, so plots from different algos so filenames could clash.

I am thinking we could pass an output_dir (by default ./output) to the plotting routines and then have a minimal tree structure of the kind event_id / reco_algo.

mlincett commented 11 months ago

Will be solved by #22

mlincett commented 11 months ago

Output dir is configurable since #28 , still need to revise file naming.