ants.utils.get_ants_data
- get_ants_data(file_id=None, target_file_name=None, antsx_cache_directory=None)
Get ANTsPy test data file
ANTsR function: getANTsRData
- Parameters:
name (
str) –name of test image tag to retrieve Options:
’r16’
’r27’
’r30’
’r62’
’r64’
’r85’
’ch2’
’mni’
’surf’
’pcasl’
- Returns:
filepath of test image
- Return type:
Example
>>> import ants >>> mnipath = ants.get_ants_data('mni')