Auerbach-Lab/Behavior-autoanalysis

Main: get rat_ID for run_properties when rat_name is checked in the matlab import

Closed this issue · 2 comments

It is a useful piece of info to have and deriving it once and canonically would be better. Now needed during file name generation.

Will need to go through code as it is derived several times which leads to the possibility of being out of sync.

tofof commented

There should be no way for it to actually get out of synch, since every time it is derived it is through the same call to Get_Rat_ID(), but yes, it's wasteful to do it repeatedly.

Edit: The commit that referenced this issue actually derives Rat_ID for itself, which IS a way for it to get out of synch.

tofof commented

Closed by 5310e6e