针对pulse-transit的工具
This commit is contained in:
		
							
								
								
									
										32
									
								
								dist/client/mne/datasets/phantom_kernel/phantom_kernel.py
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										32
									
								
								dist/client/mne/datasets/phantom_kernel/phantom_kernel.py
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,32 @@
 | 
			
		||||
# Authors: The MNE-Python contributors.
 | 
			
		||||
# License: BSD-3-Clause
 | 
			
		||||
# Copyright the MNE-Python contributors.
 | 
			
		||||
 | 
			
		||||
from ...utils import verbose
 | 
			
		||||
from ..utils import _data_path_doc, _download_mne_dataset, _get_version, _version_doc
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@verbose
 | 
			
		||||
def data_path(
 | 
			
		||||
    path=None, force_update=False, update_path=True, download=True, *, verbose=None
 | 
			
		||||
):  # noqa: D103
 | 
			
		||||
    return _download_mne_dataset(
 | 
			
		||||
        name="phantom_kernel",
 | 
			
		||||
        processor="nested_untar",
 | 
			
		||||
        path=path,
 | 
			
		||||
        force_update=force_update,
 | 
			
		||||
        update_path=update_path,
 | 
			
		||||
        download=download,
 | 
			
		||||
    )
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
data_path.__doc__ = _data_path_doc.format(
 | 
			
		||||
    name="phantom_kernel", conf="MNE_DATASETS_PHANTOM_KERNEL_PATH"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def get_version():  # noqa: D103
 | 
			
		||||
    return _get_version("phantom_kernel")
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
get_version.__doc__ = _version_doc.format(name="phantom_kernel")
 | 
			
		||||
		Reference in New Issue
	
	Block a user