Skip to content

Commit

Permalink
feat(analysis.fringestop): Add wterm option.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristpinsm committed Jul 17, 2020
1 parent 2874b64 commit 27070a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ch_pipeline/analysis/fringestop.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ class FringeStop(task.SingleTask):
source = config.Property(proptype=str)
overwrite = config.Property(proptype=bool, default=False)
telescope_rotation = config.Property(proptype=float, default=tools._CHIME_ROT)
wterm = config.Property(proptype=bool, default=False)

def process(self, tstream, inputmap):
"""Apply the fringe stop of CHIME data to a given source
Expand Down Expand Up @@ -97,6 +98,7 @@ def process(self, tstream, inputmap):
feeds=feeds,
src=src,
prod_map=prod_map,
wterm=self.wterm,
)

# Return telescope to default rotation
Expand Down
1 change: 1 addition & 0 deletions ch_pipeline/processing/beam.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
out: transits_fs
params:
source: *source_name
wterm: True
overwrite: True
- type: ch_pipeline.analysis.beam.TransitRegridder
Expand Down

0 comments on commit 27070a3

Please sign in to comment.