pyvista.examples.downloads.download_parched_canal_4k#
- download_parched_canal_4k(load=True)[ソース]#
パーチドカナル4kデータセットをダウンロードします.
- パラメータ:
- 戻り値:
- output
pyvista.Texture|str loadに応じて,データセットまたはファイル名を指定します.
- output
例
>>> from pyvista import examples >>> texture = examples.download_parched_canal_4k() >>> texture.dimensions (4096, 2048)
Use
resample()to downsample the texture's underlying image before plotting.>>> _ = texture.to_image().resample(0.25, inplace=True) >>> texture.dimensions (1024, 512)
>>> texture.plot(cpos='xy')
参考
- Parched Canal 4k Dataset
詳細はデータセットギャラリーのこのデータセットをご覧ください。
- Dikhololo Night Dataset
Another HDR texture.