rdarie / Data-Analysis

Borton Lab LFP Neural Data Analysis
0 stars 0 forks source link

Inconsistent Argument Names when Consistent May Be Desired #29

Open sparkerBCI opened 3 years ago

sparkerBCI commented 3 years ago

Minor issue: calcAlignedAsigs.py takes an argument called --signalSubfolder, which points to where the signal block has been generated. This block was generated by assembleExperimentData.py, which uses the argument --analysisName to determine where to save the block. Since these arguments are named differently docopt cries foul if the same shell script variable (say $ANALYSISFOLDER) is used for both, which causes calcAlignedAsigs.py to print its usage and quit.