iotbx.detectors
index
/net/chevy/raid1/rwgk/dist/cctbx_project/iotbx/detectors/__init__.py

 
Package Contents
       
adsc
adsc_module
beam_center_convention
bruker
cbf
detectorbase
edf
macscience
mar
marIP
pilatus_minicbf
pilatus_slice
raxis
raxis_nonsquare
raxisbase
saturn
test_mar
test_raxis2
tst_adsc
tst_debug_write
url_support

 
Classes
       
exceptions.Exception(exceptions.BaseException)
ImageException
iotbx.detectors.detectorbase.DetectorImageBase(__builtin__.object)
EDFWrapper(iotbx.detectors.edf.EDFImage, iotbx.detectors.detectorbase.DetectorImageBase)
iotbx.detectors.edf.EDFImage
EDFWrapper(iotbx.detectors.edf.EDFImage, iotbx.detectors.detectorbase.DetectorImageBase)

 
class EDFWrapper(iotbx.detectors.edf.EDFImage, iotbx.detectors.detectorbase.DetectorImageBase)
    
Method resolution order:
EDFWrapper
iotbx.detectors.edf.EDFImage
iotbx.detectors.detectorbase.DetectorImageBase
__builtin__.object

Methods defined here:
__init__(self, filename)
readHeader(self)

Methods inherited from iotbx.detectors.edf.EDFImage:
read(self)

Methods inherited from iotbx.detectors.detectorbase.DetectorImageBase:
__getattr__(self, attr)
bin_safe_set_data(self, new_data_array)
copy_common_attributes_from_parent_instance(self, parentobject)
debug_write(self, fileout, mod_data=None)
endian_swap_required(self)
fileLength(self)
getEndian(self)
setBin(self, bin)
set_beam_center_convention(self, beam_center_convention)
show_header(self)

Data descriptors inherited from iotbx.detectors.detectorbase.DetectorImageBase:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Data and other attributes inherited from iotbx.detectors.detectorbase.DetectorImageBase:
data_types = {'BEAM_CENTER_X': <type 'float'>, 'BEAM_CENTER_Y': <type 'float'>, 'CCD_IMAGE_SATURATION': <type 'int'>, 'DETECTOR_SN': <type 'str'>, 'DISTANCE': <type 'float'>, 'OSC_RANGE': <type 'float'>, 'OSC_START': <type 'float'>, 'PHI': <type 'float'>, 'PIXEL_SIZE': <type 'float'>, 'SIZE1': <type 'int'>, ...}

 
class ImageException(exceptions.Exception)
    
Method resolution order:
ImageException
exceptions.Exception
exceptions.BaseException
__builtin__.object

Data descriptors defined here:
__weakref__
list of weak references to the object (if defined)

Methods inherited from exceptions.Exception:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from exceptions.Exception:
__new__ = <built-in method __new__ of type object at 0x74e240>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from exceptions.BaseException:
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__getitem__(...)
x.__getitem__(y) <==> x[y]
__getslice__(...)
x.__getslice__(i, j) <==> x[i:j]
 
Use of negative indices is not supported.
__reduce__(...)
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
__setstate__(...)
__str__(...)
x.__str__() <==> str(x)
__unicode__(...)

Data descriptors inherited from exceptions.BaseException:
__dict__
args
message

 
Functions
       
Bin2_by_2(...)
Bin2_by_2( (int)arg1) -> int :
 
    C++ signature :
        scitbx::af::versa<int, scitbx::af::flex_grid<scitbx::af::small<long, 10ul> > > Bin2_by_2(scitbx::af::versa<int, scitbx::af::flex_grid<scitbx::af::small<long, 10ul> > >)
ImageFactory(filename)
MakeSquareRAXIS(...)
MakeSquareRAXIS( (int)arg1, (int)arg2, (int)arg3, (int)arg4) -> int :
 
    C++ signature :
        scitbx::af::versa<int, scitbx::af::flex_grid<scitbx::af::small<long, 10ul> > > MakeSquareRAXIS(int,int,int,scitbx::af::versa<int, scitbx::af::flex_grid<scitbx::af::small<long, 10ul> > >)
