Skip to content

Commit

Permalink
force Gaussian kernel to be symmetric
Browse files Browse the repository at this point in the history
  • Loading branch information
mmccrackan committed May 16, 2023
1 parent 3e1b48f commit a6cba03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/citlali/core/timestream/rtc/rtcproc.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ auto RTCProc::run(TCData<TCDataKind::RTC, Eigen::MatrixXd> &in,
SPDLOG_DEBUG("creating kernel timestream");
if (kernel.type == "gaussian") {
SPDLOG_DEBUG("creating symmetric gaussian kernel");
kernel.create_gaussian_kernel(in_pol, pixel_axes, redu_type, calib.apt, in_pol.pointing_offsets_arcsec.data,
kernel.create_symmetric_gaussian_kernel(in_pol, pixel_axes, redu_type, calib.apt, in_pol.pointing_offsets_arcsec.data,
det_indices);
}
else if (kernel.type == "airy") {
Expand Down

0 comments on commit a6cba03

Please sign in to comment.