cta-sst-1m / digicampipe

DigiCam pipeline based on ctapipe
GNU General Public License v3.0
3 stars 3 forks source link

Harmonization of the scripts parameters #261

Open yrenier opened 6 years ago

yrenier commented 6 years ago

We start to have quite some script, it would be nice to have something to insure some coherence in the parameters.

calispac commented 5 years ago

Also I think we can make use off sub-commands e.g. instead of :

digicam-raw --compute --output=output_file.fits blabla.fits.fz
digicam-raw --display --output=output_file.fits  blabla.fits.fz

we can use

digicam-raw compute --output=output_file.fits blabla.fits.fz
digicam-raw display output_file.fits