Skip to content

Commit f131126

Browse files
authored
Merge pull request #382 from HERA-Team/support-future-array-shapes
Implemented compatibility with UVData future_array_shapes
2 parents a6ea0a4 + 68d0995 commit f131126

26 files changed

+4525
-1366
lines changed

examples/Average_spectra_example.ipynb

Lines changed: 65 additions & 67 deletions
Large diffs are not rendered by default.

examples/Bootstrap_example.ipynb

Lines changed: 22 additions & 30 deletions
Large diffs are not rendered by default.

examples/DesignReview_WarmUp.ipynb

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
{
2424
"cell_type": "code",
25-
"execution_count": 4,
25+
"execution_count": 1,
2626
"metadata": {
2727
"collapsed": true
2828
},
@@ -218,25 +218,39 @@
218218
},
219219
"outputs": [],
220220
"source": []
221+
},
222+
{
223+
"cell_type": "code",
224+
"execution_count": null,
225+
"metadata": {},
226+
"outputs": [],
227+
"source": []
228+
},
229+
{
230+
"cell_type": "code",
231+
"execution_count": null,
232+
"metadata": {},
233+
"outputs": [],
234+
"source": []
221235
}
222236
],
223237
"metadata": {
224238
"kernelspec": {
225-
"display_name": "Python 2",
239+
"display_name": "hera_pspec",
226240
"language": "python",
227-
"name": "python2"
241+
"name": "python3"
228242
},
229243
"language_info": {
230244
"codemirror_mode": {
231245
"name": "ipython",
232-
"version": 2
246+
"version": 3
233247
},
234248
"file_extension": ".py",
235249
"mimetype": "text/x-python",
236250
"name": "python",
237251
"nbconvert_exporter": "python",
238-
"pygments_lexer": "ipython2",
239-
"version": "2.7.13"
252+
"pygments_lexer": "ipython3",
253+
"version": "3.10.12"
240254
}
241255
},
242256
"nbformat": 4,

examples/Error_estimation_example.ipynb

Lines changed: 50 additions & 49 deletions
Large diffs are not rendered by default.

examples/Forming_PseudoStokes_Vis.ipynb

Lines changed: 28 additions & 31 deletions
Large diffs are not rendered by default.

examples/Inverse_sinc_weighting_example.ipynb

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

examples/Overview_Core_Pspec_functions.ipynb

Lines changed: 3833 additions & 287 deletions
Large diffs are not rendered by default.

examples/PS_estimation_example.ipynb

Lines changed: 117 additions & 258 deletions
Large diffs are not rendered by default.

examples/PSpecBeam_tutorial.ipynb

Lines changed: 25 additions & 9 deletions
Large diffs are not rendered by default.

examples/Plotting_examples.ipynb

Lines changed: 54 additions & 35 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)