|
|
__init__(self,
ds9start=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
frame_cmd(self,
*cmds)
A catch-all command for anything that's not otherwise implemented. |
source code
|
|
|
|
del_frames(self,
framelist)
Note: deleting all the frames crashes ds9. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
scale_cmd(self,
*cmds)
A catch-all command for anything that's not otherwise implemented. |
source code
|
|
|
|
cmap_cmd(self,
*cmds)
A catch-all command for anything that's not otherwise implemented. |
source code
|
|
|
|
|
|
|
|
|
|
plot(self,
name,
xylist,
title='',
xlabel='',
ylabel='',
format='(x,y)',
line='solid',
color='black',
symbol=None) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|