Skip to content

Commit

Permalink
better release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingfrog81 committed Mar 30, 2016
1 parent 1770227 commit 34b1de7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
## v0.6.4

Release notes:
- [x] Added warning message if target coordinate are specified in equatorial
frame without RA being specified in hours. Fixes #14.
- [x] Added warning message if target coordinates are specified in equatorial
frame including sexagesimal RA without 'h' suffix. Fixes #14.
- [x] Added **SKYDIP** scan mode.
- [x] Total Power backend configuration did not handle properly the enable
string. Fixes #15.
- [x] Disable Tsys measurents on Xarcos backend. Fixes #16.
- [x] Disable Tsys measurements on Xarcos backend. Fixes #16.
- [x] Better error messages

**Note On Skydip**: **SKYDIP** scan mode can be used as any other scan mode
and it presents the same set of options. The skydip will be executed with a fixed
offset of 1.0 degrees in azimuth with respect to the specified source
coordinates.
offset of 1.0 degrees in azimuth with respect to the specified target.

## v0.6.3

Expand Down
2 changes: 1 addition & 1 deletion src/scanmode/scanmode.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def do_scan(self, _target, _receiver, _frequency):
try:
return self._do_scan(_target, _receiver, _frequency)
except Exception, e:
message = "Scan %s on target %s: %s" %\
message = "Scan %s on target %s\n\t%s" %\
(self.name,
_target.label,
e.message)
Expand Down

0 comments on commit 34b1de7

Please sign in to comment.