Forum

Author Topic: SaveRefernce function, having both "Error_(m)" and "Enable" columns  (Read 1276 times)

denis_f

  • Newbie
  • *
  • Posts: 10
    • View Profile
Dear all,

I use the SaveReference function for exporting markers information. I'm interested in having, for each marker, minimally its label, its "Error(m)" and its "Enabled" value.
I use the "column" option with the following syntax :
Code: [Select]
chunk.saveReference(out, PhotoScan.ReferenceFormatCSV, items=PhotoScan.ReferenceItemsMarkers, columns="n, o, [x|y|z], [U|V|W], [u|v|w],")Is there a way to have the "Error_(m)" column in the exported file ? This column is present in the exported file when no value is given to the "column" parameter when calling the SaveReference function.
Ideally I would call
Code: [Select]
chunk.saveReference(out, PhotoScan.ReferenceFormatCSV, items=PhotoScan.ReferenceItemsMarkers, columns="n, o, [x|y|z], aLetter, [U|V|W], [u|v|w],")with aLetter a letter that would code for the "Error_(m)" value for this marker.

Many thanks in advance,

Denis