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
4c48221699
continued removal of extranneous parameters
2025-04-22 21:38:13 -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
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
c0a69c4536
testing done on self-created masks, now reverting example to provided mask
2024-06-06 20:33:09 +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
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
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
541223fd07
re-added some essential routines; updated example sceipts to reflect new layout
2024-05-22 15:13:15 -04:00
Paul M. Sutter
cef05720a1
moved example datasets and config files to their own directory
2024-05-17 17:10:24 -04:00