Skip to content

Commit

Permalink
Fixed polarization
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuneeta committed May 17, 2018
1 parent 0ccba85 commit e6da7e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hera_pspec/pspecdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -1257,8 +1257,8 @@ def pspec(self, bls1, bls2, dsets, pols, input_data_weight='identity', norm='I',
"Use hera_pspec.pspecdata.construct_blpairs()"
" to construct appropriately grouped baseline"
" lists.")
key1 = [(dsets[0],) + _blp[0] + (p[0],) for _blp in blp]
key2 = [(dsets[1],) + _blp[1] + (p[1],) for _blp in blp]
#key1 = [(dsets[0],) + _blp[0] + (p[0],) for _blp in blp]
#key2 = [(dsets[1],) + _blp[1] + (p[1],) for _blp in blp]
elif isinstance(blp, tuple):
# interpret blp as baseline-pair
key1 = (dsets[0],) + blp[0] + (p[0],)
Expand Down

0 comments on commit e6da7e6

Please sign in to comment.