default settings in pipeline 'stellar spectrum processing'

Post Reply
Erik Bryssinck
Posts: 46
Joined: Sun Jun 15, 2014 1:31 am
Location: Kruibeke
Contact:

default settings in pipeline 'stellar spectrum processing'

Post by Erik Bryssinck »

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
Erik Bryssinck
http://www.astronomie.be/erik.bryssinck/
LHiResIII + C11 + Trius SX814
Benjamin Mauclaire
Posts: 258
Joined: Thu Sep 29, 2011 10:14 am

Re: default settings in pipeline 'stellar spectrum processin

Post by Benjamin Mauclaire »

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
Spcaudace spectroscopy software: saving you hundred hours of frustration.
Erik Bryssinck
Posts: 46
Joined: Sun Jun 15, 2014 1:31 am
Location: Kruibeke
Contact:

Re: default settings in pipeline 'stellar spectrum processin

Post by Erik Bryssinck »

Hi Benji,
Benjamin Mauclaire wrote:Hello Erik,

You may modify line 4575 and 4576 in the following file in spcaudce directory: spc_gui_metboxes.tcl

Benji
Thanks for the reply and instructions to modify the script; spc_gui_metaboxes.ctl. it works fine !

best regards
Erik
Erik Bryssinck
http://www.astronomie.be/erik.bryssinck/
LHiResIII + C11 + Trius SX814
Benjamin Mauclaire
Posts: 258
Joined: Thu Sep 29, 2011 10:14 am

Re: default settings in pipeline 'stellar spectrum processin

Post by Benjamin Mauclaire »

Be aware that this modification will be removed when you upgrade Spcaudace.

Benji
Spcaudace spectroscopy software: saving you hundred hours of frustration.
Post Reply