You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `<echem folder>` contains one or more electrochemistry files readable by [navani](https://github.com/be-smith/navani), Note if multiple files are present then navani will attempt to stitch them together, so do not upload duplicates (e.g processed and unprocessed versions of the same file). For the XRD usecase it's currently expected that the echem file has a `Timestamp` column containing date-time information for matching to the log file (e.g Neware files).
162
162
163
+
### Front-end Usage
164
+
165
+
The following configuration parameters are available in the *datalab* UI:
166
+
167
+
#### Required Parameters
168
+
169
+
-**`scan_time`** (UV-Vis only): The time in seconds between each scan, including any rest time. This is used to calculate the time of each scan when no log file is available.
170
+
171
+
#### Optional Parameters
172
+
173
+
##### Performance Optimization
174
+
175
+
-**`data_granularity`**: Controls sampling frequency along the x-axis (wavelength/2θ) of the heatmap to reduce rendering time. Default: automatically calculated to target ~1000 data points.
176
+
- XRD: Uses max-pooling interpolation
177
+
- UV-Vis: Uses linear interpolation
178
+
179
+
-**`sample_granularity`**: Controls sampling frequency along the y-axis (time/experiment number) of the heatmap. Uses linear interpolation. Default: automatically calculated to target ~1000 samples.
180
+
181
+
##### File Selection
182
+
183
+
-**`glob_str`** (XRD only): A pattern to match specific files in the XRD data folder. Examples:
184
+
-`"summed"` → matches files containing "summed" (automatically converted to `*summed*`)
- Leave empty to process all files in the folder (default behavior)
188
+
163
189
## License
164
190
165
191
This project is released under the conditions of the MIT license. Please see [LICENSE](https://github.com/datalab-org/datalab-app-plugin-insitu/blob/main/LICENSE) for the full text of the license.
0 commit comments