The function here: https://github.com/AllenInstitute/AllenSDK/blob/master/allensdk/brain_observatory/ecephys/_probe.py#L263 seems to add the LFP data to the probewise NWB files twice. This is done using a link, so no extra memory is used, but it does seem to be repetitive. Is there a reason the data is added twice?
The function here: https://github.com/AllenInstitute/AllenSDK/blob/master/allensdk/brain_observatory/ecephys/_probe.py#L263 seems to add the LFP data to the probewise NWB files twice. This is done using a link, so no extra memory is used, but it does seem to be repetitive. Is there a reason the data is added twice?