diff --git a/src/leifer_lab_to_nwb/randi_nature_2023/_randi_nature_2023_converter.py b/src/leifer_lab_to_nwb/randi_nature_2023/_randi_nature_2023_converter.py index 8216ce8..382c94e 100644 --- a/src/leifer_lab_to_nwb/randi_nature_2023/_randi_nature_2023_converter.py +++ b/src/leifer_lab_to_nwb/randi_nature_2023/_randi_nature_2023_converter.py @@ -1,5 +1,4 @@ import copy -from typing import Union import ndx_multichannel_volume import neuroconv diff --git a/src/leifer_lab_to_nwb/randi_nature_2023/convert_session.py b/src/leifer_lab_to_nwb/randi_nature_2023/convert_session.py index d307b74..f06a9a1 100644 --- a/src/leifer_lab_to_nwb/randi_nature_2023/convert_session.py +++ b/src/leifer_lab_to_nwb/randi_nature_2023/convert_session.py @@ -4,8 +4,6 @@ import pathlib import warnings -import pandas -import pynwb from dateutil import tz from leifer_lab_to_nwb.randi_nature_2023 import RandiNature2023Converter diff --git a/src/leifer_lab_to_nwb/randi_nature_2023/interfaces/_neuropal_imaging_interface.py b/src/leifer_lab_to_nwb/randi_nature_2023/interfaces/_neuropal_imaging_interface.py index 268e16e..2fbef66 100644 --- a/src/leifer_lab_to_nwb/randi_nature_2023/interfaces/_neuropal_imaging_interface.py +++ b/src/leifer_lab_to_nwb/randi_nature_2023/interfaces/_neuropal_imaging_interface.py @@ -1,12 +1,9 @@ import json import pathlib -import shutil -from typing import Literal import ndx_microscopy import neuroconv import numpy -import pandas import pynwb diff --git a/src/leifer_lab_to_nwb/randi_nature_2023/interfaces/_optogenetic_stimulation.py b/src/leifer_lab_to_nwb/randi_nature_2023/interfaces/_optogenetic_stimulation.py index 8b5fc51..78fe05f 100644 --- a/src/leifer_lab_to_nwb/randi_nature_2023/interfaces/_optogenetic_stimulation.py +++ b/src/leifer_lab_to_nwb/randi_nature_2023/interfaces/_optogenetic_stimulation.py @@ -1,7 +1,6 @@ import pathlib from typing import Union -import ndx_microscopy import ndx_patterned_ogen import neuroconv import numpy diff --git a/src/leifer_lab_to_nwb/randi_nature_2023/interfaces/_pump_probe_imaging_interface.py b/src/leifer_lab_to_nwb/randi_nature_2023/interfaces/_pump_probe_imaging_interface.py index bd81f26..d90b1e6 100644 --- a/src/leifer_lab_to_nwb/randi_nature_2023/interfaces/_pump_probe_imaging_interface.py +++ b/src/leifer_lab_to_nwb/randi_nature_2023/interfaces/_pump_probe_imaging_interface.py @@ -1,5 +1,4 @@ import pathlib -import shutil from typing import Literal import ndx_microscopy diff --git a/src/leifer_lab_to_nwb/randi_nature_2023/test_all_interfaces.py b/src/leifer_lab_to_nwb/randi_nature_2023/test_all_interfaces.py index 51cf325..3b0e32e 100644 --- a/src/leifer_lab_to_nwb/randi_nature_2023/test_all_interfaces.py +++ b/src/leifer_lab_to_nwb/randi_nature_2023/test_all_interfaces.py @@ -10,20 +10,11 @@ import pathlib import warnings -import pandas import pynwb from dateutil import tz from pynwb.testing.mock.file import mock_NWBFile from leifer_lab_to_nwb.randi_nature_2023 import RandiNature2023Converter -from leifer_lab_to_nwb.randi_nature_2023.interfaces import ( - ExtraOphysMetadataInterface, - NeuroPALImagingInterface, - NeuroPALSegmentationInterface, - OptogeneticStimulationInterface, - PumpProbeImagingInterface, - PumpProbeSegmentationInterface, -) # Define base folder of source data # Change these as needed on new systems