Commit graph

17 commits

Author SHA1 Message Date
Paul M. Sutter
23d665f7bd FIXED zobov bug when only using one subdomain; added zobov buffer as tunable parameter 2025-05-22 09:57:08 -04:00
Paul M. Sutter
8730193e71 size of subdivison buffer now a parameter 2025-05-22 09:13:19 -04:00
Paul M. Sutter
acdb19e6df removed unecessary figure directory 2025-04-24 13:58:26 -04:00
Paul M. Sutter
f8f960d7dd changed some things around for getting volume normalization to support reading old catalog files 2025-04-23 15:57:04 -04:00
Paul M. Sutter
ccc2d67cf1 renamed start and end stage parameters; removed unused 'regenerate' flag 2025-04-22 22:43:59 -04:00
Paul M. Sutter
4e87854490 eliminated extranneous/deprecated parameters: zRange (for filtering voids on redshift range during pruning) and fakeDensity (for inserting boundary particles) 2025-04-22 21:27:19 -04:00
Paul M. Sutter
cf97cfba5d Continuing development. Boundary handling seems to be stable and working. Now testing void finding. 2025-01-08 15:13:29 +08:00
Paul M. Sutter
3dce2593d9 Implemented (yet another) new boundary handling scheme, whereby we scan radially along survey edge while flagging nearest galaxies. The prepObservation routine was significantly cleaned up to accommodate this, but it was ultimately implemented in python (surveyTools.py) for ease of prototyping, with the intent to move it back into C later.
Some general housekeeping, making sure some new parameters are passed around correctly, and removing the storage of some unused files.

This update is considered HIGHLY UNSTABLE. It will almost certainly break somewhere for simulations.

Still under active development.
2025-01-07 20:04:29 +08:00
Paul M. Sutter
7e5a51d931 redshift boundary tolerance is now user-selectable 2024-06-07 11:58:36 +02:00
Paul M. Sutter
dd181da42a bug fixed related to different boundary handling procedure. no guarantee that it's correct (yet) but it runs 2024-06-06 00:49:53 +02:00
Paul M. Sutter
03c8f773b6 rename helper function from angularDiameter to comovingDistance since that's what it actually is 2024-06-05 23:16:21 +02:00
Paul M. Sutter
99a441013d renamed tolerance parameter to better reflect its function 2024-06-04 15:46:23 +02:00
Paul M. Sutter
4f78bb445b allowed high-z threshold for cutting to be user-selectable 2024-06-04 13:28:54 +02:00
Paul M. Sutter
ddcb971eae placed mergingThreshold parameter in defaults file 2024-06-04 11:19:07 +02:00
Paul M. Sutter
d48d740b78 fixed some dependency calls with new layout 2024-06-04 08:57:09 +02:00
Paul M. Sutter
288e2263b6 slightly rearranged vide pipeline files to reduce clutter 2024-05-22 19:05:04 -04:00
Paul M. Sutter
d7c0fbc720 renamed void_pipeline to vide_pipeline 2024-05-22 18:51:20 -04:00