-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Users want the ability to integrate data with strabomicro samples and spots. We discussed a csv wizard for data integration where no software is linked, and spots are generated within strabomicro first allowing the template to incorporate the relevant metadata from the sample/spot before adding info. Idealized workflow:
-
user uploads sample micrograph
-
user adds spots to micrograph, ex: labeled 1 - 4
-
user downloads sample data template:
sample1data.csv
[spot label] [spot x coordinates] [spot y coordinates] [blank header 1] [blank header 2] etc..... (maybe 10 possible user defined columns?)
1 1.5. 3.6
2 1.7 8.6
3 6.1 2.7
4 5.3 1.7 -
user fills out the template with the blank headers and associated row of data for each spot. User cannot change the spot label or coordinate information.
-
result is a csv file with a row of user defined data for each spot on the specific thin section
-
Template can be uploaded to the thin section and the row(s) can be sorted to the associated spot(s)
-
when thin section is selected: csv viewer for the raw table
-
when spot is selected: it highlights a row? or shows just the header and spot row of data for that spot?