We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8be966 commit 2ce460eCopy full SHA for 2ce460e
unmaintained/test_reference_pointing.py
@@ -63,6 +63,7 @@ class NoTargetsUpError(Exception):
63
# XXX Eventually pick closest source as our target, now take first one
64
target = observation_sources.targets[0]
65
target.add_tags("bfcal single_accumulation")
66
+ session.label('interferometric_pointing')
67
session.track(target, duration=opts.track_duration)
68
session.reference_pointing_scan(
69
target,
0 commit comments