We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dcbd171 + af415be commit c224341Copy full SHA for c224341
swift-pipeline
@@ -227,6 +227,8 @@ if __name__ == "__main__":
227
)
228
229
230
+ box_size_correction_directory = f"{config.config_directory}/box_size_corrections"
231
+
232
print_if_debug("Loading snapshot metadata")
233
snapshots = [
234
load_snapshot(f"{input}/{snapshot}")
@@ -268,6 +270,7 @@ if __name__ == "__main__":
268
270
269
271
auto_plotter = AutoPlotter(
272
auto_plotter_configs, observational_data_directory=observational_data_path,
273
+ correction_directory=box_size_correction_directory,
274
275
276
halo_catalogue_filename = f"{args.input[0]}/{args.catalogues[0]}"
0 commit comments