We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b7231 commit f8e4ca4Copy full SHA for f8e4ca4
tutorials/euclid_access/5_Euclid_intro_SPE_catalog.md
@@ -237,6 +237,8 @@ result_table = result.to_qtable()
237
### Choose an object of interest, lets look at an object with a strong Halpha line detected with high SNR.
238
239
```{code-cell} ipython3
240
+result_table['object_id'] = result['object_id'].astype('int64')
241
+
242
obj_id = 2739401293646823742
243
244
obj_2739401293646823742 = result_table[(result_table['object_id'] == obj_id)]
0 commit comments