Loading src/main/java/Distortions.java +3 −1 Original line number Diff line number Diff line Loading @@ -13839,10 +13839,12 @@ Which parameters affect which matrices if (nView>=this.photometricByView[station].length){ // OOB 1// NUll pointer - need to run F-field first? nView=this.photometricByView.length-1; } int useStation=(this.stationZCorr!=null)?((this.stationZCorr[v1][u1].length>station)?station:(this.stationZCorr[v1][u1].length-1)):-1; double [] result= { // null this.gridGeometry[v1][u1][0], this.gridGeometry[v1][u1][1], this.gridGeometry[v1][u1][2]+((this.stationZCorr!=null)?this.stationZCorr[v1][u1][station]:0.0), // per-station correction // this.gridGeometry[v1][u1][2]+((this.stationZCorr!=null)?this.stationZCorr[v1][u1][station]:0.0), // per-station correction this.gridGeometry[v1][u1][2]+((useStation>=0)?this.stationZCorr[v1][u1][useStation]:0.0), // per-station correction this.gridGeometry[v1][u1][3], this.photometricByView[station][nView][0][index], this.photometricByView[station][nView][1][index], Loading
src/main/java/Distortions.java +3 −1 Original line number Diff line number Diff line Loading @@ -13839,10 +13839,12 @@ Which parameters affect which matrices if (nView>=this.photometricByView[station].length){ // OOB 1// NUll pointer - need to run F-field first? nView=this.photometricByView.length-1; } int useStation=(this.stationZCorr!=null)?((this.stationZCorr[v1][u1].length>station)?station:(this.stationZCorr[v1][u1].length-1)):-1; double [] result= { // null this.gridGeometry[v1][u1][0], this.gridGeometry[v1][u1][1], this.gridGeometry[v1][u1][2]+((this.stationZCorr!=null)?this.stationZCorr[v1][u1][station]:0.0), // per-station correction // this.gridGeometry[v1][u1][2]+((this.stationZCorr!=null)?this.stationZCorr[v1][u1][station]:0.0), // per-station correction this.gridGeometry[v1][u1][2]+((useStation>=0)?this.stationZCorr[v1][u1][useStation]:0.0), // per-station correction this.gridGeometry[v1][u1][3], this.photometricByView[station][nView][0][index], this.photometricByView[station][nView][1][index],