Skip to content

Commit

Permalink
Disable LSF on output spectrum
Browse files Browse the repository at this point in the history
  • Loading branch information
cschreib committed Aug 4, 2023
1 parent 7e9cef2 commit cb7b91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fast++-gridder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,7 @@ bool gridder_t::build_template_impl(uint_t iflat, bool nodust,
}

// Apply LSF
convolve_obs(lam, flux);
// convolve_obs(lam, flux);

// Integrate
iflux.resize(input.lambda.size());
Expand Down

0 comments on commit cb7b91c

Please sign in to comment.