Skip to content

Commit 283fca4

Browse files
Updated Zenodo
added masks
1 parent b099579 commit 283fca4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

utilities/data_simulation/Download_data.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@ def download_data(force=False):
2222
print(f"Folder '{'download'}' created.")
2323
# Change to the specified folder
2424
os.chdir(os.path.join(base_folder,'download'))
25-
subprocess.check_call(["zenodo_get", 'https://zenodo.org/records/10696605'])
25+
subprocess.check_call(["zenodo_get", 'https://zenodo.org/records/14605039'])
2626
# Open the zip file
2727
if force or not os.path.exists('Data'):
2828
# Unzip the file
2929
unzip_file('OSIPI_TF24_data_phantoms.zip', '.')
30-
os.chdir(curdir)
30+
os.chdir(curdir)
31+
32+
if __name__ == "__main__":
33+
download_data(force=True)

0 commit comments

Comments
 (0)