Skip to content

Commit

Permalink
Merge 9d3c3fc into aba58af
Browse files Browse the repository at this point in the history
  • Loading branch information
msschwartz21 committed Sep 4, 2019
2 parents aba58af + 9d3c3fc commit f04fb39
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
11 changes: 9 additions & 2 deletions deepcell/datasets/cytoplasm.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,17 @@
'and phase as well as a z-stack of phase images.'
}

all_cells = Dataset(
path='20190813_all_fluorescent_cyto_512.npz',
url='https://deepcell-data.s3-us-west-1.amazonaws.com/cytoplasm/fluorescent/20190813_all_fluorescent_cyto_512.npz',
file_hash='20c454d0cd325ceee5553e20c3c271262eb0856c93f884f0c5507f26e8c34442',
metadata=''
)

nih_3t3 = Dataset(
path='nih_3t3-cytoplasm.npz',
url='https://deepcell-data.s3.amazonaws.com/cytoplasm/fluorescent/AM_3T3_s0_fluorescent_cyto_medium_stitched_2D_512.npz',
file_hash='6d3278cff6a82178dc40984e86f71ffd39c465b196e3d0b4b933949cc260adc9',
url='https://deepcell-data.s3-us-west-1.amazonaws.com/cytoplasm/fluorescent/AM_3T3_s0_fluorescent_cyto_medium_stitched_2D_512.npz',
file_hash='d04630d87835d27f11d80c123eac3d77684c57dadf783158c44084b11fac1fb3',
metadata={'methods': methods}
)

Expand Down
7 changes: 7 additions & 0 deletions deepcell/datasets/phase.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@
'images.'
}

all_cell = Dataset(
path='20190813_all_phase_512.npz',
url='https://deepcell-data.s3-us-west-1.amazonaws.com/cytoplasm/brightfield/20190813_all_phase_512.npz',
file_hash='1b10bb58175461bc45ccddeaa4dc8195cc25c0a7c0ba55e25541531830a75d91',
metadata={'methods': methods}
)

nih_3t3 = Dataset(
path='nih_3t3-phase.npz',
url='https://deepcell-data.s3.amazonaws.com/cytoplasm/brightfield/AM_3T3_s0_phase_medium_stitched_2D_512.npz',
Expand Down

0 comments on commit f04fb39

Please sign in to comment.