- Create repository to contain all files
- Add testing module to allow for unit-testing use MinUnit
- Create separte library for function to allow the unit-testing
- Create function to determine the baseline just starting at zero
- Create some (recursive?) function/statements to allow for compareSequences to run if determineBaseline can't find enough points.
- Stdev in Calculate_Baseline times 1000, why?
- What to do with stdev if baseline returns error?
- Use matplotlib and python to check current implementation against the new and improved version. Maybe loop over 300 traces and compare found known baseline and stdev against the numbers returned by my implementation.
- Tested and ready to be implemented.
- Update the DLL to statically link to the msvc.....dll library to be independent of any MSVC packages (updated Release build but not tested it yet).
- Create subVI from
library function node
to include documentation from within LABVIEW - Create Trace Variables vi which calculates all trace variables
- Build python test module to store all tests in one place and allow for easy testing
- Remove src folder from this repo because src and Dll have diverged to much
- Create gh-pages documentation describing how the DLL works and how it is maintained