-
Access to DC2 truth info such as SN parameters, stellar types, variability light curves, cluster locations, etc., has been requested by DP0 delegates, and the Rubin project has inquired if those data …
-
Combined zcatalogs should include header keywords to record the SURVEY, FAPRGRM, ZGROUP that went into them for the cases then they are all consistent, e.g.
e.g. zcatalog/ztile-main-dark-pernight.f…
-
Make edits in response to the following comments:
- (known in the field as "point sources) -> this parenthetical should be followed by a comma.
- Astropy Collaboration citation -> should this be a…
-
While working with the `f5` test run, I was comparing these two top-level files:
* `$DESI_SPECTRO_REDUX/f5/exposures-f5.fits`
* `$DESI_SPECTRO_REDUX/f5/tiles-f5.csv`
I found the following incon…
-
We need to be able to rapidly calculate the area or probability contained within the union of a set of ZTF fields. Each ZTF field is represented as a Region, which in turn is represented as rows in th…
-
| | |
| --- | --- |
| Bugzilla Link | [29128](https://llvm.org/bz29128) |
| Resolution | WORKSFORME |
| Resolved on | Jan 30, 2017 12:14 |
| Version | trunk |
| OS | Linux |
| Attachments | [Compile…
-
Hi @dsmiley,
I have been working on a prefix tree based on goggle S2 geometry (https://s2geometry.io/) to be used mainly with Geo3d shapes with very promising results, in particular for complex shape…
-
Hello,
I was trying to add MOC overlays to my all-sky plots using the `MOC.fill()` method but the resulting graph seems to have its axes modified.
I can try to give a minimal example, using a cu…
-
### Description
The method healpix_to_skycoord fails instead of giving the skycoord.
### Expected behavior
```python
skycoord_obj = hp.healpix_to_skycoord(55)
```
### Act…
-
I noticed it's possible to do, e.g.
```python
>>> hp = HEALPix(..., order="anything")
>>> hp.neighbours(0)
```
In which case the error ``ValueError: order must be 'nested' or 'ring'`` occurs…