Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit 4aec197

Browse files
committed
COMPASS v5.2.1 release notes :
- Add new geometric WFS method which takes into account pupil masks - Bug fixes: - Wind interpolation - Slope-based pyramid centroider "pyr" - Pupil transpose - Generic linear controller
1 parent 87c172f commit 4aec197

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+329
-238
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# COMPASS Change logs
22

33
- [COMPASS Change logs](#compass-change-logs)
4+
- [Release v5.2.1](#release-v521)
45
- [Release v5.2](#release-v52)
56
- [Release v5.1](#release-v51)
67
- [Release v5.0](#release-v50)
@@ -20,6 +21,17 @@
2021
- [Release v2.0](#release-v20)
2122
- [Release v1.1](#release-v11)
2223

24+
## Release v5.2.1
25+
26+
COMPASS v5.2.1 release notes :
27+
28+
- Add new geometric WFS method which takes into account pupil masks
29+
- Bug fixes:
30+
- Wind interpolation
31+
- Slope-based pyramid centroider "pyr"
32+
- Pupil transpose
33+
- Generic linear controller
34+
2335
## Release v5.2
2436

2537
COMPASS v5.2 release notes :

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
# General information about the project.
5757
project = u'COMPASS'
58-
copyright = u'2013-2017, COMPASS team'
58+
copyright = u'2011-2022, COMPASS team'
5959
author = u'COMPASS team'
6060

6161
# The version info for the project you're documenting, acts as replacement for

shesha/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
import subprocess, sys
88

9-
__version__ = "5.2.0"
9+
__version__ = "5.2.1"
1010

1111
def check_shesha_compass_versions():
1212
compass_package = subprocess.check_output('conda list compass | tail -n1',shell=True).decode(

shesha/ao/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
## @package shesha.ao
22
## @brief Python package for AO operations on COMPASS simulation
33
## @author COMPASS Team <https://github.com/ANR-COMPASS>
4-
## @version 5.2.0
5-
## @date 2020/05/18
4+
## @version 5.2.1
5+
## @date 2022/01/24
66
## @copyright GNU Lesser General Public License
77
#
88
# This file is part of COMPASS <https://anr-compass.github.io/compass/>
99
#
10-
# Copyright (C) 2011-2019 COMPASS Team <https://github.com/ANR-COMPASS>
10+
# Copyright (C) 2011-2022 COMPASS Team <https://github.com/ANR-COMPASS>
1111
# All rights reserved.
1212
# Distributed under GNU - LGPL
1313
#

shesha/ao/basis.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
## @package shesha.ao.basis
22
## @brief Functions for modal basis (DM basis, KL, Btt, etc...)
33
## @author COMPASS Team <https://github.com/ANR-COMPASS>
4-
## @version 5.2.0
5-
## @date 2020/05/18
4+
## @version 5.2.1
5+
## @date 2022/01/24
66
## @copyright GNU Lesser General Public License
77
#
88
# This file is part of COMPASS <https://anr-compass.github.io/compass/>
99
#
10-
# Copyright (C) 2011-2019 COMPASS Team <https://github.com/ANR-COMPASS>
10+
# Copyright (C) 2011-2022 COMPASS Team <https://github.com/ANR-COMPASS>
1111
# All rights reserved.
1212
# Distributed under GNU - LGPL
1313
#

shesha/ao/cmats.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
## @package shesha.ao.cmats
22
## @brief Computation implementations of command matrix
33
## @author COMPASS Team <https://github.com/ANR-COMPASS>
4-
## @version 5.2.0
5-
## @date 2020/05/18
4+
## @version 5.2.1
5+
## @date 2022/01/24
66
## @copyright GNU Lesser General Public License
77
#
88
# This file is part of COMPASS <https://anr-compass.github.io/compass/>
99
#
10-
# Copyright (C) 2011-2019 COMPASS Team <https://github.com/ANR-COMPASS>
10+
# Copyright (C) 2011-2022 COMPASS Team <https://github.com/ANR-COMPASS>
1111
# All rights reserved.
1212
# Distributed under GNU - LGPL
1313
#

shesha/ao/imats.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
## @package shesha.ao.imats
22
## @brief Computation implementations of interaction matrix
33
## @author COMPASS Team <https://github.com/ANR-COMPASS>
4-
## @version 5.2.0
5-
## @date 2020/05/18
4+
## @version 5.2.1
5+
## @date 2022/01/24
66
## @copyright GNU Lesser General Public License
77
#
88
# This file is part of COMPASS <https://anr-compass.github.io/compass/>
99
#
10-
# Copyright (C) 2011-2019 COMPASS Team <https://github.com/ANR-COMPASS>
10+
# Copyright (C) 2011-2022 COMPASS Team <https://github.com/ANR-COMPASS>
1111
# All rights reserved.
1212
# Distributed under GNU - LGPL
1313
#

shesha/ao/modopti.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
## @package shesha.ao.modopti
22
## @brief Functions used for modal optimization control
33
## @author COMPASS Team <https://github.com/ANR-COMPASS>
4-
## @version 5.2.0
5-
## @date 2020/05/18
4+
## @version 5.2.1
5+
## @date 2022/01/24
66
## @copyright GNU Lesser General Public License
77
#
88
# This file is part of COMPASS <https://anr-compass.github.io/compass/>
99
#
10-
# Copyright (C) 2011-2019 COMPASS Team <https://github.com/ANR-COMPASS>
10+
# Copyright (C) 2011-2022 COMPASS Team <https://github.com/ANR-COMPASS>
1111
# All rights reserved.
1212
# Distributed under GNU - LGPL
1313
#

shesha/ao/tomo.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
## @package shesha.ao.tomo
22
## @brief Computation of tomographic reconstructor
33
## @author COMPASS Team <https://github.com/ANR-COMPASS>
4-
## @version 5.2.0
5-
## @date 2020/05/18
4+
## @version 5.2.1
5+
## @date 2022/01/24
66
## @copyright GNU Lesser General Public License
77
#
88
# This file is part of COMPASS <https://anr-compass.github.io/compass/>
99
#
10-
# Copyright (C) 2011-2019 COMPASS Team <https://github.com/ANR-COMPASS>
10+
# Copyright (C) 2011-2022 COMPASS Team <https://github.com/ANR-COMPASS>
1111
# All rights reserved.
1212
# Distributed under GNU - LGPL
1313
#

shesha/ao/wfs.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
## @package shesha.ao.wfs
22
## @brief On the fly modification of the WFS
33
## @author COMPASS Team <https://github.com/ANR-COMPASS>
4-
## @version 5.2.0
5-
## @date 2020/05/18
4+
## @version 5.2.1
5+
## @date 2022/01/24
66
## @copyright GNU Lesser General Public License
77
#
88
# This file is part of COMPASS <https://anr-compass.github.io/compass/>
99
#
10-
# Copyright (C) 2011-2019 COMPASS Team <https://github.com/ANR-COMPASS>
10+
# Copyright (C) 2011-2022 COMPASS Team <https://github.com/ANR-COMPASS>
1111
# All rights reserved.
1212
# Distributed under GNU - LGPL
1313
#

0 commit comments

Comments
 (0)