Skip to content
Snippets Groups Projects
Commit babd4ec7 authored by Julie Brossard's avatar Julie Brossard
Browse files

Merge branch '7-wasp-1-2-venus-site-vn-hanoi-name-error' into 'develop'

Resolve "WASP 1.2 Venus site VN-HANOI name error"

See merge request !6
parents a5162f1e 2bc81cbe
No related branches found
No related tags found
2 merge requests!11Continuous Integration for WASP,!6Resolve "WASP 1.2 Venus site VN-HANOI name error"
......@@ -332,7 +332,7 @@ void ProductCreatorVenusMuscate::generateMetadataFile(const std::string &strProd
m_productMetadata.MetadataIdentification.MetadataProfile = "GENERIC";
m_productMetadata.MetadataIdentification.MetadataInformation = "EXPERT";
//DatasetIdentification
m_productMetadata.DatasetIdentification.Identifier = m_strProductDirectoryName.substr(0, m_strProductDirectoryName.find("_V"));
m_productMetadata.DatasetIdentification.Identifier = m_strProductDirectoryName.substr(0, m_strProductDirectoryName.find_last_of("_V"));
m_productMetadata.DatasetIdentification.Authority = "THEIA";
m_productMetadata.DatasetIdentification.Producer = "MUSCATE";
m_productMetadata.DatasetIdentification.Project = getPlatform(m_mission);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment