eyepy.data
load(name)
Load sample data.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
name
|
str
|
Name of the sample data to load. Available options are: - 'drusen_patient': Sample data with many drusen. - 'healthy_OS': Healthy left eye volume. - 'healthy_OD': Healthy right eye volume. - 'healthy_OS_Angio': Healthy left eye OCT Angiography. - 'healthy_OD_Angio': Healthy right eye OCT Angiography. |
required |
Returns:
Type | Description |
---|---|
EyeVolume
|
ep.EyeVolume: The loaded eye volume data. |