SIPL icon indicating copy to clipboard operation
SIPL copied to clipboard

Allow more metadata (MHD) to be stored in datasets and store this to file when saving

Open smistad opened this issue 12 years ago • 0 comments

Store as map: std::map<string, string>

Methods: getMetadata() getMetadata(name) setMetadata(name, value) setMetadata(metadata)

Other notes:

  • Set metadata on assignment (image1 = image2)
  • Set spacing
  • Detect errors with size and type etc.
  • Allow newlines in values
  • Read all metadata when loading mhd file from disk

smistad avatar Aug 28 '13 08:08 smistad