pcdshub / lclsspeak

SLAC speak? No, _LCLS speak_
Other
0 stars 1 forks source link

Scrape PCDS confluence space #1

Open klauer opened 1 year ago

klauer commented 1 year ago

Expected Behavior

klauer commented 1 year ago

This method didn't really find much. Results from last Friday included a minimal set of acronyms, most of which have already been captured.

Short excerpt from scrape.py:

 'AGILITE Pulsed Laser': {'APL'},
 'AGND': {'Analog Ground'},
 'AI': {'Analog Input'},
 'AL': {'Alignment Laser'},
 'AO': {'Analog Output'},
 'AT': {'Attenuator'},
 'Amplitude Modulator': {'AMD'},
 'Attenuation Chamber': {'ATC'},
 'BS': {'Bremsstrahlung Collimator'},
 'BT': {'Burn Through Monitor'},
 'CL': {'Calorimeter'},
 'COM': {'Relay: Common'},
 'CXI': {'CXI'},
 'Chiller': {'CHL'},
 'Comb Generator': {'CMG'},
 'DI': {'Digital Input'},
 'DO': {'Digital Ouput'},
 'Detector': {'DET'},
 'EK11xx': {'EK1100'},
 'EL10xx, EL11xx': {'EL1014EL1124'},
 'EL20xx, EL2124': {'EL2004EL2124'},
 'EL31xx': {'EL3124EL3164'},
 'EL32xx': {'EL3214'},
 'EL3602, EL3612': {'EL3602'},
 'EL41xx': {'EL4124EL4134'},
 'EM': {'Photon Beam Energy Monitor'},
 'ETOF': {'ETF'},
 'Electrometer': {'ETM'},
 'Energy Meter': {'LEM'},
 'FEE': {'lfe', 'kfe'},
 'Flow Meter': {'LFM'},
 'GND': {'Ground'},
 'HOMS': {'HMS'},
 'HVE': {'High Voltage Enable'},
 'IM': {'Imaging System'},
 'ITOF': {'ITF'},
...
 'LI': {'Laser Incoupling Mirror'},
 'LIM': {'Limit switch'},
 'Laser': {'Laser'},
 'Laser Controller': {'LCO'},
 'MEC': {'MEC'},
 'MFX': {'MFX'},
 'MR': {'X-ray Mirror'},
 'Modulator Bias Controller': {'MBC'},
 'NC': {'Relay: Normally Closed'},
 'NO': {'Relay: Normally Open'},
 'Number': {'Title'},
 'PA': {'Differential Pumping Aperture (Includes differential pumps)'},
 'PC': {'Photon Collimator'},
 'PF': {'Photon Filters (includes attenuation, isolation and wave front '
        'target)'},
 'PH': {'Stepper Motor Phase'},
 'Pockels Cells': {'PKC'},
 'Pulse Slicer': {'PSC'},
 'RIXS': {'RIXS'},
 'RL': {'Refractive Lens'},
 'SF': {'Fixed Photon Stopper'},
 'SH': {'Shutter or Pulse Picker'},
 'SL': {'Slits or Adjustable Aperture'},
 'SM': {'Machine Protection System Photon Stopper'},
 'SP': {'Spectrometer or Monochromator'},
 'ST': {'Photon Stoppers (movable)'},
 'Single pulse shutter controller': {'ISP'},
 'Spectrometer': {'SPC'},
 'TMO': {'TMO'},
 'TV': {'Transport (Vacuum) tube or cross (Used when vacuum elements are not '
        'clearly associated with an adjacent component)'},
 'VPWL': {'VPW'},
 'VV': {'Vacuum Valve (Uncommon: Used only when valve is a functional '
        'component such as a fast valve)'},
 'WALL-E': {'Wall East'},
 'WALL-N': {'Wall North'},
 'WALL-NE': {'Wall Northeast'},
 'WALL-NW': {'Wall Northwest'},
 'WALL-SE': {'Wall Southeast'},
 'WALL-SW': {'Wall Southwest'},
 'WALL-W': {'Wall West'},
 'WALL-WS': {'Wall South'},
 'X-Ray Generator': {'XRG'},
 'XCS': {'XCS'},
 'XL': {'Crystal'},
 'XPP': {'XPP'},
 'XRT': {'???', 'common'}}