1. 融合300tc和hpi定标程序;
2. add:300tc中,从spatial bin1和spectral bin1的定标文件生成其他bin2的定标文件;
This commit is contained in:
@ -73,6 +73,7 @@ class EnterWindow(QMainWindow, Ui_MainWindow):
|
||||
self.out_file_le.setText(out_file_path)
|
||||
|
||||
def operate(self):
|
||||
|
||||
self.radiance_calibration_object.operate()
|
||||
|
||||
|
||||
@ -94,6 +95,7 @@ class RadianceCalibration():
|
||||
# 读取asd辐亮度数据
|
||||
data = pd.read_csv(self.asd_radiance_file_path, sep='\t', dtype=np.float64, header=None)
|
||||
self.asd_radiance = np.array(data)
|
||||
|
||||
# 读取影像
|
||||
img_proj, img_geotrans, self.img_data = ImageReaderWriter.read_img(self.dn_file_path)
|
||||
|
||||
|
Reference in New Issue
Block a user