Paul M. Sutter
5bff8c0da3
central density calculation now uses correct normalization from survey volume
2025-04-23 15:22:07 -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
b9042c5ce7
new method for building void tree that avoids re-loading catalog
2025-04-21 17:30:58 -04:00
Paul M. Sutter
5d93a8a737
Tesllation seems stable with new boundary handling procedure. Rooted out strange adjacency record-keeping due to some galaxies connecting to guard particles. Zobov still generates warning about guard particle encounters, but this is fine for observational datasets because we don't trust the tesselation at the edge galaxies anyway.
2025-01-16 18:40:54 +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
78678881af
weighted volumes now propagate to pruning step
2024-06-07 12:17:17 +02: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
d48d740b78
fixed some dependency calls with new layout
2024-06-04 08:57:09 +02:00