This pull request adds the functionality lines2ss in helpers.py.
Purpose
Explain the goal of this pull request. If it addresses an existing issue be sure to link to it. Describe the big picture of your changes here, perhaps using a bullet list if multiple changes are done to accomplish a single goal. If it accomplishes multiple goals, it may be best to create separate PR's for each.
Type of change
[x] New feature (non-breaking change which adds functionality)
Testing
There is an added input file and an example in the examples that the user can run to test. The first plot would be the ms before adjustment and the second plot after adjustment.
Checklist
Put an x in the boxes that apply.
[ ] I have run existing tests which pass locally with my changes
[ x] I have added new tests or examples that prove my fix is effective or that my feature works
This pull request adds the functionality
lines2ss
inhelpers.py
.Purpose
Explain the goal of this pull request. If it addresses an existing issue be sure to link to it. Describe the big picture of your changes here, perhaps using a bullet list if multiple changes are done to accomplish a single goal. If it accomplishes multiple goals, it may be best to create separate PR's for each.
Type of change
Testing
There is an added input file and an example in the examples that the user can run to test. The first plot would be the ms before adjustment and the second plot after adjustment.
Checklist
Put an
x
in the boxes that apply.