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

autopew CLI #22

Open
morganjwilliams opened this issue Sep 7, 2020 · 0 comments
Open

autopew CLI #22

morganjwilliams opened this issue Sep 7, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@morganjwilliams
Copy link
Owner

At the moment the interface to autopew is largely via scripts/notebooks, but in some cases it might make sense to instead use a command line interface with a common specification for input files etc (e.g. using click). This could look something like:

autopew calibrate src.csv dest.csv -n 'BSE_2_stage' # create a calibration - BSE image to stage coordinates
autopew transform sample_points.csv stage_coords.csv -n 'BSE_2_stage' # transform sample points

This would generally be more interoperable with other automation tools, and might make autopew a bit more versatile.

@morganjwilliams morganjwilliams added the enhancement New feature or request label Sep 7, 2020
@morganjwilliams morganjwilliams self-assigned this Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant