iamdonovan / spymicmac

A python package for processing KH-9 and historical aerial imagery using MicMac
GNU General Public License v3.0
12 stars 4 forks source link

generate_micmac_measures #13

Open gyp-1991-gq opened 2 years ago

gyp-1991-gq commented 2 years ago

generate_micmac_measures calls to create id_fiducial.txt, MeasuresCamera.xml, and Tmp-SL-Glob.xml files for KH-9 Hexagon images. 1、1、However, how is measureSIM-DZb1215-500425L002001.tif-s2d.xml generated? 2、Tmp-SL-Glob-MeasuresIm-DZB1215-500425L002001.tif.xml= Tmp-SL-Glob.xml+"-MeasuresIm-DZB1215-500425L002001.tif" ? Can I understand it this way?

iamdonovan commented 2 years ago

cp Ori-InterneScan/MeasuresIm-DZB1215-500425L002001.tif.xml MeasuresIm-DZB1215-500425L002001.tif-S2D.xml

Same thing with Tmp-SL-Glob.xml:

mkdir Tmp-SaisieAppuis cp Tmp-SL-Glob.xml Tmp-SaisieAppuis/Tmp-SL-Glob-MeasuresIm-DZB1215-500425L002001.tif.xml

gyp-1991-gq commented 2 years ago

I mean measureSim-DZb1215-500425L002001.tif. XML file how is measuresim-DZb1215-500425L002001.tif. It cannot be generated by running the generate_micMAC_measures -joined command. Please help me, thank you!

iamdonovan commented 2 years ago

If you're starting from the image halves, then you shouldn't need MeasuresIm-DZB1215-500425L002001.tif.xml - the MeasuresIm file is only used for mm3d ReSampFid.

gyp-1991-gq commented 2 years ago

image Hello! Bob, how do we solve this?

iamdonovan commented 2 years ago

That is bizarre - there shouldn't be a way to make it to that point without having nj defined.

gyp-1991-gq commented 2 years ago

Can you show the initial file architecture when you worked on KH9?