Loading [MathJax]/extensions/tex2jax.js
LSSTApplications
20.0.0
LSSTDataManagementBasePackage
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Typedefs
a
b
c
d
e
f
i
k
m
p
r
s
t
v
w
Enumerations
Enumerator
e
f
h
i
l
m
n
o
p
r
s
t
v
x
y
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Enumerations
a
b
c
d
e
f
i
k
l
m
p
s
t
v
w
Enumerator
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
u
v
w
x
y
Properties
Related Functions
a
b
c
d
e
f
i
k
m
o
p
s
t
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Functions
d
l
p
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
Macros
_
a
b
c
d
f
i
k
l
m
n
p
r
s
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
stack
1a1d771
Linux64
afw
20.0.0
python
lsst
afw
geom
ellipses
axes
axesContinued.py
Go to the documentation of this file.
1
__all__ = []
# import this module only for its side effects
2
3
from
lsst.utils
import
continueClass
4
from
.axes
import
Axes
5
6
7
@continueClass
# noqa: F811
8
class
Axes
:
9
def
__repr__
(self):
10
return
f
"Axes(a={self.getA()!r}, b={self.getB()!r}, theta={self.getTheta!r})"
11
12
def
__str__
(self):
13
return
f
"(a={self.getA()}, b={self.getB()}, theta={self.getTheta})"
14
15
def
__reduce__
(self):
16
return
(Axes, (self.getA(), self.getB(), self.getTheta()))
lsst::afw::geom::ellipses.axes.axesContinued.Axes.__repr__
def __repr__(self)
Definition:
axesContinued.py:9
lsst::afw::geom::ellipses.axes.axesContinued.Axes.__reduce__
def __reduce__(self)
Definition:
axesContinued.py:15
lsst::utils
Definition:
Backtrace.h:29
lsst::afw::geom::ellipses.axes.axesContinued.Axes
Definition:
axesContinued.py:8
lsst::afw::geom::ellipses.axes.axesContinued.Axes.__str__
def __str__(self)
Definition:
axesContinued.py:12
Generated on Wed Jun 24 2020 18:10:01 for LSSTApplications by
1.8.18