Skip to content
Snippets Groups Projects
Commit 97ed1cbb authored by Arin Wongprommoon's avatar Arin Wongprommoon
Browse files

feat(postproc): crosscorr has stationary option

WHY IS THIS CHANGE NEEDED?:
- crosscorr process does not have stationary option and therefore will
  not perform calculations correctly if all signals are in-phase.

HOW DOES THE CHANGE SOLVE THE PROBLEM?:
- Additional 'stationary' parameter that tells the process to compute
  the mean over replicates AND time points.

WHAT SIDE EFFECTS DOES THIS CHANGE HAVE?:
- crosscorr process not used anywhere else in aliby, so should not
  affect aliby.
- crosscorr process used in multiple places in skeletons (particularly
  arin's projects).  this is an *additional* parameter, and the existing
  behaviour of crosscorr process is same as stationary=False, so i don't
  expect breaking changes.

EVIDENCE THAT COMMIT WORKS:
- new test to be run

REFERENCES:
- #72
parent 9a89fb6d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment