Commit graph

7 commits

Author SHA1 Message Date
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
a45eca0b6e carried boundary flags all the way through to pruning; cleaned up pruning routines 2024-06-06 20:26:47 +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
f59fee9bf8 - fixed bug where omegaM was always 0.3 regardless of user input
- wrote out flagging of boundary and edge galaxies
- turned off placing of boundary particles
2024-06-05 17:28:16 +02:00
Paul M. Sutter
aded7a7c2c setting the stage for on-the-fly mask and edge calculation 2024-06-05 01:06:36 +02:00