John W. Campbell
This class is used to read an ADSC detector format X-ray diffraction image
file. An object of this class may be passed to a method which accepts, as a
parameter, an object implementing the 'JdlImageReader' interface.
Class, constructors and methods:
Class Details
Accessible Fields
Constructors
Methods
- Package:
- Jdl.JdlPX;
- Class name:
- JdlADSCImageReader
- Class definition:
- public class JdlADSCImageReader
- Extends:
- Object
- Implements:
- JdlImageReader
- Actions:
- none
The following accessible fields have been defined:
- int newline
- Constructor
Create a JdlADSCImageReader object
A single constructor is available.
Constructor:
Constructor
- Constructor Definition:
- public JdlADSCImageReader ()
- Parameters List:
- none
This section contains a single method for setting or re-setting the quick
reading option for ADSC image files.
Methods:
Quick read mode - setQuick
Set or reset quick reading mode for ADSC images.
- Method Definition:
- public void setQuick(boolean quick, int nsamp)
- Parameters List:
- quick
- If true, set quick reading mode; if false reset to standard
reading mode.
- nsamp
- The image sampling factor required (select every 'nsamp'th'
pixel along each image axis. (ignored (i.e. reset to 1) if 'quick' is false)
⇑ Up 2
⇑ Up 1
⇑ Top of this