Skip to content

Commit

Permalink
use HealpixSkyMap for KNe and TDE large number of events
Browse files Browse the repository at this point in the history
  • Loading branch information
yoachim committed Nov 13, 2024
1 parent 6907a26 commit 94874d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rubin_sim/maf/batches/science_radar_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -1207,7 +1207,7 @@ def science_radar_batch(
run_name=runName,
summary_metrics=lightcurve_summary(),
display_dict=displayDict,
plot_funcs=[],
plot_funcs=[plots.HealpixSkyMap()],
)
bundleList.append(bundle)

Expand All @@ -1220,7 +1220,7 @@ def science_radar_batch(
run_name=runName,
summary_metrics=lightcurve_summary(),
display_dict=displayDict,
plot_funcs=[],
plot_funcs=[plots.HealpixSkyMap()],
)
bundleList.append(bundle)

Expand Down Expand Up @@ -1366,7 +1366,7 @@ def science_radar_batch(
info_label="single model",
summary_metrics=lightcurve_summary(),
display_dict=displayDict,
plot_funcs=[],
plot_funcs=[plots.HealpixSkyMap()],
)
bundleList.append(bundle)

Expand All @@ -1389,7 +1389,7 @@ def science_radar_batch(
info_label="all models",
summary_metrics=lightcurve_summary(),
display_dict=displayDict,
plot_funcs=[],
plot_funcs=[plots.HealpixSkyMap()],
)
bundleList.append(bundle)

Expand Down

0 comments on commit 94874d5

Please sign in to comment.