Skip to content

Commit f8e4ca4

Browse files
committed
Fix H-alpha plotting
1 parent b0b7231 commit f8e4ca4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tutorials/euclid_access/5_Euclid_intro_SPE_catalog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,8 @@ result_table = result.to_qtable()
237237
### Choose an object of interest, lets look at an object with a strong Halpha line detected with high SNR.
238238

239239
```{code-cell} ipython3
240+
result_table['object_id'] = result['object_id'].astype('int64')
241+
240242
obj_id = 2739401293646823742
241243
242244
obj_2739401293646823742 = result_table[(result_table['object_id'] == obj_id)]

0 commit comments

Comments
 (0)