Skip to content

Commit

Permalink
add source for list of .rod IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron Hildebrandt authored and Ron Hildebrandt committed Dec 13, 2024
1 parent 6eb06d8 commit 99f7d69
Show file tree
Hide file tree
Showing 3 changed files with 1,136 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ cython_debug/
.pyenv
*.pyc
*.txt
!src/download_rod_files/ROD-numbers.txt
!tests/data/witec/*.txt
!examples/witec/txt/*.txt
!requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions src/download_rod_files/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Adjust the file `download_rods_script.sh`to the range of download you want.
Default start is `1` and default end is `3`.
Be careful: Do not trigger unneccsary amounts of downloads.

Take a look [here](https://solsa.crystallography.net/rod/1000679.html), to get valid .rod IDs. For this example its e.g. `1000679`.

Take a look [here](https://solsa.crystallography.net/rod/result), to get valid .rod IDs.
The list of .rod IDs can be accessed [here](https://solsa.crystallography.net/rod/result.php?format=lst&CODSESSION=ooqj2idj19cgpe30275okg42df).
## Add the command as script

`chmod +x download_rods_script.sh`
Expand Down
Loading

0 comments on commit 99f7d69

Please sign in to comment.