Scripting API
btkSetMetaDataValue
| Module | BTKMetaDataModifier |
Description#
Sets one metadata's value.
Parameters#
| h | Handle pointing to a C++ btk::Acquisition object. |
| label | String specifying the label of a metadata. |
| sublabel | String specifying the label of a metadata. |
| newvalue | New value (depending the metadata, it can be a real or a string). |
Returned Values#
| md | dictionnary with the same format than the function btkGetMetaData |
Detailed Description#
btkSetMetaDataValue(h, label, index, newvalue)sets the value at the indexindexfor the metadata with the labellabelcontained in the root.btkSetMetaDataValue(h, label, sublabel, index, newvalue)sets the value at the indexindexfor the metadata with the labelsublabelcontained in the metadata with the labellabel.