Closed zhang-zhixiang closed 2 years ago
I found the errorbar bar of SED_no_model is too small in red wavelength. I think maybe you forgot to multiply the errors with wavelength?
for c, w, fl, fe, bp, fi in zip( colors[self.star.filter_mask], self.wave, self.flux, self.flux_er, self.bandpass, used_f): ax.errorbar(w, fl * w, xerr=bp, yerr=fe, fmt='', ecolor=c, marker=None)
Thanks for catching this! It has been fixed now :)
I found the errorbar bar of SED_no_model is too small in red wavelength. I think maybe you forgot to multiply the errors with wavelength?