carrien / free-speech

Analysis and plotting code for speech neuroimaging experiments.
MIT License
4 stars 5 forks source link

Tc compat #58

Closed rpkarlin closed 2 years ago

rpkarlin commented 2 years ago

This has a bunch of things in it:

  1. a txt2arpabet change for taimComp
  2. moving gen_ostUserEvents_timeAdapt into audapter_viewer (it's not exactly experiment_helpers usually, and audapter_viewer has a few other OST-based event scripts in it). This is used in taimComp so needs to be available for UCSF
  3. Made modular get_trackingFilePath which is supposed to replace the convoluted logic that appears in at least 6 different functions
  4. Replaced the convoluted logic in those 6 functions with get_trackingFilePath
  5. Made some changes to how various functions treat experiments that have multiple tracking files, but I don't think this is necessarily the best way, nor do I think I caught every function that does this. taimComp works now though

I think that's it