Skip to content

Commit

Permalink
Update TODO
Browse files Browse the repository at this point in the history
adding points that the manual is currently not addressing but are fully functional.
  • Loading branch information
Mara2016 authored Nov 21, 2024
1 parent b944f60 commit 37492b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TODO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Patches welcome for the following tasks:

* allow elliptical errors for the primary catalogue
* This would require, instead of one error column, three: sigma, correlation strength and orientation.
* This would require, instead of one error column, three: sigma, correlation strength and orientation. (questions: is this not done yet? it is just matter of updating the manual)
* Parallelisation:
* For the hashing: catalogues could be processed in parallel and the hash bins merged at the end.
* This should be relatively easy to implement if really needed.
Expand All @@ -12,4 +12,5 @@ Patches welcome for the following tasks:
* This should be easy to parallelise. Each group has a start and length, and computations are embarrassingly parallel.
* For other processing:
* Most computations operaten on the entire arrays. These could benefit from parallelisation in chunks, but usually these steps are not the slowest parts.
* add instructions on how to use NWAY considering and external probability and provide the grid.

0 comments on commit 37492b4

Please sign in to comment.