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

 
Package Contents
       
adsc
bruker
cbf
detectorbase
macscience
mar
marIP
pilatus_minicbf
raxis
raxis_nonsquare
raxisbase
saturn
test_mar
test_raxis2
tst_adsc
tst_debug_write

 
Classes
       
exceptions.Exception(exceptions.BaseException)
ImageException

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

Methods defined here:
__init__(self, string)
__str__(self)

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

Data and other attributes inherited from exceptions.Exception:
__new__ = <built-in method __new__ of type object at 0x74de80>
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__(...)
__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, (int)arg5) -> int :
 
    C++ signature :
        scitbx::af::versa<int, scitbx::af::flex_grid<scitbx::af::small<long, 10ul> > > ReadRAXIS(std::string,int,long,long,int)
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.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'>]