finalize README.md + example + cython interface
This commit is contained in:
@@ -364,11 +364,11 @@ namespace imc
|
||||
<<"\",\"comment\":\""<<group_comment_<<"\""<<"}";
|
||||
if ( include_data )
|
||||
{
|
||||
ss<<"\",\"ydata\":\""<<imc::joinvec<imc::datatype>(ydata_,0)
|
||||
<<"\",\"xdata\":\""<<imc::joinvec<double>(xdata_,0);
|
||||
ss<<",\"ydata\":"<<imc::joinvec<imc::datatype>(ydata_,0)
|
||||
<<",\"xdata\":"<<imc::joinvec<double>(xdata_,0);
|
||||
}
|
||||
// ss<<"\",\"aff. blocks\":\""<<chnenv_.get_json()
|
||||
ss<<"\"}";
|
||||
ss<<"}";
|
||||
|
||||
return ss.str();
|
||||
}
|
||||
|
@@ -40,7 +40,7 @@ namespace imc
|
||||
public:
|
||||
|
||||
// constructor
|
||||
raw() {};
|
||||
raw() { };
|
||||
raw(std::string raw_file): raw_file_(raw_file) { set_file(raw_file); };
|
||||
|
||||
// provide new raw-file
|
||||
|
Reference in New Issue
Block a user