astronomy-python
astronomy-python copied to clipboard
:robot: This is an automated build Update Workflows from sandpaper version 0.11.16 -> 0.16.2 - Auto-generated by [create-pull-request][1] on 2024-02-27T00:01+00:00 [1]: https://github.com/carpentries/create-pull-request/tree/main
### What is the problem? When we plot the photometry selection shaded area, the solution should include `plot_cmd(candidate_df)` ### Location of problem (optional) https://datacarpentry.org/astronomy-python/08-plot.html#adding-the-shaded-regions
### What is the problem? In item 1 there are two typos: ``` To do that we will: 1. Use the JOIN operator to look up each Pan-STARRS obj_id for...
### What is the problem? In Plotting One More Time, the screenshot of the top panel of Fig 1 does not have numbers or an axis label on the x-axis...
### What is the problem? In Starting from this Episode, we have from `gala.coordinates import GD1Koposov10, GD1, reflex_correct` but `GD1` isn't in gala.coordinates and I don't think we use it....
Wrt the [Plotting and Tabular Data episode](https://datacarpentry.org/astronomy-python/03-transform/index.html): ``` type(polygon_results['ra']) ``` gives me a `astropy.table.column.MaskedColumn` instead of `astropy.table.column.Column`.
### What is the problem? Dimensional is mis-spelled ### Location of problem (optional) https://datacarpentry.org/astronomy-python/02-coords.html#defining-a-polygon
### How could the content be improved? In episode 1 under Datbases and Tables we have 95 columns, the query now returns 96 ### Which part of the content does...
### What is the problem? A number of learners are getting the error: ``` conda env create -f environment.yml Collecting package metadata (repodata.json): done Solving environment: failed ResolvePackageNotFound: - gala...
### What is the problem? When cell 8 is run: ``` from episode_functions import * ``` an error is issued regarding the latex formatting in lines 127 and 128 of...