ReadADSC(...)
ReadADSC( (str)arg1, (int)arg2, (int)arg3, (int)arg4, (int)arg5) -> int :
 
    C++ signature :
        scitbx::af::versa<int, scitbx::af::flex_grid<scitbx::af::small<long, 10ul> > > ReadADSC(std::string,long,long,long,int)
ReadDIP(...)
ReadDIP( (str)arg1, (int)arg2, (int)arg3, (bool)arg4) -> int :
 
    C++ signature :
        scitbx::af::versa<int, scitbx::af::flex_grid<scitbx::af::small<long, 10ul> > > ReadDIP(std::string,long,long,bool)
ReadMAR(...)
ReadMAR( (str)arg1, (int)arg2, (int)arg3, (int)arg4, (int)arg5) -> int :
 
    C++ signature :
        scitbx::af::versa<int, scitbx::af::flex_grid<scitbx::af::small<long, 10ul> > > ReadMAR(std::string,long,long,long,int)
ReadRAXIS(...)
ReadRAXIS( (str)arg1, (int)arg2, (int)arg3, (int)arg4, (bool)arg5) -> int :
 
    C++ signature :
        scitbx::af::versa<int, scitbx::af::flex_grid<scitbx::af::small<long, 10ul> > > ReadRAXIS(std::string,int,long,long,bool)
TrySingleImageType(filename, image_type)
WriteADSC(...)
WriteADSC( (str)arg1, (int)arg2, (int)arg3, (int)arg4, (int)arg5) -> None :
 
    C++ signature :
        void WriteADSC(std::string,scitbx::af::versa<int, scitbx::af::flex_grid<scitbx::af::small<long, 10ul> > >,long,long,int)
unpad_raxis(...)
unpad_raxis( (str)arg1, (int)arg2, (int)arg3) -> str :
 
    C++ signature :
        std::string unpad_raxis(std::string,int,int)

 
Data
        all_image_types = [<class 'iotbx.detectors.EDFWrapper'>, <class 'iotbx.detectors.saturn.SaturnImage'>, <class 'iotbx.detectors.macscience.DIPImage'>, <class 'iotbx.detectors.adsc.ADSCImage'>, <class 'iotbx.detectors.mar.MARImage'>, <class 'iotbx.detectors.marIP.MARIPImage'>, <class 'iotbx.detectors.raxis.RAXISImage'>, <class 'iotbx.detectors.raxis_nonsquare.NonSquareRAXISImage'>, <class 'iotbx.detectors.pilatus_minicbf.PilatusImage'>, <class 'iotbx.detectors.cbf.CBFImage'>, <class 'iotbx.detectors.bruker.BrukerImage'>]
all_url_types = [<function pilatus_slice_from_file_url at 0x298f050>, <function pilatus_slice_from_http_url at 0x2997f50>, <function ADSC_module_from_file_url at 0x298faa0>]
names_and_types = {'ADSC': <class 'iotbx.detectors.adsc.ADSCImage'>, 'Bruker': <class 'iotbx.detectors.bruker.BrukerImage'>, 'CBF': <class 'iotbx.detectors.cbf.CBFImage'>, 'DIP': <class 'iotbx.detectors.macscience.DIPImage'>, 'EDF': <class 'iotbx.detectors.EDFWrapper'>, 'MAR': <class 'iotbx.detectors.mar.MARImage'>, 'MARIP': <class 'iotbx.detectors.marIP.MARIPImage'>, 'NonSquareRAXIS': <class 'iotbx.detectors.raxis_nonsquare.NonSquareRAXISImage'>, 'Pilatus': <class 'iotbx.detectors.pilatus_minicbf.PilatusImage'>, 'RAXIS': <class 'iotbx.detectors.raxis.RAXISImage'>, ...}