Package gmisclib :: Module g_ds9 :: Class ds9_file
[frames] | no frames]

Class ds9_file

source code


This is just a convenient way to write regions to a file, instead of writing them to a ds9 session. Note that plots and other interactive things are simply no-ops.

Instance Methods
 
__init__(self, fd)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
select_frame(self, i) source code
 
add_region(self, region) source code
 
comment(self, s) source code
 
flush(self) source code
 
plot(self, name, *args, **kwargs) source code
 
list_plots(self) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

__init__(self, fd)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)