Skip to content

Commit 9e9914a

Browse files
Merge branch 'dev'
2 parents 4729afe + 933e451 commit 9e9914a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from Source.SeaBASSHeaderWindow import SeaBASSHeaderWindow
2828
from Source.Utilities import Utilities
2929

30-
VERSION = "1.2.11"
30+
VERSION = "1.2.12"
3131

3232

3333
class Window(QtWidgets.QWidget):

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ retrieval. Data outputs are formatted to text files for submission to the [SeaBA
1616
Currently, HyperCP supports <a href='https://www.seabird.com/'>Sea-Bird Scientific</a> HyperSAS packages with and
1717
without SolarTracker or pySAS robotic platforms as well as [TriOS](https://www.trios.de/en/radiometers.html) used in manual configuration. If you are interested in integrating support for your platform, contact us at the email addresses below or in the Discussions tab of the GitHub repository.
1818

19-
## Version 1.2.11
19+
## Version 1.2.12
2020

2121
```
2222
The MIT license

Source/ProcessL2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1657,7 +1657,7 @@ def _sliceRawData(ES_raw, LI_raw, LT_raw):
16571657
if isinstance(RelAzXSlice, list):
16581658
RelAzXSlice = RelAzXSlice[0]
16591659

1660-
# RelAzXSlice = abs(RelAzXSlice)
1660+
RelAzXSlice = abs(RelAzXSlice)
16611661

16621662
# Only required in Zhang17 currently
16631663
try:

0 commit comments

Comments
 (0)