hoa-tools 1.0.6__py3-none-any.whl → 1.0.8__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of hoa-tools might be problematic. Click here for more details.

Files changed (23) hide show
  1. hoa_tools/_version.py +16 -3
  2. hoa_tools/data/metadata/metadata/A129_lung_VOI-02_2.0um_bm18.json +86 -21
  3. hoa_tools/data/metadata/metadata/LADAF-2020-31_brain_hippocampus_2.45um_bm05.json +1 -7
  4. hoa_tools/data/metadata/metadata/LADAF-2021-17_brain_VOI-03.2_2.256um_bm18.json +7 -1
  5. hoa_tools/data/metadata/metadata/LADAF-2021-17_brain_complete-organ_7.72um_bm18.json +240 -0
  6. hoa_tools/data/metadata/metadata/LADAF-2021-17_colon_VOI-01_1.444um_bm05.json +69 -54
  7. hoa_tools/data/metadata/metadata/LADAF-2021-17_colon_VOI-01_4.502um_bm18.json +69 -54
  8. hoa_tools/data/metadata/metadata/LADAF-2021-17_colon_VOI-07_1.444um_bm05.json +69 -54
  9. hoa_tools/data/metadata/metadata/LADAF-2021-17_colon_VOI-11_4.502um_bm18.json +69 -54
  10. hoa_tools/data/metadata/metadata/LADAF-2021-17_colon_complete-organ_20.025um_bm18.json +69 -54
  11. hoa_tools/data/metadata/metadata/LADAF-2021-17_liver_VOI-01_4.14um_bm18.json +44 -57
  12. hoa_tools/data/metadata/metadata/LADAF-2021-17_liver_VOI-02_4.14um_bm18.json +44 -57
  13. hoa_tools/data/metadata/metadata/LADAF-2021-17_liver_VOI-03_4.14um_bm18.json +44 -57
  14. hoa_tools/data/metadata/metadata/LADAF-2021-17_liver_VOI-08_4.14um_bm18.json +44 -57
  15. hoa_tools/data/metadata/metadata/LADAF-2021-17_testis_1_VOI-01_2.02um_bm18.json +44 -57
  16. hoa_tools/data/metadata/metadata/LADAF-2021-17_testis_1_complete-organ_9.595um_bm18.json +44 -57
  17. hoa_tools/data/metadata/metadata/LADAF-2021-17_testis_2_VOI-02_2.02um_bm18.json +44 -57
  18. hoa_tools/data/metadata/metadata/LADAF-2021-17_testis_2_complete-organ_9.595um_bm18.json +44 -57
  19. {hoa_tools-1.0.6.dist-info → hoa_tools-1.0.8.dist-info}/METADATA +1 -1
  20. {hoa_tools-1.0.6.dist-info → hoa_tools-1.0.8.dist-info}/RECORD +23 -22
  21. {hoa_tools-1.0.6.dist-info → hoa_tools-1.0.8.dist-info}/WHEEL +0 -0
  22. {hoa_tools-1.0.6.dist-info → hoa_tools-1.0.8.dist-info}/licenses/LICENSE.md +0 -0
  23. {hoa_tools-1.0.6.dist-info → hoa_tools-1.0.8.dist-info}/top_level.txt +0 -0
hoa_tools/_version.py CHANGED
@@ -1,7 +1,14 @@
1
1
  # file generated by setuptools-scm
2
2
  # don't change, don't track in version control
3
3
 
4
- __all__ = ["__version__", "__version_tuple__", "version", "version_tuple"]
4
+ __all__ = [
5
+ "__version__",
6
+ "__version_tuple__",
7
+ "version",
8
+ "version_tuple",
9
+ "__commit_id__",
10
+ "commit_id",
11
+ ]
5
12
 
6
13
  TYPE_CHECKING = False
7
14
  if TYPE_CHECKING:
@@ -9,13 +16,19 @@ if TYPE_CHECKING:
9
16
  from typing import Union
10
17
 
11
18
  VERSION_TUPLE = Tuple[Union[int, str], ...]
19
+ COMMIT_ID = Union[str, None]
12
20
  else:
13
21
  VERSION_TUPLE = object
22
+ COMMIT_ID = object
14
23
 
15
24
  version: str
16
25
  __version__: str
17
26
  __version_tuple__: VERSION_TUPLE
18
27
  version_tuple: VERSION_TUPLE
28
+ commit_id: COMMIT_ID
29
+ __commit_id__: COMMIT_ID
19
30
 
