-
This is what some people call "an epic" in JIRA-land.
A long, long time ago, in the same galaxy, `astropy` existed when Python was youngish, pytest was younger (remember when we bundled pytest as a…
-
I know that this has come up in conversation at some point, but I think it would be really useful to use astropy units throughout this package, particularly at the user interface layer.
I fully rea…
-
See package structure at https://github.com/astropy/package-template.
Documentation style is numpy-compatible.
-
### Description
Fitting a model with the composition operator sometime like `(physical_model | response)` where physical model has units has one unit e.g. watts or photons etc and the response mode…
-
Add examples demonstrating
- [x] Comparison with approximation in Adachi & Kasai 2011
- [x] Comparison of pre-specified models with astropy
- [x] Comparison across parameter space with astropy
-…
-
There are several places throughout the package where using units would be extremely helpful to both the user and in reducing the number of validation checks needed, e.g. `ccd_offset`, `rot_xy`. I thi…
-
Issue to track progress of Cycle 4 funding request which was approved in https://github.com/astropy/astropy-project/pull/375 .
- [Project Description](https://github.com/astropy/astropy-project/blo…
-
Right now, some quantities like `.radius` act like attributes that don't need to be called with a `()`, and others like `.stellar_brightness(wavelength=...)` act like methods that must be called with …
-
Issue to track progress of Cycle 4 funding request which was approved in https://github.com/astropy/astropy-project/pull/392.
- [Project Description](https://github.com/astropy/astropy-project/blob…
-
It could potentially be valuable to add astropy table support to the pandas dataframe, allowing for the use of units (currently defined manually in self.units).