Skip to content

Commit

Permalink
Fix missing wave solution bug
Browse files Browse the repository at this point in the history
  • Loading branch information
andreicuceu committed Feb 15, 2023
1 parent d56b142 commit a2408df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py/picca/raw_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ def write_delta_from_transmission(deltas, mean_flux, flux_variance, healpix, out
header['MJD'] = delta.mjd
header['FIBERID'] = delta.fiberid
header['ORDER'] = delta.order
header['WAVE_SOLUTION'] = 'lin' if lin_spaced else 'log'

cols = [
delta.log_lambda, delta.delta, delta.weights,
Expand Down

0 comments on commit a2408df

Please sign in to comment.