20
- __version__ = version = '1.0.6'
21
- __version_tuple__ = version_tuple = (1, 0, 6)
31
+ __version__ = version = '1.0.8'
32
+ __version_tuple__ = version_tuple = (1, 0, 8)
33
+
34
+ __commit_id__ = commit_id = None
@@ -69,18 +69,22 @@
69
69
  "experiment_type": "Tomography"
70
70
  },
71
71
  "proposal": {
72
- "proposal_number": "md1389",
73
- "title": "HUB Proposal: Human Organ Atlas Hub (HOAHub)",
72
+ "proposal_number": "md1290",
73
+ "title": "Bridging the gap between cellular and whole body imaging using Hierarchical Phase-Contrast Tomography: HiP-CT",
74
74
  "proposers": [
75
75
  "Peter Lee",
76
76
  "Claire Walsh",
77
- "Anastasia Yendiki",
77
+ "Brian Bay",
78
+ "Elodie Boller",
78
79
  "Maximilian Ackermann",
79
80
  "Alexandre Bellier",
80
- "Bernadette de Bakker",
81
+ "Olivier Palombi",
81
82
  "Paul Tafforeau",
83
+ "Simon Walker-Samuel",
84
+ "Philippe Chaffanjon",
82
85
  "Danny Jonigk",
83
- "Stijn Verleden"
86
+ "Willi Wagner",
87
+ "Rebecca Shipley"
84
88
  ]
85
89
  },
86
90
  "registration": {
@@ -106,22 +110,16 @@
106
110
  "roles": ["Funding acquisition"]
107
111
  },
108
112
  {
109
- "first_name": "Anastasia",
110
- "last_name": "Yendiki",
111
- "orcid": "0000-0003-1386-3828",
112
- "roles": ["Funding acquisition"]
113
- },
114
- {
115
- "first_name": "Bernadette",
116
- "last_name": "de Bakker",
117
- "orcid": "0000-0003-0758-4064",
113
+ "first_name": "Brian",
114
+ "last_name": "Bay",
115
+ "orcid": "0000-0002-6870-259X",
118
116
  "roles": ["Funding acquisition"]
119
117
  },
120
118
  {
121
119
  "first_name": "Claire",
122
120
  "last_name": "Walsh",
123
121
  "orcid": "0000-0003-3769-3392",
124
- "roles": ["Conceptualization", "Funding acquisition"]
122
+ "roles": ["Conceptualization", "Funding acquisition", "Investigation"]
125
123
  },
126
124
  {
127
125
  "first_name": "Danny",
@@ -135,6 +133,18 @@
135
133
  "orcid": "0000-0002-1365-1908",
136
134
  "roles": ["Data curation", "Software"]
137
135
  },
136
+ {
137
+ "first_name": "Elodie",
138
+ "last_name": "Boller",
139
+ "orcid": null,
140
+ "roles": ["Funding acquisition"]
141
+ },
142
+ {
143
+ "first_name": "Eunjue",
144
+ "last_name": "Yi",
145
+ "orcid": null,
146
+ "roles": ["Investigation"]
147
+ },
138
148
  {
139
149
  "first_name": "Guillaume",
140
150
  "last_name": "Gaisne",
@@ -147,6 +157,12 @@
147
157
  "orcid": "0000-0003-2584-9812",
148
158
  "roles": ["Data curation", "Investigation"]
149
159
  },
160
+ {
161
+ "first_name": "Jishizhan",
162
+ "last_name": "Chen",
163
+ "orcid": "0000-0002-1784-319X",
164
+ "roles": ["Investigation"]
165
+ },
150
166
  {
151
167
  "first_name": "Joanna",
152
168
  "last_name": "Purzycka",
@@ -171,50 +187,99 @@
171
187
  "orcid": "0000-0001-9996-2477",
172
188
  "roles": ["Funding acquisition", "Resources"]
173
189
  },
190
+ {
191
+ "first_name": "Olivier",
192
+ "last_name": "Palombi",
193
+ "orcid": null,
194
+ "roles": ["Funding acquisition"]
195
+ },
174
196
  {
175
197
  "first_name": "Paul",
176
198
  "last_name": "Tafforeau",
177
199
  "orcid": "0000-0002-5962-1683",
178
- "roles": ["Conceptualization", "Data curation", "Funding acquisition"]
200
+ "roles": [
201
+ "Conceptualization",
202
+ "Data curation",
203
+ "Funding acquisition",
204
+ "Investigation"
205
+ ]
179
206
  },
