John W. Campbell
This is an interface for outputting predicted spot details
(Laue method) for the Laue spot prediction methods such as
predictLaueSpots(..) in the JdlCrystalCalculations class.
Definition and methods:
Class Details
Accessible Fields
Methods
- Package:
- Jdl.JdlPX;
- Class name:
- JdlLaueSpotOutputHandler
- Class definition:
- public interface JdlLaueSpotOutputHandler
- Extends:
- Object
- Implements:
- none
- Actions:
- none
No fields with public, package or protected access defined.
This interface has a single method to perform the required output.
Method:
Output reflection - outputPredictedSpot
A method for use with the Laue image spot prediction
method predictLaueSpots(..) in JdlCrystalCalculations. The method is
used normally to determine and check detector coordinates and perform
and additional checks on systematic absences which have not been
already derived from the lattice type. For multiple spots, the harmonic
details should also be re-calculated making use of the detailed
systematic absence calculations e.g. using the JdlSymmetry object's
resetHarmonicDetails() method.
- Method Definition:
- public boolean outputPredictedSpot (JdlGeneratedLaueSpot spot)
- Parameters List:
- none
- Method Return:
-
Error return: Return true if an error found, otherwise false.
⇑ Up 2
⇑ Up 1
⇑ Top of this