Module FITS :: Class FITSDisk
[hide private]
[frames] | no frames]

Class FITSDisk

source code

Class representing a (possibly remote) FITS disk. An instance of this class stores an FITS disk number and the URL of the proxy through which it can be accessed. For local FITS disks the URL will be None.

Instance Methods [hide private]
 
__init__(self, url, disk) source code
 
proxy(self)
Return the proxy through which this FITS disk can be accessed.
source code