Skip to content

This repository contains all files which are part of my project to calculate a baseline

Notifications You must be signed in to change notification settings

jorianvo/HISPARC_baseline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Determining the baseline

This filter should try and determine the baseline for any given signal

  • 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.

The implementation

  • 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

About

This repository contains all files which are part of my project to calculate a baseline

Resources

Stars

Watchers

Forks

Packages

No packages published