Commit graph

6 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
d7c0fbc720 renamed void_pipeline to vide_pipeline 2024-05-22 18:51:20 -04:00
31bd324e66 Update the readme 2021-04-15 16:55:36 +02:00
e84b6de89e Update README 2021-04-07 08:53:02 +02:00
569a7e40e6 Add some temporary instructions for executing on simulations 2021-02-25 14:07:00 +02:00
affb56ff48 Merged in python3 (pull request #5)
Port to python3, large code cleanup

* Fixed command line for cosmotool

* Fix path

* Dump command line is log file

* Fix important typo

* Modify paths for example

* Fix path again

* Use an explicit constructor

* Change file to open (python 2->3)

* python3 fix for xrange in periodic_kdtree.py

* Fixed index for Np, numPart, numZones, numZonesTot, partID, zoneID in catalogUtil.py
2020-12-29 08:56:33 +00:00
Renamed from README (Browse further)