06.2026
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
package sparseviewer.mda;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
public class MdaScan {
|
||||
|
||||
public int rank;
|
||||
public int npts;
|
||||
public int currPt;
|
||||
|
||||
public int[] lowerScanOffsets;
|
||||
|
||||
public String name;
|
||||
public String time;
|
||||
|
||||
public int np;
|
||||
public int nd;
|
||||
public int nt;
|
||||
|
||||
public final List<MdaPositioner> positioners = new ArrayList<MdaPositioner>();
|
||||
public final List<MdaDetector> detectors = new ArrayList<MdaDetector>();
|
||||
}
|
||||
Reference in New Issue
Block a user