lte-codes sterne spectrum ffit sfit grids idlines
commands scl
scl com sfit slv syn spc ga

SCL General Commands


help [<command>] : provide online help -- not implemented
echo on | off : echo input commands to "stdout"
end: exit program
exit: exit program
quit: exit program

show [<parameter_group> | all] : show values associated with a given parameter group
Valid parameter groups are currently: meth, cont, data, slv, syn, gen, macro, all
define <macro_name> : define a macro
The macro is defined by additional commands on the same and subsequent input lines up to the next "end" statement. For example:
define my_fit; slv_teff1 25.0 1.0; solve; end
run >macro_name< : run a previously defined macro