Skip to content

Commit 80115cf

Browse files
committed
replacing gala imports and adding text to episode 3
1 parent 099c527 commit 80115cf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

episodes/03-transform.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,10 +434,11 @@ That might seem like a strange thing to do, but here is the motivation:
434434
With this preparation, we can use `reflex_correct` from Gala
435435
([documentation
436436
here](https://gala-astro.readthedocs.io/en/latest/api/gala.coordinates.reflex_correct.html))
437-
to correct for the motion of the solar system.
437+
to correct for the motion of the solar system which we have included as a stand alone file
438+
in the `student_download`.
438439

439440
```python
440-
from gala.coordinates import reflex_correct
441+
from reflex import reflex_correct
441442

442443
skycoord_gd1 = reflex_correct(transformed)
443444
```

0 commit comments

Comments
 (0)