Loading [MathJax]/extensions/tex2jax.js
LSSTApplications
18.1.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
q
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
g
h
i
l
m
n
o
p
r
s
t
u
v
w
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
Linux64
afw
18.1.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
"Axes(a=%r, b=%r, theta=%r)"
% (self.getA(), self.getB(), self.getTheta())
11
12
def
__str__
(self):
13
return
"(a=%s, b=%s, theta=%s)"
% (self.getA(), self.getB(), self.getTheta())
14
15
def
__reduce__
(self):
16
return
(Axes, (self.getA(), self.getB(), self.getTheta()))
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.__str__
def __str__(self)
Definition:
axesContinued.py:12
lsst::afw::geom::ellipses.axes.axesContinued.Axes.__repr__
def __repr__(self)
Definition:
axesContinued.py:9
lsst::afw::geom::ellipses.axes.axesContinued.Axes
Definition:
axesContinued.py:8
Generated on Thu Aug 8 2019 20:20:06 for LSSTApplications by
1.8.13