Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw
-
Labels:
-
Story Points:4
-
Epic Link:
-
Sprint:AP F18-4, AP F18-5
-
Team:Alert Production
Description
In updating the pipe_analysis scripts following the changes on DM-10302, I noticed that when reading an old (I think it would be version 2) catalog, some of the aliases aren't getting set properly. A few examples are:
'base_SdssShape_flux_xxinstFlux'->'base_SdssShape_flux_xx_Cov'
|
'base_SdssShape_flux_xyinstFlux'->'base_SdssShape_flux_xy_Cov'
|
'base_SdssShape_flux_yyinstFlux'->'base_SdssShape_flux_yy_Cov'
|
'base_Blendedness_abs_flux_cinstFlux'->'base_Blendedness_abs_flux_child'
|
'base_Blendedness_abs_flux_painstFlux'->'base_Blendedness_abs_flux_parent'
|
'base_Blendedness_raw_flux_cinstFlux'->'base_Blendedness_raw_flux_child'
|
'base_Blendedness_raw_flux_painstFlux'->'base_Blendedness_raw_flux_parent'
|
It seem that if "flux" is in the string, the characters beyond the last "" are replaced with "instFlux", regardless of what they are nor where the "_flux" occurred in the original string.
Jim Bosch is fixing this as part of
DM-15857.