Skip to content

Commit

Permalink
Double width of prior.
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanagreen committed Aug 5, 2024
1 parent 98eb3b1 commit fff0e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/desispec/scripts/qsoqn.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def selection_targets_with_QN(redrock, fibermap, sel_to_QN, DESI_TARGET, spectra
nboxes = 13

dl_bins = (l_max - l_min) / nboxes
a = 10**(dl_bins) - 1
a = 2 * (10**(dl_bins) - 1)
log.info(f"Using {a = } for redrock prior scaling")

if len(index_with_QN) == 0: # if there is no object for QN :(
Expand Down

0 comments on commit fff0e28

Please sign in to comment.