diff --git a/piPaw_amplitude.py b/piPaw_amplitude.py index ccc5842..f40ea88 100644 --- a/piPaw_amplitude.py +++ b/piPaw_amplitude.py @@ -34,6 +34,8 @@ nose in the port during initiation of the trial. Mice proceed at their own pace through the task in a group housed environment. Trial timing, outcome, lever position data and video is collected for all trials. + +Written by Cameron Woodard """ import serial @@ -995,4 +997,4 @@ def main(): if __name__ == '__main__': - main() \ No newline at end of file + main()