Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make a plan to run batch of scans from a spreadsheet file #114

Closed
6 of 7 tasks
prjemian opened this issue Apr 4, 2019 · 2 comments
Closed
6 of 7 tasks

make a plan to run batch of scans from a spreadsheet file #114

prjemian opened this issue Apr 4, 2019 · 2 comments
Assignees

Comments

@prjemian
Copy link
Contributor

prjemian commented Apr 4, 2019

To use a spreadsheet as a multi-sample batch scan tool, need a plan that will read the spreadsheet and act on it. There are examples of run_Excel_file(xl_file) in the USAXS instrument and a development workstation.

The ideal plan should:

  • use an Excel spreadsheet (for starters)
  • read a table from the spreadsheet file
  • take a single action from each row in the table
  • decide action based on a specific named column in the table
  • report all columns as metadata for the action
  • ignore empty rows
  • ignore any data outside of the table boundaries
@prjemian prjemian added this to the milestone-2019-09 milestone Apr 4, 2019
@prjemian prjemian self-assigned this Apr 4, 2019
@prjemian
Copy link
Contributor Author

prjemian commented Apr 11, 2019

Difficult to generalize this since the action and its parameters (args & kwargs) will be different in every implementation. Might be better to show as an example in a notebook.

@prjemian
Copy link
Contributor Author

Deferring ignore any data outside of the table boundaries to #116

This issue will be complete once the new notebook is added to the documentation.

prjemian added a commit that referenced this issue Apr 11, 2019
prjemian added a commit that referenced this issue Apr 11, 2019
prjemian added a commit that referenced this issue Apr 11, 2019
prjemian added a commit that referenced this issue Apr 11, 2019
prjemian added a commit that referenced this issue Apr 11, 2019
prjemian added a commit that referenced this issue Apr 12, 2019
prjemian added a commit that referenced this issue Apr 12, 2019
prjemian added a commit that referenced this issue Apr 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant