-
Being able to make an independent copy of a given object is generally useful for almost all objects.
The use case I have in mind is this: I often write functions that take an input object (a Time, Co…
cdeil updated
3 years ago
-
### Description
When `astropy` downloads remote files, it can store them in a global cache; it can then avoid re-downloading them unless explicitly requested. For normal use this…
-
In version 3.0 of astropy, the analytic functions for astropy have been depreciated. This should be replaced with ` astropy.modeling.blackbody`
-
I was running some code that called FITS_tools and found that `imp` has been deprecated in python 3.12.
I see that the only method called is `imp.reload` so you may be able to swap it for `importli…
-
Within vetters.py have it return quantities instead of floats for the vetter values. this includes the values that get fed into the plotting function.
-
The documentation, particularly https://sbpy.readthedocs.io/en/stable/sbpy/photometry.html, but also the class docstrings, seems to be missing two key concepts regarding the disk integrated phase func…
-
This is a 'big picture' issue but we should in general make sure that anywhere that accepts filenames/paths in astropy can accept ``pathlib.Path`` objects. This is in the standard library and is a ver…
-
When running `compute_psf_from_sparta(raw_file)` we get
` [, , , , ]`
However, it is not clear what all these objects represent, as it is not documented.
Especially, how do I get from those …
-
Astropy has ``M_bol`` and ``m_bol`` objects in the same sub-package, and this causes issues when using sphinx-automodapi because MacOS X is case-insensitive meaning that the .rst pages for each of the…
-
### Description
If a FITS table has a column which both (i) has NaN values and (ii) is formatted (e.g., has a "{:10d}" format), an error occurs when trying to read such table using `Table.read()`.
#…