You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The scripts are producing a flat list of period or run metadata took from AMI.
As AMI does not return year as a meta information, it is missed in the output, that makes periods indistinguishable (e.g. "A1" or "AllYear" of 2010 from these of 2011).
Due to this:
getRunNumbers has to parse project name to find out what was the year in getDataPeriods
it will be the same issue when we try to add ths information into Virtuoso (must be different objects, but how would you now which one is which?)
I suggest to add year info to the output structure: as an extra JSON level, or by updating AMI metadata with year field, or some other way.
The text was updated successfully, but these errors were encountered:
mgolosova
changed the title
DataFromAMI scripts refactoring
DataFromAMI scripts: missed year value
May 16, 2017
mgolosova
changed the title
DataFromAMI scripts: missed year value
DataFromAMI: missed year value
May 16, 2017
The scripts are producing a flat list of period or run metadata took from AMI.
As AMI does not return year as a meta information, it is missed in the output, that makes periods indistinguishable (e.g. "A1" or "AllYear" of 2010 from these of 2011).
Due to this:
I suggest to add year info to the output structure: as an extra JSON level, or by updating AMI metadata with year field, or some other way.
The text was updated successfully, but these errors were encountered: