publicdoublehorAxisErrPsi;//11 angle in degrees "horizontal" goniometer axis is rotated around moving X axis (up)
publicdoubleentrancePupilForward;//12 common to all lenses - distance from the sensor to the lens entrance pupil
publicdoublecenterAboveHorizontal;//13 camera center distance along camera axis above the closest point to horizontal rotation axis (adds to height of each
publicdouble[]GXYZ=newdouble[3];//14 (12) coordinates (in mm) of the goniometer horizontal axis closest to the moving one in target system
publicdouble[]GXYZ=newdouble[3];//14 (12) coordinates (in mm) of the goniometer horizontal axis closest to the moving one in target system
// this.GXYZ[stationNumber][1], //15 (13) y
// this.GXYZ[stationNumber][2], //16 (14) z
publicbooleanorientationEstimated=true;// orientation is estimated from other stes, notr adjusted by LMA
this.gIP[numFile].path=stationFilenames[numStation][index];//Exception in thread "Run$_AWT-EventQueue-0" java.lang.NullPointerException at Distortions$DistortionCalibrationData.<init>(Distortions.java:5987)
Stringmsg="invalid file format - '"+stationFilenames[numStation][index]+"', should be '<timestamp-seconds>_<timestamp-microseconds>-<channel-number>.tiff'";