mirror of
https://github.com/Richard-Sti/csiborgtools_public.git
synced 2025-05-20 17:41:13 +00:00
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:
parent
eccd8e3507
commit
9ae93bed14
5 changed files with 142 additions and 82 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue