|
@@ -2,8 +2,6 @@ package com.meas.system.domain;
|
|
|
|
|
|
import com.meas.common.annotation.Excel;
|
|
import com.meas.common.annotation.Excel;
|
|
import com.meas.common.core.domain.BaseEntity;
|
|
import com.meas.common.core.domain.BaseEntity;
|
|
-import org.apache.commons.lang3.builder.ToStringBuilder;
|
|
|
|
-import org.apache.commons.lang3.builder.ToStringStyle;
|
|
|
|
|
|
|
|
import java.math.BigDecimal;
|
|
import java.math.BigDecimal;
|
|
|
|
|
|
@@ -75,6 +73,8 @@ public class MeasSpectralRadiation extends BaseEntity {
|
|
@Excel(name = "增益")
|
|
@Excel(name = "增益")
|
|
private Long gain;
|
|
private Long gain;
|
|
|
|
|
|
|
|
+ private Long radianceId;
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* 背景数据
|
|
* 背景数据
|
|
*/
|
|
*/
|
|
@@ -90,8 +90,13 @@ public class MeasSpectralRadiation extends BaseEntity {
|
|
/**
|
|
/**
|
|
* 标定曲线
|
|
* 标定曲线
|
|
*/
|
|
*/
|
|
- @Excel(name = "标定曲线")
|
|
|
|
|
|
+ @Excel(name = "3~5μm 标定曲线")
|
|
private String calCurve;
|
|
private String calCurve;
|
|
|
|
+ /**
|
|
|
|
+ * 标定曲线
|
|
|
|
+ */
|
|
|
|
+ @Excel(name = "8~14μm 标定曲线")
|
|
|
|
+ private String calCurve2;
|
|
|
|
|
|
/**
|
|
/**
|
|
* 原始数据
|
|
* 原始数据
|
|
@@ -235,6 +240,14 @@ public class MeasSpectralRadiation extends BaseEntity {
|
|
this.gain = gain;
|
|
this.gain = gain;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ public Long getRadianceId() {
|
|
|
|
+ return radianceId;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setRadianceId(Long radianceId) {
|
|
|
|
+ this.radianceId = radianceId;
|
|
|
|
+ }
|
|
|
|
+
|
|
public String getBackgroundData() {
|
|
public String getBackgroundData() {
|
|
return backgroundData;
|
|
return backgroundData;
|
|
}
|
|
}
|
|
@@ -259,6 +272,14 @@ public class MeasSpectralRadiation extends BaseEntity {
|
|
this.calCurve = calCurve;
|
|
this.calCurve = calCurve;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ public String getCalCurve2() {
|
|
|
|
+ return calCurve2;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setCalCurve2(String calCurve2) {
|
|
|
|
+ this.calCurve2 = calCurve2;
|
|
|
|
+ }
|
|
|
|
+
|
|
public String getRawData() {
|
|
public String getRawData() {
|
|
return rawData;
|
|
return rawData;
|
|
}
|
|
}
|
|
@@ -282,70 +303,79 @@ public class MeasSpectralRadiation extends BaseEntity {
|
|
public void setRadiance2(String radiance2) {
|
|
public void setRadiance2(String radiance2) {
|
|
this.radiance2 = radiance2;
|
|
this.radiance2 = radiance2;
|
|
}
|
|
}
|
|
- public void setCalTempEk(String calTempEk) {
|
|
|
|
- this.calTempEk = calTempEk;
|
|
|
|
- }
|
|
|
|
|
|
|
|
public String getCalTempEk() {
|
|
public String getCalTempEk() {
|
|
return calTempEk;
|
|
return calTempEk;
|
|
}
|
|
}
|
|
- public void setRawTarget1(String rawTarget1) {
|
|
|
|
- this.rawTarget1 = rawTarget1;
|
|
|
|
|
|
+
|
|
|
|
+ public void setCalTempEk(String calTempEk) {
|
|
|
|
+ this.calTempEk = calTempEk;
|
|
}
|
|
}
|
|
|
|
|
|
public String getRawTarget1() {
|
|
public String getRawTarget1() {
|
|
return rawTarget1;
|
|
return rawTarget1;
|
|
}
|
|
}
|
|
- public void setRawTarget2(String rawTarget2) {
|
|
|
|
- this.rawTarget2 = rawTarget2;
|
|
|
|
|
|
+
|
|
|
|
+ public void setRawTarget1(String rawTarget1) {
|
|
|
|
+ this.rawTarget1 = rawTarget1;
|
|
}
|
|
}
|
|
|
|
|
|
public String getRawTarget2() {
|
|
public String getRawTarget2() {
|
|
return rawTarget2;
|
|
return rawTarget2;
|
|
}
|
|
}
|
|
- public void setRawBackground1(String rawBackground1) {
|
|
|
|
- this.rawBackground1 = rawBackground1;
|
|
|
|
|
|
+
|
|
|
|
+ public void setRawTarget2(String rawTarget2) {
|
|
|
|
+ this.rawTarget2 = rawTarget2;
|
|
}
|
|
}
|
|
|
|
|
|
public String getRawBackground1() {
|
|
public String getRawBackground1() {
|
|
return rawBackground1;
|
|
return rawBackground1;
|
|
}
|
|
}
|
|
- public void setRawBackground2(String rawBackground2) {
|
|
|
|
- this.rawBackground2 = rawBackground2;
|
|
|
|
|
|
+
|
|
|
|
+ public void setRawBackground1(String rawBackground1) {
|
|
|
|
+ this.rawBackground1 = rawBackground1;
|
|
}
|
|
}
|
|
|
|
|
|
public String getRawBackground2() {
|
|
public String getRawBackground2() {
|
|
return rawBackground2;
|
|
return rawBackground2;
|
|
}
|
|
}
|
|
- public void setTackleTarget1(String tackleTarget1) {
|
|
|
|
- this.tackleTarget1 = tackleTarget1;
|
|
|
|
|
|
+
|
|
|
|
+ public void setRawBackground2(String rawBackground2) {
|
|
|
|
+ this.rawBackground2 = rawBackground2;
|
|
}
|
|
}
|
|
|
|
|
|
public String getTackleTarget1() {
|
|
public String getTackleTarget1() {
|
|
return tackleTarget1;
|
|
return tackleTarget1;
|
|
}
|
|
}
|
|
- public void setTackleTarget2(String tackleTarget2) {
|
|
|
|
- this.tackleTarget2 = tackleTarget2;
|
|
|
|
|
|
+
|
|
|
|
+ public void setTackleTarget1(String tackleTarget1) {
|
|
|
|
+ this.tackleTarget1 = tackleTarget1;
|
|
}
|
|
}
|
|
|
|
|
|
public String getTackleTarget2() {
|
|
public String getTackleTarget2() {
|
|
return tackleTarget2;
|
|
return tackleTarget2;
|
|
}
|
|
}
|
|
- public void setTackleBackground1(String tackleBackground1) {
|
|
|
|
- this.tackleBackground1 = tackleBackground1;
|
|
|
|
|
|
+
|
|
|
|
+ public void setTackleTarget2(String tackleTarget2) {
|
|
|
|
+ this.tackleTarget2 = tackleTarget2;
|
|
}
|
|
}
|
|
|
|
|
|
public String getTackleBackground1() {
|
|
public String getTackleBackground1() {
|
|
return tackleBackground1;
|
|
return tackleBackground1;
|
|
}
|
|
}
|
|
- public void setTackleBackground2(String tackleBackground2) {
|
|
|
|
- this.tackleBackground2 = tackleBackground2;
|
|
|
|
|
|
+
|
|
|
|
+ public void setTackleBackground1(String tackleBackground1) {
|
|
|
|
+ this.tackleBackground1 = tackleBackground1;
|
|
}
|
|
}
|
|
|
|
|
|
public String getTackleBackground2() {
|
|
public String getTackleBackground2() {
|
|
return tackleBackground2;
|
|
return tackleBackground2;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ public void setTackleBackground2(String tackleBackground2) {
|
|
|
|
+ this.tackleBackground2 = tackleBackground2;
|
|
|
|
+ }
|
|
|
|
+
|
|
@Override
|
|
@Override
|
|
public String toString() {
|
|
public String toString() {
|
|
return "MeasSpectralRadiation{" +
|
|
return "MeasSpectralRadiation{" +
|
|
@@ -360,9 +390,11 @@ public class MeasSpectralRadiation extends BaseEntity {
|
|
", model='" + model + '\'' +
|
|
", model='" + model + '\'' +
|
|
", lensFView=" + lensFView +
|
|
", lensFView=" + lensFView +
|
|
", gain=" + gain +
|
|
", gain=" + gain +
|
|
|
|
+ ", radianceId=" + radianceId +
|
|
", backgroundData='" + backgroundData + '\'' +
|
|
", backgroundData='" + backgroundData + '\'' +
|
|
- ", calTemp=" + calTemp +
|
|
|
|
|
|
+ ", calTemp='" + calTemp + '\'' +
|
|
", calCurve='" + calCurve + '\'' +
|
|
", calCurve='" + calCurve + '\'' +
|
|
|
|
+ ", calCurve2='" + calCurve2 + '\'' +
|
|
", rawData='" + rawData + '\'' +
|
|
", rawData='" + rawData + '\'' +
|
|
", radiance1='" + radiance1 + '\'' +
|
|
", radiance1='" + radiance1 + '\'' +
|
|
", radiance2='" + radiance2 + '\'' +
|
|
", radiance2='" + radiance2 + '\'' +
|