180
207
  {
181
208
  "first_name": "Peter",
182
209
  "last_name": "Lee",
183
210
  "orcid": "0000-0002-3898-8881",
184
- "roles": ["Conceptualization", "Funding acquisition"]
211
+ "roles": ["Conceptualization", "Funding acquisition", "Investigation"]
212
+ },
213
+ {
214
+ "first_name": "Philippe",
215
+ "last_name": "Chaffanjon",
216
+ "orcid": "0000-0002-7954-2798",
217
+ "roles": ["Funding acquisition"]
218
+ },
219
+ {
220
+ "first_name": "Rebecca",
221
+ "last_name": "Shipley",
222
+ "orcid": "0000-0002-2818-6228",
223
+ "roles": ["Funding acquisition"]
224
+ },
225
+ {
226
+ "first_name": "Ryoko",
227
+ "last_name": "Egashira",
228
+ "orcid": "0000-0001-7566-546X",
229
+ "roles": ["Investigation"]
230
+ },
231
+ {
232
+ "first_name": "Simon",
233
+ "last_name": "Walker-Samuel",
234
+ "orcid": "0000-0003-3530-9166",
235
+ "roles": ["Funding acquisition"]
185
236
  },
186
237
  {
187
238
  "first_name": "Stijn",
188
239
  "last_name": "Verleden",
189
240
  "orcid": "0000-0002-9656-5844",
190
- "roles": ["Funding acquisition", "Resources"]
241
+ "roles": ["Resources"]
191
242
  },
192
243
  {
193
244
  "first_name": "Theresa",
194
245
  "last_name": "Urban",
195
246
  "orcid": "0000-0002-0352-8180",
196
247
  "roles": ["Data curation", "Investigation", "Software"]
248
+ },
249
+ {
250
+ "first_name": "Willi",
251
+ "last_name": "Wagner",
252
+ "orcid": null,
253
+ "roles": ["Funding acquisition"]
197
254
  }
198
255
  ],
199
256
  "doi": "10.15151/ESRF-DC-2184066672",
200
257
  "author_list": [
201
258
  "The Human Organ Atlas Collaboration",
202
259
  "Alexandre Bellier",
203
- "Anastasia Yendiki",
204
- "Bernadette de Bakker",
260
+ "Brian Bay",
205
261
  "Claire Walsh",
206
262
  "Danny Jonigk",
207
263
  "David Stansby",
264
+ "Elodie Boller",
265
+ "Eunjue Yi",
208
266
  "Guillaume Gaisne",
209
267
  "Hector Dejea I Velardo",
268
+ "Jishizhan Chen",
210
269
  "Joanna Purzycka",
211
270
  "Joseph Brunet",
212
271
  "Joseph Jacob",
213
272
  "Maximilian Ackermann",
273
+ "Olivier Palombi",
214
274
  "Paul Tafforeau",
215
275
  "Peter Lee",
276
+ "Philippe Chaffanjon",
277
+ "Rebecca Shipley",
278
+ "Ryoko Egashira",
279
+ "Simon Walker-Samuel",
216
280
  "Stijn Verleden",
217
- "Theresa Urban"
281
+ "Theresa Urban",
282
+ "Willi Wagner"
218
283
  ]
219
284
  },
220
285
  "metadata_version": "1.1"
@@ -81,13 +81,7 @@
81
81
  "Willi Wagner"
82
82
  ]
83
83
  },
84
- "registration": {
85
- "source_dataset": "LADAF-2020-31_brain_hippocampus_2.45um_bm05",
86
- "target_dataset": "LADAF-2020-31_brain_complete-organ_25.08um_bm05",
87
- "translation": [3744.647212922214, 1801.1225090914268, 2711.0471941068986],
88
- "rotation": 0.20008306913931156,
89
- "scale": 0.09768735671581703
90
- },
84
+ "registration": null,
91
85
  "citation": {
92
86
  "title": "Zoom (hippocampus) at 2.45um of the brain of donor LADAF-2020-31, scanned at ESRF on beamline BM05.",
93
87
  "contributors": [
@@ -87,7 +87,13 @@
87
87
  "Rebecca Shipley"
88
88
  ]
89
89
  },
