EMIP-Toolkit icon indicating copy to clipboard operation
EMIP-Toolkit copied to clipboard

add_srml_to_AOIs, add_tokens_to_AOIs are not extendable for future datasets

Open quanphan2906 opened this issue 3 years ago • 0 comments

These functions manually matches the name of the stimuli with the name of the original code file, from which the stimuli was adapted. An example can be seen below (this is taken from add_tokens_to_AOIs):

https://github.com/nalmadi/EMIP-Toolkit/blob/d1a7eabd08ca27c062b5f14118395eaea8d5eac2/emip_toolkit.py#L1222-L1245

This needs to be refactor to make the two functions extendable for future datasets.

quanphan2906 avatar Jan 17 '22 03:01 quanphan2906