Skip to content

Commit a274aec

Browse files
Update gcpOptimization.py (#35)
* Update gcpOptimization.py Add image name to the folder with the gcp outputs Signed-off-by: soleneantoine1 <[email protected]> * image name in Orthorectify_log Signed-off-by: soleneantoine1 <[email protected]> --------- Signed-off-by: soleneantoine1 <[email protected]>
1 parent e6c7189 commit a274aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geoCosiCorr3D/geoOptimization/gcpOptimization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def ingest(self):
129129

130130
if self.svg_patches:
131131
self.patches_folder = fileRT.CreateDirectory(directoryPath=os.path.dirname(self.opt_gcp_file),
132-
folderName=f"{self.sat_model_name}_gcp_patches", cal="y")
132+
folderName=f"{self.raw_image_path}_gcp_patches", cal="y")
133133
else:
134134
self.patches_folder = None
135135

0 commit comments

Comments
 (0)