Hello,
Question about SpcAudace... When starting the 'stellar spectrum processing' pipeline, you can click on different options in the window. I suspect that these settings are stored somewhere in a file and can be changed? I would like to set the settings: 'BeSS format export' and 'PNG graph export' to 'o' by default.
How can I do this ?
thanking in advance !
Erik Bryssinck
default settings in pipeline 'stellar spectrum processing'
-
- Posts: 49
- Joined: Sun Jun 15, 2014 1:31 am
- Location: Kruibeke
- Contact:
-
- Posts: 258
- Joined: Thu Sep 29, 2011 10:14 am
Re: default settings in pipeline 'stellar spectrum processin
Hello Erik,
You may modify line 4575 and 4576 in the following file in spcaudce directory: spc_gui_metboxes.tcl
set audace(param_spc_audace,traitestellaire,config,export_png) "n"
set audace(param_spc_audace,traitestellaire,config,export_bess) "n"
to
set audace(param_spc_audace,traitestellaire,config,export_png) "o"
set audace(param_spc_audace,traitestellaire,config,export_bess) "o"
Then restart Audela.
Benji
You may modify line 4575 and 4576 in the following file in spcaudce directory: spc_gui_metboxes.tcl
set audace(param_spc_audace,traitestellaire,config,export_png) "n"
set audace(param_spc_audace,traitestellaire,config,export_bess) "n"
to
set audace(param_spc_audace,traitestellaire,config,export_png) "o"
set audace(param_spc_audace,traitestellaire,config,export_bess) "o"
Then restart Audela.
Benji
Spcaudace spectroscopy software: saving you hundred hours of frustration.
-
- Posts: 49
- Joined: Sun Jun 15, 2014 1:31 am
- Location: Kruibeke
- Contact:
Re: default settings in pipeline 'stellar spectrum processin
Hi Benji,
best regards
Erik
Thanks for the reply and instructions to modify the script; spc_gui_metaboxes.ctl. it works fine !Benjamin Mauclaire wrote:Hello Erik,
You may modify line 4575 and 4576 in the following file in spcaudce directory: spc_gui_metboxes.tcl
Benji
best regards
Erik
-
- Posts: 258
- Joined: Thu Sep 29, 2011 10:14 am
Re: default settings in pipeline 'stellar spectrum processin
Be aware that this modification will be removed when you upgrade Spcaudace.
Benji
Benji
Spcaudace spectroscopy software: saving you hundred hours of frustration.