File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -210,6 +210,9 @@ const std::string STR_FIT_GAUSS_MATRIX = "Fitted";
210210const std::string STR_FIT_GAUSS_TAILS = " gaussian_parameter" ;
211211const std::string STR_FIT_GAUSS_NNLS_TAILS = " Hybrid_NNLS" ;
212212
213+ const std::string STR_SCAN_TYPE_POLAR_XANES = " POLAR_XANES" ;
214+ const std::string STR_SCAN_TYPE_2D_MAP = " XRF_MAPS" ;
215+
213216const std::string STR_SR_CURRENT = " SR_Current" ;
214217const std::string STR_US_IC = " US_IC" ;
215218const std::string STR_US_FM = " US_FM" ;
@@ -289,6 +292,7 @@ const std::string STR_REQUESTED_ROWS = "requested_rows";
289292const std::string STR_REQUESTED_COLS = " requested_cols" ;
290293const std::string STR_THETA = " theta" ;
291294const std::string STR_SCAN_TIME_STAMP = " scan_time_stamp" ;
295+ const std::string STR_SCAN_TYPE = " scan_type" ;
292296const std::string STR_NAME = " name" ;
293297const std::string STR_SCAN_METADATA = " scan_metadata" ;
294298
Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ struct Scan_Meta_Info
9191{
9292 std::string name;
9393 std::string scan_time_stamp;
94+ std::string scan_type;
9495 ArrayTr<T_real> x_axis;
9596 ArrayTr<T_real> y_axis;
9697 int requested_cols;
You can’t perform that action at this time.
0 commit comments