Skip to content
Snippets Groups Projects
Commit 5d0caad0 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

1/2 corr

parent 4e7d79ce
No related branches found
No related tags found
No related merge requests found
...@@ -19,11 +19,11 @@ WISHLIST JWu ...@@ -19,11 +19,11 @@ WISHLIST JWu
- frida.ini location via -D ? - frida.ini location via -D ?
- restore ask callback help for lists (prompt for list, not for string) - restore ask callback help for lists (prompt for list, not for string)
- restore help on "?" - restore help on "?"
CHECK - calc mode: do not exit on error
- wenn oio mehrere einzelne Spektren liefert, automatisch in einen File packen - wenn oio mehrere einzelne Spektren liefert, automatisch in einen File packen
- review definition of cauchy(,) - review definition of cauchy(,)
- plot range 1..1 +> gnuplot error - plot range 1..1 +> gnuplot error
- curve: restricted fit range - curve: restricted fit range
- convolution with fits ? splines ? - convolution with fits ? splines ?
- gd: commandos -> gnuplot (für Fanni) CHECK - gd: commandos -> gnuplot (für Fanni)
- convolutand must not be defined over full energy range - convolutand must not be defined over full energy range
- private ini file to overwrite generic one
\ No newline at end of file
...@@ -45,7 +45,7 @@ void NFileIn::Load(void) ...@@ -45,7 +45,7 @@ void NFileIn::Load(void)
mystd::fname_divide( vflong[i], &fdir, &fshort, &fext); mystd::fname_divide( vflong[i], &fdir, &fshort, &fext);
if ( fext=="y08" ) { if ( fext=="y08" ) {
ifstream F_inpp (vflong[i].c_str()); ifstream F_inpp (vflong[i].c_str(), ios_base::in);
Load_08( F_inpp, vflong[i] ); Load_08( F_inpp, vflong[i] );
F_inpp.close(); F_inpp.close();
} else if ( fext=="a01" ) { } else if ( fext=="a01" ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment