Skip to content

Commit

Permalink
typo bug in compute_pol_derivatives
Browse files Browse the repository at this point in the history
  • Loading branch information
gfabbian committed May 29, 2020
1 parent 2db2768 commit c453336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s4cmb/input_sky.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ def compute_pol_derivatives(self, fromalm=False):
alm = hp.map2alm([self.I,self.Q,self.U], self.lmax)
Elm=alm[1]
Blm=alm[2]
lmax=hp.Alm.getlmax(alm.size)
lmax=hp.Alm.getlmax(Elm.size)
if 'P1' in self.derivatives_type:
out = alm2map_spin_der1([Elm,Blm], self.nside_in, 2)
self.dQdt =out[1][0]
Expand Down

0 comments on commit c453336

Please sign in to comment.