90
- "registration": null,
90
+ "registration": {
91
+ "source_dataset": "LADAF-2021-17_brain_VOI-03.2_2.256um_bm18",
92
+ "target_dataset": "LADAF-2021-17_brain_complete-organ_7.72um_bm18",
93
+ "translation": [4263.227265344232, 4331.55200984121, 61.06221773571507],
94
+ "rotation": -34.29786969900008,
95
+ "scale": 0.29222907370962964
96
+ },
91
97
  "citation": {
92
98
  "title": "Zoom (VOI-03.2) at 2.256um of the brain of donor LADAF-2021-17, scanned at ESRF on beamline BM18.",
93
99
  "contributors": [
@@ -0,0 +1,240 @@
1
+ {
2
+ "name": "LADAF-2021-17_brain_complete-organ_7.72um_bm18",
3
+ "dataset_type": "overview",
4
+ "voi": "complete-organ",
5
+ "data": {
6
+ "shape": [18709, 18709, 21517],
7
+ "voxel_size_um": 7.72,
8
+ "gcs_url": "zarr://gs://ucl-hip-ct-35a68e99feaae8932b1d44da0358940b/LADAF-2021-17/brain/7.72um_complete-organ_bm18.ome.zarr/"
9
+ },
10
+ "sample": {
11
+ "organ": "brain",
12
+ "organ_context": null,
13
+ "post_mortem_interval_hours": null,
14
+ "fixation_method": null,
15
+ "fixation_medium": null,
16
+ "organ_infilled": null,
17
+ "stabilisation_medium": null,
18
+ "degassing_method": null,
19
+ "scan_solvent": null,
20
+ "scan_solvent_concentration": null,
21
+ "scan_temperature": "room temperature"
22
+ },
23
+ "donor": {
24
+ "id": "LADAF-2021-17",
25
+ "age": 63,
26
+ "sex": "M",
27
+ "weight": 60.0,
28
+ "height": 178.0,
29
+ "cause_of_death": "Pancreatic cancer",
30
+ "date_of_death": "2020-03-27",
31
+ "medical_history": "stomach hypertrophy noticed during autopsy, stomach liquid into the lungs",
32
+ "diabetes": null,
33
+ "hypertension": null,
34
+ "smoker": null
35
+ },
36
+ "scan": {
37
+ "date": "2022-08-17",
38
+ "beamline": "BM18",
39
+ "energy": 111.0,
40
+ "current_start": null,
41
+ "filling_mode": null,
42
+ "n_frames": 30000,
43
+ "n_ref": 10,
44
+ "n_dark": 3,
45
+ "latency_time": null,
46
+ "exposure_time": 0.03,
47
+ "subframe_time": null,
48
+ "n_subframes": null,
49
+ "scan_type": "zseries",
50
+ "scan_range": 360.0,
51
+ "n_scans": 33,
52
+ "acquisition": "quarter",
53
+ "z_step": null,
54
+ "scan_time": null,
55
+ "filters": null,
56
+ "scintillator": null,
57
+ "optic": null,
58
+ "optic_magnification": null,
59
+ "distance_source_sample": null,
60
+ "distance_sample_detector": 10000.0,
61
+ "sensor_name": null,
62
+ "sensor_mode": null,
63
+ "sensor_roi_x_size": 9599,
64
+ "sensor_roi_y_size": 21517,
65
+ "sensor_binning": null,
66
+ "pixel_size": 7.72,
67
+ "xray_magnification": null,
68
+ "technique": "Hierarchical Phase-Contrast Tomography (HiP-CT)",
69
+ "experiment_type": "Tomography"
70
+ },
71
+ "proposal": {
72
+ "proposal_number": "md1290",
73
+ "title": "Bridging the gap between cellular and whole body imaging using Hierarchical Phase-Contrast Tomography: HiP-CT",
74
+ "proposers": [
75
+ "Peter Lee",
76
+ "Claire Walsh",
77
+ "Brian Bay",
78
+ "Elodie Boller",
79
+ "Maximilian Ackermann",
80
+ "Alexandre Bellier",
81
+ "Olivier Palombi",
82
+ "Paul Tafforeau",
83
+ "Simon Walker-Samuel",
84
+ "Philippe Chaffanjon",
85
+ "Danny Jonigk",
86
+ "Willi Wagner",
87
+ "Rebecca Shipley"
88
+ ]
89
+ },
90
+ "registration": null,
91
+ "citation": {
92
+ "title": "Overview at 7.72um of the brain of donor LADAF-2021-17, scanned at ESRF on beamline BM18.",
93
+ "contributors": [
94
+ {
95
+ "first_name": "The",
96
+ "last_name": "Human Organ Atlas Collaboration",
97
+ "orcid": null,
98
+ "roles": []
99
+ },
100
+ {
101
+ "first_name": "Alexandre",
102
+ "last_name": "Bellier",
103
+ "orcid": "0000-0003-0907-0315",
104
+ "roles": ["Funding acquisition"]
105
+ },
106
+ {
107
+ "first_name": "Brian",
108
+ "last_name": "Bay",
109
+ "orcid": "0000-0002-6870-259X",
110
+ "roles": ["Funding acquisition"]
111
+ },
112
+ {
113
+ "first_name": "Claire",
114
+ "last_name": "Walsh",
115
+ "orcid": "0000-0003-3769-3392",
116
+ "roles": ["Conceptualization", "Funding acquisition"]
117
+ },
118
+ {
119
+ "first_name": "Danny",
120
+ "last_name": "Jonigk",
121
+ "orcid": "0000-0002-5251-2281",
122
+ "roles": ["Funding acquisition"]
123
+ },
124
+ {
125
+ "first_name": "David",
126
+ "last_name": "Stansby",
127
+ "orcid": "0000-0002-1365-1908",
128
+ "roles": ["Data curation", "Software"]
129
+ },
130
+ {
131
+ "first_name": "Elodie",
132
+ "last_name": "Boller",
133
+ "orcid": null,
134
+ "roles": ["Funding acquisition"]
135
+ },
136
+ {
137
+ "first_name": "Guillaume",
138
+ "last_name": "Gaisne",
139
+ "orcid": "0000-0002-3401-7930",
140
+ "roles": ["Data curation", "Software"]
141
+ },
142
+ {
143
+ "first_name": "Hector",
144
+ "last_name": "Dejea I Velardo",
145
+ "orcid": "0000-0003-2584-9812",
146
+ "roles": ["Data curation", "Investigation"]
147
+ },
148
+ {
149
+ "first_name": "Joanna",
150
+ "last_name": "Purzycka",
151
+ "orcid": "0000-0001-8742-5279",
152
+ "roles": ["Data curation"]
153
+ },
154
+ {
155
+ "first_name": "Joseph",
156
+ "last_name": "Brunet",
157
+ "orcid": "0000-0002-8424-9510",
158
+ "roles": ["Data curation", "Investigation", "Software"]
159
+ },
160
+ {
161
+ "first_name": "Maximilian",
162
+ "last_name": "Ackermann",
163
+ "orcid": "0000-0001-9996-2477",
164
+ "roles": ["Funding acquisition"]
165
+ },
166
+ {
167
+ "first_name": "Olivier",
168
+ "last_name": "Palombi",
169
+ "orcid": null,
170
+ "roles": ["Funding acquisition"]
171
+ },
172
+ {
173
+ "first_name": "Paul",
174
+ "last_name": "Tafforeau",
175
+ "orcid": "0000-0002-5962-1683",
176
+ "roles": ["Conceptualization", "Data curation", "Funding acquisition"]
177
+ },
178
+ {
179
+ "first_name": "Peter",
180
+ "last_name": "Lee",
181
+ "orcid": "0000-0002-3898-8881",
182
+ "roles": ["Conceptualization", "Funding acquisition"]
183
+ },
184
+ {
185
+ "first_name": "Philippe",
186
+ "last_name": "Chaffanjon",
187
+ "orcid": "0000-0002-7954-2798",
188
+ "roles": ["Funding acquisition"]
189
+ },
190
+ {
191
+ "first_name": "Rebecca",
192
+ "last_name": "Shipley",
193
+ "orcid": "0000-0002-2818-6228",
194
+ "roles": ["Funding acquisition"]
195
+ },
196
+ {
197
+ "first_name": "Simon",
198
+ "last_name": "Walker-Samuel",
199
+ "orcid": "0000-0003-3530-9166",
200
+ "roles": ["Funding acquisition"]
201
+ },
202
+ {
203
+ "first_name": "Theresa",
204
+ "last_name": "Urban",
205
+ "orcid": "0000-0002-0352-8180",
206
+ "roles": ["Data curation", "Investigation", "Software"]
207
+ },
208
+ {
209
+ "first_name": "Willi",
210
+ "last_name": "Wagner",
211
+ "orcid": null,
212
+ "roles": ["Funding acquisition"]
213
+ }
214
+ ],
215
+ "doi": null,
216
+ "author_list": [
217
+ "The Human Organ Atlas Collaboration",
218
+ "Alexandre Bellier",
219
+ "Brian Bay",
220
+ "Claire Walsh",
221
+ "Danny Jonigk",
222
+ "David Stansby",
223
+ "Elodie Boller",
224
+ "Guillaume Gaisne",
225
+ "Hector Dejea I Velardo",
226
+ "Joanna Purzycka",
227
+ "Joseph Brunet",
228
+ "Maximilian Ackermann",
229
+ "Olivier Palombi",
230
+ "Paul Tafforeau",
231
+ "Peter Lee",
232
+ "Philippe Chaffanjon",
233
+ "Rebecca Shipley",
234
+ "Simon Walker-Samuel",
235
+ "Theresa Urban",
236
+ "Willi Wagner"
237
+ ]
238
+ },
239
+ "metadata_version": "1.1"
240
+ }