juami / pytentiostat

python code for the JUAMI potentiostat
BSD 3-Clause "New" or "Revised" License
9 stars 13 forks source link

Experiment Setup Docs #108

Closed mspence2 closed 4 years ago

mspence2 commented 5 years ago

This includes instructions on how to set up a physical experiment as well as operating the pytentiostat code.

codecov-io commented 5 years ago

Codecov Report

Merging #108 into master will increase coverage by 0.13%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #108      +/-   ##
==========================================
+ Coverage   70.42%   70.56%   +0.13%     
==========================================
  Files           8        8              
  Lines         213      214       +1     
==========================================
+ Hits          150      151       +1     
  Misses         63       63
Impacted Files Coverage Δ
tests/test_reporter.py 100% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 677bdc1...5d0ba2f. Read the comment docs.

sbillinge commented 5 years ago

yah, I think we don't want either pycharm or anaconda as dependencies.....

On Wed, Nov 13, 2019 at 1:46 PM mspence2 notifications@github.com wrote:

@mspence2 commented on this pull request.

In docs/source/potentiostat_operation.rst https://github.com/juami/pytentiostat/pull/108#discussion_r345934162:

+.. _potentiostat-operation: + +How to Operate the JUAMI Potentiostat +===================================== + +Once you are familiar with the electrochemical characterization techniques available through the JUAMI potentiostat +and how to setup an electrochemical experiment, follow the guide below that provides instructions on how to setup and run +the JUAMI potentiostat. These instructions assume that the sample or device of interest is ready to be connected and +tested (all that needs to be done is clip the leads to the electrodes). See :ref:technique-background and +:ref:experiment-setup for more information. + +Start the Pytentiostat Experiment +--------------------------------- + +First, ensure that the JUAMI potentiostat is connected to a USB port via a USB-B to USB-A adapter. To begin an experiment, +open anaconda prompt from the start menu. Navigate to the pytentiostat/ directory and run main.py.

This is something I could use everyone's help with. I am not well-versed in command prompt syntax. I can learn Windows, but someone will need to give me details for Mac. Right now I am able to run the code through PyCharm and Anaconda Prompt.

@aplymill7 https://github.com/aplymill7 @sbillinge https://github.com/sbillinge @jlhitt1993 https://github.com/jlhitt1993

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/juami/pytentiostat/pull/108?email_source=notifications&email_token=ABAOWUL3JI57H6ZG6BXULU3QTRDQVA5CNFSM4JJ4MRD2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLOPN5Y#discussion_r345934162, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABAOWUNDJLLAVR7NLBBHKLLQTRDQVANCNFSM4JJ4MRDQ .

jlhitt1993 commented 4 years ago

@mspence2 I just downloaded this branch to see if I could help finish it off and I saw that it has 108 conflicts... I think it's best for you to copy the new files you have on this branch into a fresh one. This probably happened because you didn't rebase.