-
I think we should try to split this up into as many pieces as possible, similar to how the pipelines here are represented https://github.com/bionode/bionode-example-dat-gasket/blob/master/package.json…
-
When creating a new catalog, we create many small files by sharding each input file to conform to the output catalog and then merging all of the files that belong to the same healpix pixel. Explore a …
-
I'm trying to convert an all-sky CAR projection to HEALPix. Because `reproject_to_healpix` calls `map_coordinates` with `mode='constant'` I get a strip of null pixels at the edges of the map. It wou…
-
When trying to pass `nest=True` to `healpy.query_strip`, the Python interpreter crashes:
```python
>>> import healpy
>>> healpy.query_strip(2, 1, 2, nest=True)
Error encountered at /Users/runner…
-
- #704
-
Astrometry accuracy is degraded in v3.4.5 wrt 3.2.0
Here are 2 examples illustrating the issue.
1. Cassiopea constellation drawing (example https://aladin.cds.unistra.fr/AladinLite/doc/API/examp…
tboch updated
2 months ago
-
Hi,
I am trying to install Libconviqt on my MacOS system but I get the next errors when I try to build and install the library:
```zsh
Making all in levels
Making all in c_utils
make[3]: Not…
-
3D refinement with subvolumes gives the error cited. Subvolumes extracted from WarpTools 2.0.0/dev28. reconstruct_particle gives a very nice reconstruction.
`mpirun --np 5 --oversubscribe relio…
-
Create method (or create it in macauff) to reduce the trilegal files into chunked reduced histograms.
We can store as a `.npy` mapping `(ra, dec) -> [histogram]`.
Create strategy for matching a …
-
Recently I learned about a this 'FileCheck' from llvm / MLIR [1]. It's basically checking if a log file has the expected lines (and the full version can do some pattern matching (one caveat: I don't t…