catalystneuro / ndx-survey-data

Structure for storing the survey/behavioral data in an NWB file.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

make nrs, mpq and vas classes instead of objects #11

Open luiztauffer opened 4 years ago

luiztauffer commented 4 years ago

Can we make nrs_survey_table, mpq_survey_table and vas_survey_table classes that inherit from SurveyTable and get their default fields automatically created at init, instead of being objects already instantiated?

This will be helpful for ecogvis copy function for example.

@bendichter @Armin12

bendichter commented 4 years ago

Why would that help?