astrocats icon indicating copy to clipboard operation
astrocats copied to clipboard

Astrocats package for constructing astronomical catalogs

Results 21 astrocats issues
Sort by recently updated
recently updated
newest added

Trying to work through the examples to creat my own catalogue be when running the command python -m astrocats catalog import as listed in 1.2 of https://github.com/astrocatalogs/astrocats/wiki/Catalog-Creation-Guide I get this...

Hi, I was trying to search for some SNe (e.g., SN 2015bn, SN 2017egm, and SN 2018bsz) on the website, and it did not find the object. The picture is...

bug

We have a `Task` object defined in [`astrocats/catalog/task.py`](https://github.com/astrocatalogs/astrocats/blob/master/astrocats/catalog/task.py) which represents a to-do-task. These to-do-tasks include a function name (and the submodule they're located in) which should be executed to complete...

enhancement
brainstorm

See: http://astroquery.readthedocs.io/en/latest/skyview/skyview.html James: issues with different FITS formats for each survey, difficult to tell if image exists at all...

enhancement
brainstorm

- ~~The time restrictions should likely be less stringent (i.e. not require that the time is a number, or contains '-' or '/'; see: https://github.com/astrocatalogs/astrocats/blob/4463d65fe9f10fcd84f2c37f3fa8b6f147ed5668/astrocats/catalog/key.py#L248).~~ - It doesn't make sense...

bug

For example, in general if `Entry.add_photometry()` fails a `log.INFO` level message is passed. There should be an option to determine what logging level is used, and if an error or...

enhancement

The PHOTOMETRY and SPECTRA portions of the `Entry.sanitize()` functionality need to also be cleaned up and/or moved to `Supernovae`.

bug

This will remove a package dependency on `future`, which few people will have installed.