Skip to content

Commit

Permalink
add natural grad to hci
Browse files Browse the repository at this point in the history
  • Loading branch information
landmanbester committed Aug 20, 2024
1 parent d1885c3 commit eb15628
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions pfb/parser/hci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,11 @@ inputs:
default: false
info:
Concatenate gains and times across scan
natural-grad:
dtype: bool
default: false
info:
Compute naural gradient

_include:
- (.)gridding.yml
Expand Down
2 changes: 1 addition & 1 deletion pfb/workers/hci.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def _hci(**kw):
if opts.concat_time:
gds = xr.concat(gds, 'gain_time')

import ipdb; ipdb.set_trace()
# import ipdb; ipdb.set_trace()



Expand Down

0 comments on commit eb15628

Please sign in to comment.