Skip to content

Commit c224341

Browse files
authored
Merge pull request #27 from SWIFTSIM/box-size-correction
Added support for box size corrections.
2 parents dcbd171 + af415be commit c224341

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

swift-pipeline

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@ if __name__ == "__main__":
227227
)
228228
)
229229

230+
box_size_correction_directory = f"{config.config_directory}/box_size_corrections"
231+
230232
print_if_debug("Loading snapshot metadata")
231233
snapshots = [
232234
load_snapshot(f"{input}/{snapshot}")
@@ -268,6 +270,7 @@ if __name__ == "__main__":
268270

269271
auto_plotter = AutoPlotter(
270272
auto_plotter_configs, observational_data_directory=observational_data_path,
273+
correction_directory=box_size_correction_directory,
271274
)
272275

273276
halo_catalogue_filename = f"{args.input[0]}/{args.catalogues[0]}"

0 commit comments

Comments
 (0)