Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: jointcal
-
Labels:
-
Story Points:2
-
Epic Link:
-
Sprint:AP S19-4
-
Team:Alert Production
Description
There is a block of code in jointcal that disables the persisting of the config and metadata. We should remove that code and add a dataset description for jointcal configs.
This is the block in question:
# We don't need to persist config and metadata at this stage. |
# In this way, we don't need to put a specific entry in the camera mapper policy file |
def _getConfigName(self):
|
return None |
|
def _getMetadataName(self):
|
return None |
I think that we want to resurrect this issue now that we're looking to put jointcal into production mode. The config saving shouldn't be too difficult, but I don't know if needs a tract/filter template.