Skip to content

Commit

Permalink
chore: remove excess comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Jan 28, 2024
1 parent 9368df9 commit 2e52ef4
Showing 1 changed file with 1 addition and 37 deletions.
38 changes: 1 addition & 37 deletions src/nbiatoolkit/nbia.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,40 +258,4 @@ def parsePARAMS(self, params: dict) -> dict:
pprint(all)

sub = client.getCollections(prefix="aCrin")
pprint(sub)
# collections = client.getCollections()
# pprint(collections[0:5])
# seriesJSON = client.getSeries(Collection="4D-Lung")
# # first get a list of the SeriesInstanceUIDs
# seriesUIDS = [series['SeriesInstanceUID'] for series in seriesJSON]
# pprint(seriesUIDS[0:5])

# seriesUIDS = [
# '1.3.6.1.4.1.14519.5.2.1.6834.5010.189721824525842725510380467695',
# '1.3.6.1.4.1.14519.5.2.1.6834.5010.336250251691987239290048605884',
# '1.3.6.1.4.1.14519.5.2.1.6834.5010.227929163446067537882961857921',
# '1.3.6.1.4.1.14519.5.2.1.6834.5010.925990093742075237571072608963',
# '1.3.6.1.4.1.14519.5.2.1.6834.5010.139116724721865252687455544825',
# '1.3.6.1.4.1.14519.5.2.1.6834.5010.364787732307640672278270360328',
# '1.3.6.1.4.1.14519.5.2.1.6834.5010.384197169742944248273003912317',
# '1.3.6.1.4.1.14519.5.2.1.6834.5010.149750833495190982103087204448',
# '1.3.6.1.4.1.14519.5.2.1.6834.5010.300347070051003027185063750283',
# '1.3.6.1.4.1.14519.5.2.1.6834.5010.317831614083862743715273480521',
# '1.3.6.1.4.1.14519.5.2.1.6834.5010.736089011729021729851027177073',
# '1.3.6.1.4.1.14519.5.2.1.6834.5010.133381852562664457904201355429',
# '1.3.6.1.4.1.14519.5.2.1.6834.5010.909088026336573109170906532418',
# '1.3.6.1.4.1.14519.5.2.1.6834.5010.953079890279542310843831057254',
# '1.3.6.1.4.1.14519.5.2.1.6834.5010.427052348021168186336245283790',
# '1.3.6.1.4.1.14519.5.2.1.6834.5010.295010883410722294053941635303',
# '1.3.6.1.4.1.14519.5.2.1.6834.5010.263257070197787007872578860295',
# '1.3.6.1.4.1.14519.5.2.1.6834.5010.672179203515231442641005032212',
# '1.3.6.1.4.1.14519.5.2.1.6834.5010.184961274239908956209701869504',
# '1.3.6.1.4.1.14519.5.2.1.6834.5010.797307942821711099898506950104']

# downloadDir = "./data"
# os.makedirs(downloadDir, exist_ok=True)

# client.downloadSeries(
# seriesUIDS, downloadDir, overwrite=True, nParallel=8)

# pprint(os.listdir(downloadDir))
pprint(sub)

0 comments on commit 2e52ef4

Please sign in to comment.