Add dumping to ASCII of halos (#89)

* Rename file

* Add argument

* Add ASCII positions paths

* Add halo positions dumping

* Update halo catalogues
This commit is contained in:
Richard Stiskalek 2023-09-03 12:11:39 +01:00 committed by GitHub
parent eccd8e3507
commit 9ae93bed14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 142 additions and 82 deletions

View file

@ -180,6 +180,8 @@ if __name__ == "__main__":
help="Field in RSP?")
parser.add_argument("--nrand", type=int, required=True,
help="Number of rand. positions to evaluate the field")
parser.add_argument("--simname", type=str, default="csiborg",
choices=["csiborg"], help="Simulation name")
args = parser.parse_args()
paths = csiborgtools.read.Paths(**csiborgtools.paths_glamdring)