记录此分支功能更新情况

LT1AB
剑古敛锋 2023-06-05 13:32:23 +08:00
parent 853a254b45
commit ba42e3ebb0
1 changed files with 11 additions and 1 deletions

View File

@ -3,3 +3,13 @@
## 增加了 cutUnWrapperBox.py
此文件依赖于bbox 进行裁剪。
## 修正了文件权限 DEM2ISCE.py文件
代码
```
demImage.initImage(outname,'read',width,type="float")
```
修改为
```
demImage.initImage(outname,'write',width,type="float")
```