Downloading ROD files¶
This how-to shows how to download single or multiple files from the Raman Open Database.
Download of individual ROD files¶
If you have installed pynxtools-raman you can add a new command to download .rod files
. For example, you can download a rod file with the ID
1000679
via:
Download of multiple ROD files¶
Adjust the file download_rods_script.sh
to the range of download you want.
Default start is 1
and default end is 3
.
Please, do not trigger unnecessary multiple amounts of downloads.
Take a look here, to get valid .rod IDs. The list of .rod IDs can be accessed here.
Make the bash script executable
and execute the script
Download of all ROD files¶
Take a look at the file: download_all_rod_files_script.sh