Bug #1769
Include more details for geometry_download_coolingchannel_tag
Status:
Open
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
06 October 2015
Due date:
% Done:
0%
Estimated time:
Workflow:
New Issue
Description
Hi,
As I was going through the users' guide for a list of geometry_download_coolingchannel_tag available for a geometry, I realized that there was not too much information about it. Actually I'm still having problems finding where they are.
I tried to get the geometry ids, but they don't include the tags.
Best regards,
Ao
Updated by Bayes, Ryan almost 8 years ago
The tags in question are accessible from the CDB and can be found with the following commands (in python)
>>> from cdb._coolingchannel import CoolingChannel >>> cc = CoolingChannel() >>> cc.list_tags()
Right now you would get
['SSU-100A-22Sep2015', 'US-fullflip-DS-off-11Sept2015', 'NoField', 'half-current-DS-24July2015', '153MeV-flip-DSM1-off']
from the above commands. Really we want people to download the cooling channel by run number, not by tag, but to date the cooling channel information is not written to the CDB on a run by run basis yet.