diff --git a/.github/workflows/draft-pdf.yml b/.github/workflows/draft-pdf.yml new file mode 100644 index 0000000..4aa2bd5 --- /dev/null +++ b/.github/workflows/draft-pdf.yml @@ -0,0 +1,25 @@ +on: [push] + +jobs: + paper: + runs-on: ubuntu-latest + name: Paper Draft + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Build draft PDF + uses: openjournals/openjournals-draft-action@master + with: + journal: joss + # This should be the path to the paper within your repo. + paper-path: paper.md + - name: Upload + uses: actions/upload-artifact@v1 + with: + name: paper + # This is the output path where Pandoc will write the compiled + # PDF. Note, this should be the same directory as the input + # paper.md + path: paper.pdf + - name: Open Journals PDF Generator + uses: openjournals/openjournals-draft-action@v.1.0 diff --git a/RABI_example.png b/RABI_example.png new file mode 100644 index 0000000..4963d50 Binary files /dev/null and b/RABI_example.png differ diff --git a/RABI_example1.png b/RABI_example1.png new file mode 100644 index 0000000..4c97f8f Binary files /dev/null and b/RABI_example1.png differ diff --git a/RABI_example2.png b/RABI_example2.png new file mode 100644 index 0000000..c7bc140 Binary files /dev/null and b/RABI_example2.png differ diff --git a/ReadMe.md b/ReadMe.md index 5d11949..a4a49fa 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -83,6 +83,8 @@ Thank you to Sho Uemura at Fermi Labs for helping us edit the QICK firmware. ## License +MIT License + Copyright 2023 National Technology & Engineering Solutions of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the U.S. Government retains certain rights in this software. diff --git a/docs/build/.buildinfo b/docs/build/.buildinfo new file mode 100644 index 0000000..b7c4421 --- /dev/null +++ b/docs/build/.buildinfo @@ -0,0 +1,4 @@ +# Sphinx build info version 1 +# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. +config: 628502cea21e1de7deff5a5404b5f84a +tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/build/.doctrees/environment.pickle b/docs/build/.doctrees/environment.pickle new file mode 100644 index 0000000..c8e82d2 Binary files /dev/null and b/docs/build/.doctrees/environment.pickle differ diff --git a/docs/build/.doctrees/hardware/Readme.doctree b/docs/build/.doctrees/hardware/Readme.doctree new file mode 100644 index 0000000..bfa53d0 Binary files /dev/null and b/docs/build/.doctrees/hardware/Readme.doctree differ diff --git a/docs/build/.doctrees/hardware/files.doctree b/docs/build/.doctrees/hardware/files.doctree new file mode 100644 index 0000000..ac5ce7a Binary files /dev/null and b/docs/build/.doctrees/hardware/files.doctree differ diff --git a/docs/build/.doctrees/index.doctree b/docs/build/.doctrees/index.doctree new file mode 100644 index 0000000..8d8b6b8 Binary files /dev/null and b/docs/build/.doctrees/index.doctree differ diff --git a/docs/build/.doctrees/installation/Readme.doctree b/docs/build/.doctrees/installation/Readme.doctree new file mode 100644 index 0000000..270cf92 Binary files /dev/null and b/docs/build/.doctrees/installation/Readme.doctree differ diff --git a/docs/build/.doctrees/programs/cpmgxy8.doctree b/docs/build/.doctrees/programs/cpmgxy8.doctree new file mode 100644 index 0000000..191be1b Binary files /dev/null and b/docs/build/.doctrees/programs/cpmgxy8.doctree differ diff --git a/docs/build/.doctrees/programs/hahn_echo.doctree b/docs/build/.doctrees/programs/hahn_echo.doctree new file mode 100644 index 0000000..8639442 Binary files /dev/null and b/docs/build/.doctrees/programs/hahn_echo.doctree differ diff --git a/docs/build/.doctrees/programs/odmr.doctree b/docs/build/.doctrees/programs/odmr.doctree new file mode 100644 index 0000000..fe3dd7a Binary files /dev/null and b/docs/build/.doctrees/programs/odmr.doctree differ diff --git a/docs/build/.doctrees/programs/rabi_oscillations.doctree b/docs/build/.doctrees/programs/rabi_oscillations.doctree new file mode 100644 index 0000000..9a3c035 Binary files /dev/null and b/docs/build/.doctrees/programs/rabi_oscillations.doctree differ diff --git a/docs/build/.doctrees/programs/ramsey_interferometry.doctree b/docs/build/.doctrees/programs/ramsey_interferometry.doctree new file mode 100644 index 0000000..059abe9 Binary files /dev/null and b/docs/build/.doctrees/programs/ramsey_interferometry.doctree differ diff --git a/docs/build/.doctrees/programs/readout_window.doctree b/docs/build/.doctrees/programs/readout_window.doctree new file mode 100644 index 0000000..cc7781c Binary files /dev/null and b/docs/build/.doctrees/programs/readout_window.doctree differ diff --git a/docs/build/.doctrees/programs/t1_relaxation.doctree b/docs/build/.doctrees/programs/t1_relaxation.doctree new file mode 100644 index 0000000..0de5478 Binary files /dev/null and b/docs/build/.doctrees/programs/t1_relaxation.doctree differ diff --git a/docs/build/.doctrees/thebasics/ReadMe.doctree b/docs/build/.doctrees/thebasics/ReadMe.doctree new file mode 100644 index 0000000..f9b0671 Binary files /dev/null and b/docs/build/.doctrees/thebasics/ReadMe.doctree differ diff --git a/docs/build/_images/HAHN_ECHO.png b/docs/build/_images/HAHN_ECHO.png new file mode 100644 index 0000000..89ef6ce Binary files /dev/null and b/docs/build/_images/HAHN_ECHO.png differ diff --git a/docs/build/_images/ODMR.png b/docs/build/_images/ODMR.png new file mode 100644 index 0000000..e70ad48 Binary files /dev/null and b/docs/build/_images/ODMR.png differ diff --git a/docs/build/_images/RABI.png b/docs/build/_images/RABI.png new file mode 100644 index 0000000..a883ee7 Binary files /dev/null and b/docs/build/_images/RABI.png differ diff --git a/docs/build/_images/READOUT.png b/docs/build/_images/READOUT.png new file mode 100644 index 0000000..4e94c89 Binary files /dev/null and b/docs/build/_images/READOUT.png differ diff --git a/docs/build/_images/Ramsey.png b/docs/build/_images/Ramsey.png new file mode 100644 index 0000000..d9c24a1 Binary files /dev/null and b/docs/build/_images/Ramsey.png differ diff --git a/docs/build/_images/T1.png b/docs/build/_images/T1.png new file mode 100644 index 0000000..e27a571 Binary files /dev/null and b/docs/build/_images/T1.png differ diff --git a/docs/build/_sources/hardware/Readme.md.txt b/docs/build/_sources/hardware/Readme.md.txt new file mode 100644 index 0000000..9671e81 --- /dev/null +++ b/docs/build/_sources/hardware/Readme.md.txt @@ -0,0 +1,328 @@ + +

+ QD logo +

+ + + + +# Hardware Setup +In this document we outline the hardware setup for an all-in-one RFSoC4x2 enclosure. We show: + +1. Enclosure Overview + + a. Components list + +2. Enclosure Modification + + a. Drill Holes + + b. 3D Printed Cages + + c. Low-Frequency Differential Amplifier + + d. BNC to PMOD TTL + +3. Assembly + + a. Power + + b. Securing the RFSoC4x2 + + c. Securing 3D printed cages + + d. Front Panel Assembly + + e. Input Signal Assembly + + f. Router and Ethernet Connection + + + +## 1. Enclosure Overview + +

+ Fully assembled RFSoC4x2 Enclosure + +

+ +***1a. Components*** +- [Bud Industries CH-14404 Enclosure](https://www.digikey.com/en/products/detail/bud-industries/CH-14404/428959) +- [RFSoC4x2 FPGA](https://www.xilinx.com/support/university/xup-boards/RFSoC4x2.html) +- [Router](https://www.amazon.com/TP-Link-Integrated-Lightening-Protection-TL-R605/dp/B08QTXNWZ1/ref=asc_df_B08QTXNWZ1/?tag=hyprod-20&linkCode=df0&hvadid=475692076734&hvpos=&hvnetw=g&hvrand=3761702075041011209&hvpone=&hvptwo=&hvqmt=&hvdev=c&hvdvcmdl=&hvlocint=&hvlocphy=1022494&hvtargid=pla-1149738264234&psc=1) +- [DC Voltage Supply](https://www.digikey.com/en/products/detail/cui-inc/PYB30-Q24-T315-U/4477530) +- Low-Frequency Differential Amplifier [Texas Instruments LMH5401EVM](https://www.digikey.com/en/products/detail/texas-instruments/LMH5401EVM/5031896?s=N4IgTCBcDaIDIFkASBWALABgIwFEBqCIAugL5A) +- 3D printed Router Cage +- 3D printed Low-Frequency Differential Amplifier Holder +- [Ethernet Pass-Through](https://www.digikey.com/en/products/detail/amphenol-ltw/RCP-5SPFFH-TCU7001/5253168) +- [Power Pass-Through](https://www.digikey.com/en/products/detail/tensility-international-corp/54-00151/9829987) +- [6 SMA Pass-Through](https://www.digikey.com/en/products/detail/amphenol-rf/132170/1011921) +- [8 BNC Pass-Through](https://www.digikey.com/en/products/detail/adam-tech/RF1-106-D-00-50-HDW/9830449) +- [Pig Tail Power Cord](https://www.digikey.com/en/products/detail/tensility-international-corp/10-02937/9686418) +- [1 x Flexible SMA Cable](https://www.digikey.com/en/products/detail/cinch-connectivity-solutions-johnson/415-0025-012/457078) +- [2 x Rigid SMA Cable](https://www.digikey.com/en/products/detail/cinch-connectivity-solutions-johnson/415-0081-006/1014585) +- [1' Ethernet Cord](https://www.digikey.com/en/products/detail/panduit-corp/UTP28CH1/7981686) +- [1.64' Ethernet Cord](https://www.digikey.com/en/products/detail/metz-connect-usa-inc/13084U0533-E/13402445) +- [16 x 4-40 Screws (0.25")](https://www.digikey.com/en/products/detail/keystone-electronics/9900/317321) +- [8 x 4-40 0.5" Hex Standoff Pilar](https://www.digikey.com/en/products/detail/keystone-electronics/1450C/303581) +- [Wire](https://www.amazon.com/AWG-Stranded-Wire-Kit-Pre-Tinned/dp/B07T4SYVYG/ref=sr_1_5?crid=1PFWR4LYQI3YD&keywords=wire+set&qid=1704903898&sprefix=wire+set+soldering%2Caps%2C624&sr=8-5) +- [Heat Shrink](https://www.amazon.com/Ginsco-580-pcs-Assorted-Sleeving/dp/B01MFA3OFA/ref=sr_1_3?crid=14F6I0UNEEKPJ&keywords=heat+shrink+tubing&qid=1704903836&sprefix=heat+sh%2Caps%2C422&sr=8-3 +) +- PMOD Connectors +- [Solder](https://www.amazon.com/MAIYUM-63-37-Solder-Electrical-Soldering/dp/B075WB98FJ/ref=sr_1_5?keywords=solder&qid=1704903785&sr=8-5 +) +- [Zip Ties with Adhesive Mounts](https://www.amazon.com/Adhesive-Backed-Mounts-holder-Anchor-Holders/dp/B07Z79LHJC/ref=asc_df_B07Z79LHJC?tag=bingshoppinga-20&linkCode=df0&hvadid=80127002044380&hvnetw=o&hvqmt=e&hvbmt=be&hvdev=c&hvlocint=&hvlocphy=&hvtargid=pla-4583726547458434&th=1) + + + + + +`parts_all.xlsx` lists the source, quantity, and cost for hardware modification components. `parts_digikey.xlsx` can be uploaded directly into the [Digikey shopping cart](https://www.digikey.com/ordering/ShoppingCart) for easy purchase of Digikey items. + +## 2. Enclosure Modification ## + +### 2a. Drilling Holes ### +Drill holes are made in the main body of the CH-14404 enclosure to secure 3D printed cages, the RFSoC4x2, an ethernet pass-through, and a power pass-through. Drill holes are also made in the front panel of the CH-144-4 enclosure for 6 SMA pass-throughs and 8 BNC pass-throughs. The schematic below shows the position and purpose of each drill hole. `Enclosure_Main.STEP` and `Enclosure_Front.STEP` give the exact size and position of each drill hole (found in the hardware folder). + +

+ Enclosure CAD diagram +

+ Bud Industries CH-14404 Enclosure Screw Hole CAD Schematic
+
  • A = RFSoC4x2 with the PMOD oriented toward the enclosure front
  • +
  • B = Router with the ethernet ports facing the RFSoC4x2
  • +
  • Optional
  • + +
  • E = Low-Frequency Differential Amplifier with V+ and V- facing the RFSoC4x2
  • +
  • F = Ethernet Pass-Through
  • +
  • G = Power Pass-Through
  • +
    +

    +

    + Enclosure Front Panel CAD Schematic +

    CH-14404 Enclosure Front Panel pass-through schematic. 6 SMA pass-throughs (Left) and 8 BNC pass-throughs (Right).
    +
    +

    + + +### 2b. 3D Printed Cages ### +The router and low-frequency differential amplifier are secured in the enclosure using 3D printed cages. It is especially important to immobilize the low-frequency differential amplifier since the wires and solder for the RFSoC4x2 to low-frequency differential amplifier connection are very delicate. + +The 3D printed low-frequency differential amplifier holder is made of `Low_Freq_Diff_Amp_Base.STEP` and `Low_Freq_Diff_Amp_Top.STEP` in the main hardware folder. Print these parts at 0.16mm tolerance. The low-frequency differential amplifier sits in the 3D printed base with the loops for V+, V-, and ground pointing down. The 3D printed top should be snug over the top of the 3D printed base. In a later step, the 3D printed low-frequency differential amplifier holder will be secured to the enclosure base with screws. + +
    +
    +
    +
    + Diff Amp Holder Base +
    3D printed low-frequency differential amplifier holder base
    +
    +
    + Diff Amp Holder Top +
    3D printed low-frequency differential amplifier holder top
    +
    +
    +
    +
    + + +

    + +`Router_Holder.STEP` is the CAD part for the router holder and is found in the main hardware folder. Printing tolerance of 0.2mm is adequate for the router holder. The holder sits over the router and is held in place by screws from the underside of the enclosure into the part's legs. + + +
    + Router Holder +
    3D printed router holder
    +
    + + + + +### 2c. Low-Frequency Differential Amplifier ### +to bypass the high-pass filter inherent to the analog to digital converters (ADCs) on the RFSOC4x2. +Recall from the installation readme that the balun and capacitors on the analog-to-digital converters (ADCs) act as a high-pass filter, which filters our the low-frequency experimental defect data. The balun and capacitor need to be removed from one ADC to read in experiment data. Additionally, a low-frequency differential amplifier is required to process the low-frequency signal input after the balun has been removed. Follow step 1a in the installation readme to remove or bypass the balun and capacitors for one of the ADCs if not yet done. Now follow the modified step 1b to connect the low-frequency differential amplifier with the 3D printed holder for the low-frequency differential amplifier. + +### Modified Installation Readme 1b.
    Connect the low-frequency differential amplifier + +
    + Diff Amp Circuit Schematic +

    Texas Instruments LMH5401EVM low-frequency differential amplifier schematic with bias voltage for the RFSoC4x2

    +
    + +To connect the low-frequency differential amplifier to the RFSoC4x2, + +- solder a 3.3 V input wire to the red V+ post on the low-frequency differential amplifier +- solder a -1.8 V input wire to the yellow V- post on the low-frequency differential amplifier +- solder a ground wire to either the TPG1 or TPG2 post on the low-frequency amplifier +- screw a 0.7 V SMA wire to the Vcm (V common) SMA head on the top of the low-frequency differential amplifier +- `MODIFIED - with the posts facing down, feed the soldered V+, V-, and ground wires through the base of the low-frequency differential amplifier 3D printed holder, and push the low-frequency differential amplifier down so that it is snug in the base` +- cut a semi-flexible SMA cable in half and strip the insulation off of both ends to expose the center conductor +- screw the SMA heads of the cut SMA cable to Vp and Vm SMA heads on the low-frequency differential amplifier--screwing on the SMA cables now will limit the torsion on our delicate soldering in the next steps +- take the SMA cables attached to the low-frequency differential amplifier and solder them to the RFSoC4x2 + - Vp should be solder to the top right solder pad + - Vm should be soldered to the middle right solder pad + +The image below is the circuit diagram for the RFSoC4x2. The top right solder pad--the pad for Vp--is labeled `6`. The middle right solder pad--the pad for Vm--is labeled `5` + + +
    + Balun Surgery +

    (Top Left) 6 contact pads underneath the balun (Bottom Left) Vm input soldered to pad 5 and Vp input soldered to pad 6 (Right) Inputs from low-frequency differential amplifier soldered to RFSoC4x2 ADC D

    +
    + + + +Note that you can instead leave the balun in place and directly solder coax cables to the capacitor terminals, however, this is more difficult and it is easy to destroy the capacitor terminals with the solder iron. + +### 2d. BNC to PMOD TTL ### + +To use the PMOD to control a laser with digital TTLs we need to connect the PMOD to BNC on the front panel of the enclosure. To do so, +- select a BNC pass-through to be inserted to the front panel +- take a PMOD male to male connector and cut off one end +- strip the insulation from the cut end of the PMOD connector +- solder the exposed PMOD connector wire to the cup of the BNC connector +- secure the BNC pass-through to the enclosure front panel using the provided washer and nut +- the remaining PMOD connector male end can be plugged into the RFSoC4x2 PMOD + + +
    +
    + BNC to TTL Physical +

    BNC to TTl connection in the RFSoC4x2 enclosure

    +
    +
    + BNC to TTL Drawing +

    Schematic for soldering PMOD cable to BNC head. Single ended male PMOD soldered to BNC cup.

    +
    +
    + + +## 3. Assembling the Components ## + + + +### 3a. Power +A single power source is plugged into the power pass-through in the back of the enclosure and pig-tail power splitters are used to power the RFSoC4x2, router, and optional internal low-frequency differential amplifier voltage supply. The power cord supplied with the RFSoC4x2 provides more voltage than necessary thus this source can be used to power the RFSoC4x2, router, and optional internal low-frequency differential amplifier voltage supply. To create the single power plug in: + +- remove the hex nut and washer from the power pass-through jack (1 in schematic below) +- push the power pass-through jack through drill hole G (schematic 2a above) from the outside of the enclosure to the inside +- place washer back on the power pass-through jack and tighten the hex nut, the pass-through should be secured to the wall of the enclosure now +- measure and trim the two or three pigtail power cords (2 in schematic below). The power cords need to reach the router power input, RFSoC4x2 power input, and optional voltage supply. Refer to schematic 2a above. to estimate distances. +- solder two or three pigtails to the head of the power pass-through, connecting positive wires to the center jack and negative wires to the outer loop (3 and 4, respectively, in schematic below) + + +
    +
    + Power Split Physical +

    Power pass-through and pig-tail power splitting in the RFSoC4x2 enclosure. Power is split to the RFSoC4x2, router, and voltage source.

    +
    +
    + Power Split Diagram +

    Schematic for soldering pigtail power wires to the power pass-through. 1) hex nut washer 2) pig-tail power cords 3) power pass-through center jack 4) power pass-through ground ring

    +
    +
    + + + +### 3b. Securing the RFSoC4x2 +Screws and hex standoff pillars are used to support and secure the RFSoC4x2 in the enclosure. To do so, +- pass a screw through an edge screw hole in the RFSoC4x2 into a hex pillar placed underneath the board, repeat for each of the 8 perimeter screw holes +- place the RFSoC4x2 in the enclosure in spot A (schematic 2a) with the PMODs facing the open end of the enclosure +- screw 8 x 4-40 0.25" up through the bottom of the enclosure into the bottom of the 8 x 0.5" hex pillars +- tighten the screws until the RFSoC4x2 is secure + + +### 3c. Securing 3D Printed Cages + +To secure the 3D printed cage for the router, +- place the router inside enclosure in spot B (schematic 2a above) with the ethernet ports facing the RFSoC4x2 +- place the 3D printed router cage on top of the router +- screw 4 4-40 0.25" screws through the bottom of the enclosure into the legs of the 3D printed router cage. Tighten the screws until the router is secure + +To secure the 3D printed support for the low-frequency differential amplifier, +- place the low-frequency differential amplifier in the 3D printed base in the enclosure in spot E (schematic 2a above)) +- screw 4 4-40 0.25" screws through the bottom of the enclosure into the legs of the 3D printed low-frequency differential amplifier. Tighten the screws until the router is secure + +### 3d. Front Panel Assembly + +With the holes drilled in the CH-14404 enclosure front panel BNC and SMA pass-throughs can be secured in place. To do so, +- remove the washers and nuts from 6 SMA pass-throughs and 8 BNC pass-throughs +- through the front pass of the panel, place 6 SMA in the smaller left hand drill holes and 8 BNC in the right hand drill holes (schematic 2a) +- from the backside of the panel put the washers and nuts back on the SMA and BNC pass-throughs and tighten to secure + +The SMA and BNC pass-throughs should be secured in place on the front enclosure panel now. + + +
    + Front Panel Real + +

    Front panel of the RFSoC4x2 enclosure. Silk-screening was used to label SMA and BNC ports

    +
    + + +### 3e. Input Signal Assembly + +To connect the input signal to the RFSoC4x2, + +- screw one end of a rigid SMA cable to the inside end of a SMA pass through on the front panel +- screw the other end of the rigid SMA cable to the signal in SMA head on the low-frequency differential amplifier (IN+) + +
    +
    + Input/Output Connection Physical +

    Input and output connections inside the RFSoC4x2 enclosure

    +
    +
    + Input/Output Connection Drawing +

    Schematic of input and output connections in the RFSoC4x2 enclosure

    +
    +
    + + +### 3f. Router and Ethernet Connection + +To add the ethernet pass-through to the enclosure: +- remove the washer from the ethernet pass-through base +- push the base of the ethernet pass-through through drill hole F from the outside of the enclosure +- screw the washer back on the ethernet-pass through from the inside of the enclosure + +The ethernet-pass through should now be secured to the wall of the enclosure. To connect the lab control computer to the RFSoC4x2, + +- connect the router from the lab control computer to the ethernet pass through +- connect an ethernet cord from the ethernet pass through to the router +- connect an ethernet cord from the router to the RFSoC4x2 + +Now the lab control computer can be used to communicate with and control with RFSoC4x2. + diff --git a/docs/build/_sources/hardware/files.rst.txt b/docs/build/_sources/hardware/files.rst.txt new file mode 100644 index 0000000..d2df05a --- /dev/null +++ b/docs/build/_sources/hardware/files.rst.txt @@ -0,0 +1,5 @@ +Files +===== + +Click here to download the file: myfile'<./../_static/Enclosure_Front.STEP>'' + diff --git a/docs/build/_sources/index.rst.txt b/docs/build/_sources/index.rst.txt new file mode 100644 index 0000000..66983ab --- /dev/null +++ b/docs/build/_sources/index.rst.txt @@ -0,0 +1,41 @@ +.. qick-dawg documentation master file, created by + sphinx-quickstart on Tue Jan 9 15:25:09 2024. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +QICK-DAWG +========= + +.. toctree:: + :maxdepth: 2 + :caption: The basics + + thebasics/ReadMe.md + + +.. toctree:: + :maxdepth: 2 + :caption: Programs/Pulse Sequences + + programs/odmr + programs/readout_window + programs/rabi_oscillations + programs/ramsey_interferometry + programs/hahn_echo + programs/t1_relaxation + programs/cpmgxy8 + +.. toctree:: + :maxdepth: 2 + :caption: Setup + + installation/Readme.md + hardware/Readme.md + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` + diff --git a/docs/build/_sources/installation/Readme.md.txt b/docs/build/_sources/installation/Readme.md.txt new file mode 100644 index 0000000..0a393cd --- /dev/null +++ b/docs/build/_sources/installation/Readme.md.txt @@ -0,0 +1,223 @@ +# Installation +The RFSoC4x2, as shown in the image below, is a board built and sold by [Real Digital](https://www.realdigital.org/) using AMD’s ZYNQ Ultrascale+ Gen 3 RFSoC ZU48DR chip. While the ZU48DR has 8 DACs and ADCs, the RFSOC4x2 only uses 4x digital to analog converters (5 GSa/s) and 2x analog to digital converters (9.85 GSa/s). Nonetheless, this number of inputs and outputs is nearly perfect for NV and quantum defect control. However, as the RFSOC4x2 is sold, the ADCs have a high frequency 1GHz high-pass balun inline which is tyipcally too high frequency for our measurements and thus must be modified. + + +

    + RFSoC4x2 with inputs and outputs labelled + +

    + + +In this document we outline setup for using QICK-DAWG with RFSoC4x2. In this guide we show how to: + +1. Setup RFSoC4x2 Hardware
    + a. Bipass/Remove the balun & capacitors
    + b. Connect the lw frequency differential amplifier
    + c. Connect PMOD digial outputs
    + d. Assembling and powering on your RFSoC4x2 board + e. (Optional) Full enclosure + +2. Upload and install QICK-DAWG and other software to you RFSoC4x2 board
    + a. Flash your microSD card
    + b. Remotely connect to your RFSoC4x2 through SSH
    + c. Copy required files
    + d. Install necessary packages
    + + + +## 1. Setup RFSoC4x2 Hardware +### ***Prerequisites*** + +- [RFSoC4x2](https://www.xilinx.com/support/university/xup-boards/RFSoC4x2.html) (with 12 volt 50 watt power supply) +- Managed Router [(example)](https://www.amazon.com/TP-Link-Integrated-Lightening-Protection-TL-R605/dp/B08QTXNWZ1/ref=asc_df_B08QTXNWZ1/?tag=hyprod-20&linkCode=df0&hvadid=475692076734&hvpos=&hvnetw=g&hvrand=3761702075041011209&hvpone=&hvptwo=&hvqmt=&hvdev=c&hvdvcmdl=&hvlocint=&hvlocphy=1022494&hvtargid=pla-1149738264234&psc=1) +- Low Frequency Differential Amplifier [Texas Instruments LMH5401EVM](https://www.digikey.com/en/products/detail/texas-instruments/LMH5401EVM/5031896?s=N4IgTCBcDaIDIFkASBWALABgIwFEBqCIAugL5A) +- 3 x DC Output Voltage Supply (+3.2, +0.7, -1.8V for biasing the differential amplifier) +- SMA cables +- Computer with Ethernet port or ethernet adaptor +- Ethernet Cord(s) (at least one from RFSoC to router) +- Micro SD Card Reader +### Software +- [Win32DiskImager](https://sourceforge.net/projects/win32diskimager/) for Windows or Disk Manager on MacOS +- Dependent Packages (follow `Installing Necessary Packages` section--included in batch file setup) + - [QICK](https://github.com/openquantumhardware/qick) + - [Pyro4](https://pypi.org/project/Pyro4/) + - [Serpent](https://pypi.org/project/serpent/) + +### 1a. Bipass/Remove the Balun & Capacitors + +The signal measured by the photodiodes cannot be direcetly connected to the ADCs on the board, thus requiring modification the to the RFSoC4x2. The ADCs on the RFSoC4x2 have baluns and capacitors that act as high pass filters. When using photodiodes for photoluminesence detection, the signal is at low frequency thus the balun and capacitors on the board need to be removed or bipassed in order to get the signal into the ADC. Furthermore, as the ADCs take in a differential voltage signal, we have to add a differential amplifier which takes the signal from the photodetector in and outputs a biased signal to the ADCs for digitization (see section 1.b below). + +The input electronics for one ADC channel on the RFSoC4x2 is shown in the figure below. + +
    +

    + Balun Surgery +

    +
    WHERE IS THIS IMAGE CAPTION SHOWING UP.
    +
    + +The combiation of the Balun, MABA-011118 and the two 100nF capactors (C302 and C303) result in a high pass filter. In order to collect the signal, we need to bypass or remove these components. Our barbaric method is to pull off the balun (under an RF shield) and desolder the capacitors as shown in the following image. The cacpacitors are then replaced with either 2x 0 ohm resistors or 2x short lenghts of wire. + +

    + Balun Surgery +

    + +### 1b. Connect the low frequency differential amplifier + +To properly condidtion our signal for digitization, we use a Texas Instruments [Texas Instruments LMH5401 EVM](https://www.digikey.com/en/products/detail/texas-instruments/LMH5401EVM/5031896?s=N4IgTCBcDaIDIFkASBWALABgIwFEBqCIAugL5A) evaluation board. This board takes in one or two signals and outputs two voltages above (Vp) and below (Vm) a common voltage, Vcm. For full scale, the RFSoC4x2 requires an offset voltage of Vcm = 0.7V (note that this is also true for the ZCU216 evaluation board, but the ZCU111 evaluation board requires Vcm = 1.2 V). Addtionally, the differential amplifier requires two voltages for power, which are optimially set to Vcm + 2.5 = 3.2V and Vcm - 2.5 = -1.8. A labeled diagram of the LMH5401EVN is shown in the figure below. + +

    + Balun Surgery +

    + +To connect the low frequency differential amplifier to the RFSoC4x2, + +- solder a 3.3 V input wire to the red V+ post on the low frequency differential amplifier +- solder a -1.8 V input wire to the yellow V- post on the low frequency differential amplifier +- screw a 0.7 V SMA wire to the Vcm (V common) SMA head on the top of the low frequency differential amplifier +- cut a semi-flexible SMA cable in half and strip the insulation off of both ends to expose the center conductor +- screw the SMA heads of the cut SMA cable to Vp and Vm SMA heads on the low frequency differential amplifier--screwing on the SMA cables now will limit the torsion on our delicate soldering in the next steps +- take the SMA cables attached to the low frequency differential amplifier and solder them to the RFSoC4x2 + - Vp should be solder to the top right solder pad + - Vm should be soldered to the middle right solder pad + +The image below is the circuit diagram for the RFSoC4x2. The top right solder pad--the pad for Vp--is labeled `6`. The middle right solder pad--the pad for Vm--is labeled `5` + +

    + Balun Surgery +

    + + + + +Note that you can instead leave the balun in place and directly solder coax cables to the capacitor terminals, however, this is more difficult and it is easy to destroy the capacitor terminals with the solder iron. + + +### 1c. Connect PMOD digial outputs +To control the laser through TTL you must connect your laser to the PMOD located on the corner of the board. To connect, we cut the female head off a PMOD cable and soldered on a female BNC head instead. PMOD A 1-8 are enabled for QICK-DAWG--in the demo we use PMOD 1. The image below provides a schematic of the PMOD on the RFSoC4x2. + +

    + PMOD diagram +

    + +### 1d. Assembling and powering on your RFSoC4x2 board + +With the hardware modified and differential amplifier connected, the RFSoC4x2 can be assembled to be connected to your computer. This connection is made through a managed ethernet router and by using the Pyro4 python package. + +- Slide your micro SD card into its slot on the RFSoC4x2 board. Check that the BOOT switch is on SD mode. +- Connect an Ethernet cable from the board to the router and connect an Ethernet cable from the router to your computer. +- Connect the router and board to their respective power supplies. Be sure to use the 12 volt 50 watt power supply for the RFSoC4x2 board not the router. +- Flip the power switch on the RFSoC4x2 on. You should hear the fan above the RFSoC chip begin to whir and you should see green LED lights blinking all over the board. After about 30 seconds the boot light should turn green and the LED screen will display the board's IP address. +- Your setup should resemble the schematic below. +

    + Diagram of the RFSoC4x2 Board +

    + +### 1e. (Optional) Full enclosure + +In our lab, we have assembled all the necessary components into a custom rack box with screw holes and 3D printed cages for fastening components down. We modified [Bud Industries CH-14404 Enclosure](https://www.digikey.com/en/products/detail/bud-industries/CH-14404/428959). The following files are found in `qickdawg/installation/enclosure` +- Enclosure_Front.SLDPRT, CAD for custom enclsoure front panel holes for SMA and BNC pass through +- Enclosure_Main.SLDPRT, CAD for custom enclosure drill holes to secure components +- Low_Freq_Diff_Amp_Base.SLDRT, CAD for 3D printable differential amplifier support for mounting the differential amplifier near the RFSoC 4x2 board +- Low-Freq_Diff_Amp_Top.SLDPRT, CAD for 3D printable differential amplifier top +- Router_Holder.SLDPRT, CAD for 3D printable router cage for holding the router in the enclsoure + +

    + Full Enclosure +

    + +## 2. Install QICK-DAWG and other software to you RFSoC4x2 board + +(Getting started directions adapted from [QICK ZCU111 quick-start-guide](https://github.com/openquantumhardware/qick/blob/main/quick_start/README_ZCU111.md)) + +### 2a. ***Flashing your Micro SD Card*** +- First, you will need to flash the micro SD card with the **RFSoC4x2 PYNQ** image found [here](http://www.pynq.io/board.html). Download the RFSoC4x2 PYNQ image and unzip the file if it is a .zip file. + +(Windows) +- With your micro SD card plugged in to your computer, open Win32DiskImager. Select the PYNQ file as your image file and select your micro SD card as the device. Double check you are not flashing the image file to the wrong drive (**not your computer hard drive**)! To execute, click `Write`. + +

    + Flashing your micro SD card using Win 32 Disk Imager +

    + +### 2b. Remotely connect to your RFSoC4x2 + +To connect to your RFSoC4x2, you first need to find the IP address assigned to your board. Conveniently, the RFSoC4x2 has an LED screen on the top of the board that displays the IP address. +Alternatively, you can log into your router and find the IP address and/or assign a static IP address. + +#### Copying Necessary Files to the RFSoC4x2 ### +We have written our own .bat file and jupyter notebook to streamline the installation process. The first step is to run the .bat file which copies all of the required files to the RFSoC4x2 + +- Clone qickdawg to your computer +- Open the command prompt +- Navigate to the folder that contains the QICKDAWG file `FPGA_SETUP.bat` +- In the command prompt type `FPGA_SETUP.bat` and hit enter +- When prompted enter the IP address of your FPGA and password--`xilinx` + +`FPGA_SETUP.bat` copies the following files to your RFSoC4x2: +- qick +- Serpent and Pyro4 packages +- run_server and qick_daemon Jupyter Notebook files +- qickdawg speicific firmware + +#### Connecting to the Jupyter Server +With the required files copied to your RFSoC4x2, we will now install the required packages by running an .ipynb though the RFSoC4x2's Jupyter Notebook server. To connect to the jupyter notebook server: + +- In a browser window type your RFSoC4x2 IP address as shown on the board's LED screen and use password `xilinx` as shown in the graphic below + +

    + Initial view of Jupyter Hub +

    + +From the home page, navigate to the installation folder, open Installation_Packages.ipynb and run all of the cells in install the packages. This should install qick, serpent, and pyro4 to your python environtment, which sholud be sufficient to run a pyro server and remotely connect to your RFSoC4x2 + +#### Run the pyro server to remotely connect to QICK and the RFSoC4x2 + +With all of hte packages installed, you can now run your pyro server to connect to an instance of qick. This is accomplished by running two jupyter notebooks. + +- First we run `run_server/name_server.ipynb` which starts a pyro4 server. In this notebook, you need to change the ip address to the ip address to the board. +

    + Name Server +

    + + +- Second, we run the `run_server/qick_daemon.ipynb` notebook, which uploads firmware to the RFSoC4x2 and creates a python socket to communicat with the board. This notebook has a string which contains the path to our alternative firmware and has a `ns_host` variable which needs to be assigned to the ip address of your RFSoC4x2 board. +

    + Name Server +

    + +With these two notebooks running you can now start communicating with your RFSoC4x2 from a python kernel on your main computer. From here, we recommend running through `qickdawg/jupyter_notebooks/NVDemo_RFSoC4x2.ipynb` which contains significant documentation on how to run our basic NV characterization notebooks. + + + diff --git a/docs/build/_sources/programs/cpmgxy8.rst.txt b/docs/build/_sources/programs/cpmgxy8.rst.txt new file mode 100644 index 0000000..e08a49a --- /dev/null +++ b/docs/build/_sources/programs/cpmgxy8.rst.txt @@ -0,0 +1,4 @@ +CPMGXY-8 +======== + + diff --git a/docs/build/_sources/programs/hahn_echo.rst.txt b/docs/build/_sources/programs/hahn_echo.rst.txt new file mode 100644 index 0000000..aa8702a --- /dev/null +++ b/docs/build/_sources/programs/hahn_echo.rst.txt @@ -0,0 +1,8 @@ +Hahn Echo +========= + +.. image:: ./../_static/HAHN_ECHO.png + :width: 77% + :align: center + +.. autoclass:: qickdawg.HahnEchoDelaySweep diff --git a/docs/build/_sources/programs/odmr.rst.txt b/docs/build/_sources/programs/odmr.rst.txt new file mode 100644 index 0000000..06a7e94 --- /dev/null +++ b/docs/build/_sources/programs/odmr.rst.txt @@ -0,0 +1,10 @@ +ODMR +==== + +ODMR is optically detected nuclear magnetic resonance + +.. image:: ./../_static/ODMR.png + :width: 77% + :align: center + +.. autoclass:: qickdawg.LockinODMR \ No newline at end of file diff --git a/docs/build/_sources/programs/rabi_oscillations.rst.txt b/docs/build/_sources/programs/rabi_oscillations.rst.txt new file mode 100644 index 0000000..b69b25f --- /dev/null +++ b/docs/build/_sources/programs/rabi_oscillations.rst.txt @@ -0,0 +1,7 @@ +Rabi Oscillations +================= +.. image:: ./../_static/RABI.png + :width: 77% + :align: center + +.. autoclass:: qickdawg.RabiSweep \ No newline at end of file diff --git a/docs/build/_sources/programs/ramsey_interferometry.rst.txt b/docs/build/_sources/programs/ramsey_interferometry.rst.txt new file mode 100644 index 0000000..ca15d34 --- /dev/null +++ b/docs/build/_sources/programs/ramsey_interferometry.rst.txt @@ -0,0 +1,8 @@ +Ramsey Interferometry +===================== + +.. image:: ./../_static/Ramsey.png + :width: 77% + :align: center + +.. autoclass:: qickdawg.Ramsey \ No newline at end of file diff --git a/docs/build/_sources/programs/readout_window.rst.txt b/docs/build/_sources/programs/readout_window.rst.txt new file mode 100644 index 0000000..658beb2 --- /dev/null +++ b/docs/build/_sources/programs/readout_window.rst.txt @@ -0,0 +1,7 @@ +Readout Window +============== +.. image:: ./../_static/READOUT.png + :width: 77% + :align: center + +.. autoclass:: qickdawg.ReadoutWindow \ No newline at end of file diff --git a/docs/build/_sources/programs/t1_relaxation.rst.txt b/docs/build/_sources/programs/t1_relaxation.rst.txt new file mode 100644 index 0000000..ff9b573 --- /dev/null +++ b/docs/build/_sources/programs/t1_relaxation.rst.txt @@ -0,0 +1,7 @@ +T1 Relaxation +============= +.. image:: ./../_static/T1.png + :width: 77% + :align: center + +.. autoclass:: qickdawg.T1DelaySweep \ No newline at end of file diff --git a/docs/build/_sources/thebasics/ReadMe.md.txt b/docs/build/_sources/thebasics/ReadMe.md.txt new file mode 100644 index 0000000..03a4cc8 --- /dev/null +++ b/docs/build/_sources/thebasics/ReadMe.md.txt @@ -0,0 +1,110 @@ +# Introduction + +## Quantum Instrumentation Control Kit -
    Defect Arbitrary Waveform Generator +

    + QD logo +

    + + +## Description +The Quantum Instrumentation Control Kit - Defect Arbitrary Waveform Generator (QICK-DAWG) is an extension of [QICK](https://github.com/openquantumhardware/qick) with the purpose of controlling nitrogen-vacancy in diamond and other quantum defects for quantum sensing and other quantum applications. QICK-DAWG utilizes Xilinx Radio Frequency System-on-Chip (RFSoC) Field Programmable Gate Array (FPGAs) evaluation boards which are significantly less expensive than hardware currently available and have the potential for superior capabilities. + +In this package we supply specific mw, laser, and readout pulsing code to characterize photoluminescence intensity, optically detected magnetic resonance (ODMR), spin readout, Rabi Oscillation, Hahn Echo T2, and T1 relaxation. A Jupyter Notebook Demo is included for performing all of these measurements with an RFSoC4x2 to demonstrate typical measurements. + +## Hardware + +- Either [RFSoC4x2](https://www.xilinx.com/support/university/xup-boards/RFSoC4x2.html) or [ZCU111](https://www.xilinx.com/products/boards-and-kits/zcu111.html) +- Router [(example)](https://www.amazon.com/TP-Link-Integrated-Lightening-Protection-TL-R605/dp/B08QTXNWZ1/ref=asc_df_B08QTXNWZ1/?tag=hyprod-20&linkCode=df0&hvadid=475692076734&hvpos=&hvnetw=g&hvrand=3761702075041011209&hvpone=&hvptwo=&hvqmt=&hvdev=c&hvdvcmdl=&hvlocint=&hvlocphy=1022494&hvtargid=pla-1149738264234&psc=1) and ethernet cords +- Control Computer +- Low Frequency Differential Amplifier such as [Texas Instruments LMH5401EVM](https://www.digikey.com/en/products/detail/texas-instruments/LMH5401EVM/5031896?s=N4IgTCBcDaIDIFkASBWALABgIwFEBqCIAugL5A) +- 3 Voltage supplies to power the differential amplifier + +## Installation +To install QICKDAWG software follow the README found [here](https://gitlab-ex.sandia.gov/amounce/qickdawg/-/blob/main/installation/RFSoC4x2_ReadMe.md#quantum-instrumentation-control-kit-defect-arbitary-waveform-generator). Software installation includes: + +## Usage +QICKDAWG has programs for the characterization of: +- Photoluminescence (PL) Intensity +- Optically Detected Magnetic Resonance (ODMR) +- Readout Window +- Rabi Oscillations +- Hanhn Echo T2 +- T1 Relaxation + +using a ZCU111 or RFSoC4x2. Support for the ZCU216 coming soon. + + + +## Support +To raise an issue use the Issues button on the side bar. Email Andy Mounce at amounce@sandia.gov for further support. + + +## Authors and acknowledgment +Andy Mounce[1](#CINT), Emmeline Riendeau[1](#CINT),[2](#Hav) + +1: Center for Integrated Nanotechnology (CINT), Sandia National Laboratories
    +2: Haverford College '24 + +Thank you to Sho Uemura at Fermi Labs for helping us edit the QICK firmware. + + +## License +Copyright 2023 National Technology & Engineering Solutions of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the U.S. Government retains certain rights in this software. + + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE +OR OTHER DEALINGS IN THE SOFTWARE. + +## Project status +QICKDAWG project is active and updates will be added as changes are made. + + diff --git a/docs/build/_static/BNC_to_ttl.jpg b/docs/build/_static/BNC_to_ttl.jpg new file mode 100644 index 0000000..e005116 Binary files /dev/null and b/docs/build/_static/BNC_to_ttl.jpg differ diff --git a/docs/build/_static/BNC_to_ttl_handdrawn.png b/docs/build/_static/BNC_to_ttl_handdrawn.png new file mode 100644 index 0000000..df4b2c5 Binary files /dev/null and b/docs/build/_static/BNC_to_ttl_handdrawn.png differ diff --git a/docs/build/_static/Enclosure.png b/docs/build/_static/Enclosure.png new file mode 100644 index 0000000..8c6910e Binary files /dev/null and b/docs/build/_static/Enclosure.png differ diff --git a/docs/build/_static/Enclosure_Front.STEP b/docs/build/_static/Enclosure_Front.STEP new file mode 100644 index 0000000..c9e662c --- /dev/null +++ b/docs/build/_static/Enclosure_Front.STEP @@ -0,0 +1,1293 @@ +ISO-10303-21; +HEADER; +FILE_DESCRIPTION (( 'STEP AP203' ), + '1' ); +FILE_NAME ('Enclosure_Front.STEP', + '2023-12-30T01:16:06', + ( '' ), + ( '' ), + 'SwSTEP 2.0', + 'SolidWorks 2022', + '' ); +FILE_SCHEMA (( 'CONFIG_CONTROL_DESIGN' )); +ENDSEC; + +DATA; +#1 = FACE_BOUND ( 'NONE', #925, .T. ) ; +#2 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000026645, 0.000000000000000000, 0.5625000000000790479 ) ) ; +#3 = ORIENTED_EDGE ( 'NONE', *, *, #7, .T. ) ; +#4 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#5 = DATE_AND_TIME ( #1187, #185 ) ; +#6 = VERTEX_POINT ( 'NONE', #666 ) ; +#7 = EDGE_CURVE ( 'NONE', #293, #851, #174, .T. ) ; +#8 = FACE_OUTER_BOUND ( 'NONE', #635, .T. ) ; +#9 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#10 = ORIENTED_EDGE ( 'NONE', *, *, #391, .F. ) ; +#11 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.000000000000000000, 1.150251786806005760E-16 ) ) ; +#12 = CIRCLE ( 'NONE', #395, 0.1875000000000003886 ) ; +#13 = ORIENTED_EDGE ( 'NONE', *, *, #886, .T. ) ; +#14 = AXIS2_PLACEMENT_3D ( 'NONE', #989, #974, #894 ) ; +#15 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000026645, 0.1250000000000000000, 0.7500000000000793809 ) ) ; +#16 = ORIENTED_EDGE ( 'NONE', *, *, #646, .T. ) ; +#17 = PLANE ( 'NONE', #965 ) ; +#18 = EDGE_CURVE ( 'NONE', #754, #1144, #868, .T. ) ; +#19 = ORIENTED_EDGE ( 'NONE', *, *, #1084, .F. ) ; +#20 = AXIS2_PLACEMENT_3D ( 'NONE', #98, #1263, #801 ) ; +#21 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#22 = SHAPE_DEFINITION_REPRESENTATION ( #172, #76 ) ; +#23 = AXIS2_PLACEMENT_3D ( 'NONE', #332, #728, #1121 ) ; +#24 = EDGE_LOOP ( 'NONE', ( #692, #899 ) ) ; +#25 = AXIS2_PLACEMENT_3D ( 'NONE', #1140, #661, #451 ) ; +#26 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#27 = VERTEX_POINT ( 'NONE', #473 ) ; +#28 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.000000000000000000, -0.6220472440943773940 ) ) ; +#29 = VERTEX_POINT ( 'NONE', #380 ) ; +#30 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000028422, 0.1250000000000000000, 0.9375000000000901501 ) ) ; +#31 = CIRCLE ( 'NONE', #471, 0.1874999999999998335 ) ; +#32 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#33 = VERTEX_POINT ( 'NONE', #670 ) ; +#34 = FACE_OUTER_BOUND ( 'NONE', #1039, .T. ) ; +#35 = ORIENTED_EDGE ( 'NONE', *, *, #775, .T. ) ; +#36 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#37 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.1250000000000000000, -0.7499999999998895328 ) ) ; +#38 = ADVANCED_FACE ( 'NONE', ( #1062 ), #87, .F. ) ; +#39 = PERSON_AND_ORGANIZATION_ROLE ( 'classification_officer' ) ; +#40 = EDGE_LOOP ( 'NONE', ( #1235, #822 ) ) ; +#41 = EDGE_CURVE ( 'NONE', #1001, #1144, #1222, .T. ) ; +#42 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#43 = ORIENTED_EDGE ( 'NONE', *, *, #764, .T. ) ; +#44 = LINE ( 'NONE', #1131, #942 ) ; +#45 = DIRECTION ( 'NONE', ( -0.000000000000000000, -1.000000000000000000, -0.000000000000000000 ) ) ; +#46 = VERTEX_POINT ( 'NONE', #191 ) ; +#47 = CLOSED_SHELL ( 'NONE', ( #914, #147, #1251, #466, #104, #367, #91, #1078, #378, #1275, #188, #522, #1267, #329, #586, #1262, #922, #767, #931, #952, #1156, #117, #1154, #289, #1086, #55, #1054, #433, #38, #878, #72, #862, #707, #631 ) ) ; +#48 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#49 = ORIENTED_EDGE ( 'NONE', *, *, #725, .T. ) ; +#50 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#51 = VERTEX_POINT ( 'NONE', #1158 ) ; +#52 = EDGE_LOOP ( 'NONE', ( #1232, #19 ) ) ; +#53 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#54 = CIRCLE ( 'NONE', #278, 0.1875000000000003886 ) ; +#55 = ADVANCED_FACE ( 'NONE', ( #383 ), #772, .F. ) ; +#56 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.000000000000000000, -0.8779527559054017827 ) ) ; +#57 = FACE_OUTER_BOUND ( 'NONE', #1127, .T. ) ; +#58 = ORIENTED_EDGE ( 'NONE', *, *, #337, .T. ) ; +#59 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#60 = ORIENTED_EDGE ( 'NONE', *, *, #935, .F. ) ; +#61 = APPROVAL_PERSON_ORGANIZATION ( #222, #64, #610 ) ; +#62 = FACE_BOUND ( 'NONE', #877, .T. ) ; +#63 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.000000000000000000, 0.7500000000000469624 ) ) ; +#64 = APPROVAL ( #708, 'UNSPECIFIED' ) ; +#65 = EDGE_CURVE ( 'NONE', #851, #627, #80, .T. ) ; +#66 = ORIENTED_EDGE ( 'NONE', *, *, #753, .F. ) ; +#67 = APPLICATION_CONTEXT ( 'configuration controlled 3d designs of mechanical parts and assemblies' ) ; +#68 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#69 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000002220, 0.000000000000000000, -0.5624999999998896438 ) ) ; +#70 = CARTESIAN_POINT ( 'NONE', ( 0.000000000000000000, 0.1250000000000000000, 0.000000000000000000 ) ) ; +#71 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000027534, 0.000000000000000000, 0.5625000000001106892 ) ) ; +#72 = ADVANCED_FACE ( 'NONE', ( #275 ), #956, .F. ) ; +#73 = DIRECTION ( 'NONE', ( 0.000000000000000000, -0.000000000000000000, -1.000000000000000000 ) ) ; +#74 = FACE_OUTER_BOUND ( 'NONE', #625, .T. ) ; +#75 = AXIS2_PLACEMENT_3D ( 'NONE', #980, #100, #778 ) ; +#76 = ADVANCED_BREP_SHAPE_REPRESENTATION ( 'Enclosure_Front', ( #1215, #673 ), #357 ) ; +#77 = EDGE_CURVE ( 'NONE', #6, #843, #344, .T. ) ; +#78 = CIRCLE ( 'NONE', #749, 0.1875000000000003886 ) ; +#79 = FACE_BOUND ( 'NONE', #1243, .T. ) ; +#80 = LINE ( 'NONE', #866, #987 ) ; +#81 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000002220, 0.000000000000000000, -0.9374999999998894218 ) ) ; +#82 = VECTOR ( 'NONE', #118, 39.37007874015748143 ) ; +#83 = CIRCLE ( 'NONE', #752, 0.1874999999999999167 ) ; +#84 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#85 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#86 = CIRCLE ( 'NONE', #548, 0.1875000000000003886 ) ; +#87 = CYLINDRICAL_SURFACE ( 'NONE', #273, 0.1875000000000003886 ) ; +#88 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#89 = EDGE_CURVE ( 'NONE', #979, #1172, #1095, .T. ) ; +#90 = ORIENTED_EDGE ( 'NONE', *, *, #762, .F. ) ; +#91 = ADVANCED_FACE ( 'NONE', ( #74 ), #769, .F. ) ; +#92 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#93 = CARTESIAN_POINT ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 0.000000000000000000 ) ) ; +#94 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.000000000000000000, 0.6220472440945554737 ) ) ; +#95 = ORIENTED_EDGE ( 'NONE', *, *, #1047, .F. ) ; +#96 = EDGE_CURVE ( 'NONE', #133, #1081, #578, .T. ) ; +#97 = AXIS2_PLACEMENT_3D ( 'NONE', #151, #541, #527 ) ; +#98 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.1250000000000000000, -0.7499999999998895328 ) ) ; +#99 = ORIENTED_EDGE ( 'NONE', *, *, #1223, .T. ) ; +#100 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#101 = FACE_OUTER_BOUND ( 'NONE', #1053, .T. ) ; +#102 = VERTEX_POINT ( 'NONE', #465 ) ; +#103 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000026645, 0.000000000000000000, 0.7500000000000793809 ) ) ; +#104 = ADVANCED_FACE ( 'NONE', ( #840 ), #936, .F. ) ; +#105 = PERSON_AND_ORGANIZATION ( #1241, #569 ) ; +#106 = ORIENTED_EDGE ( 'NONE', *, *, #268, .F. ) ; +#107 = EDGE_CURVE ( 'NONE', #431, #255, #325, .T. ) ; +#108 = LINE ( 'NONE', #304, #463 ) ; +#109 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000027534, 0.1250000000000000000, 0.7500000000001105782 ) ) ; +#110 = ORIENTED_EDGE ( 'NONE', *, *, #384, .F. ) ; +#111 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000000888, 0.000000000000000000, -0.9374999999998997469 ) ) ; +#112 = CALENDAR_DATE ( 2023, 29, 12 ) ; +#113 = ORIENTED_EDGE ( 'NONE', *, *, #839, .F. ) ; +#114 = AXIS2_PLACEMENT_3D ( 'NONE', #525, #923, #120 ) ; +#115 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#116 = EDGE_LOOP ( 'NONE', ( #939, #417, #339, #455 ) ) ; +#117 = ADVANCED_FACE ( 'NONE', ( #734 ), #445, .F. ) ; +#118 = DIRECTION ( 'NONE', ( -0.000000000000000000, -1.000000000000000000, -0.000000000000000000 ) ) ; +#119 = ORIENTED_EDGE ( 'NONE', *, *, #337, .F. ) ; +#120 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#121 = APPROVAL_PERSON_ORGANIZATION ( #310, #848, #327 ) ; +#122 = PERSON_AND_ORGANIZATION_ROLE ( 'creator' ) ; +#123 = ORIENTED_EDGE ( 'NONE', *, *, #77, .F. ) ; +#124 = AXIS2_PLACEMENT_3D ( 'NONE', #472, #1052, #946 ) ; +#125 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#126 = EDGE_LOOP ( 'NONE', ( #1136, #366, #43, #904 ) ) ; +#127 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000002220, 0.1250000000000000000, -0.7499999999998895328 ) ) ; +#128 = ORIENTED_EDGE ( 'NONE', *, *, #789, .T. ) ; +#129 = EDGE_CURVE ( 'NONE', #462, #607, #636, .T. ) ; +#130 = AXIS2_PLACEMENT_3D ( 'NONE', #184, #671, #592 ) ; +#131 = FACE_OUTER_BOUND ( 'NONE', #1092, .T. ) ; +#132 = AXIS2_PLACEMENT_3D ( 'NONE', #1152, #1150, #557 ) ; +#133 = VERTEX_POINT ( 'NONE', #364 ) ; +#134 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#135 = ORIENTED_EDGE ( 'NONE', *, *, #539, .T. ) ; +#136 = LINE ( 'NONE', #921, #576 ) ; +#137 = EDGE_CURVE ( 'NONE', #533, #979, #154, .T. ) ; +#138 = APPLICATION_CONTEXT ( 'configuration controlled 3d designs of mechanical parts and assemblies' ) ; +#139 = EDGE_CURVE ( 'NONE', #1045, #447, #1148, .T. ) ; +#140 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000026645, 0.000000000000000000, 0.7500000000000793809 ) ) ; +#141 = AXIS2_PLACEMENT_3D ( 'NONE', #691, #88, #504 ) ; +#142 = ORIENTED_EDGE ( 'NONE', *, *, #18, .F. ) ; +#143 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#144 = ORIENTED_EDGE ( 'NONE', *, *, #384, .T. ) ; +#145 = LINE ( 'NONE', #1192, #1248 ) ; +#146 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#147 = ADVANCED_FACE ( 'NONE', ( #57 ), #1037, .F. ) ; +#148 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.1250000000000000000, 0.7500000000000572875 ) ) ; +#149 = EDGE_CURVE ( 'NONE', #633, #533, #580, .T. ) ; +#150 = ORIENTED_EDGE ( 'NONE', *, *, #65, .F. ) ; +#151 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000001776, 0.000000000000000000, -0.7499999999999207301 ) ) ; +#152 = EDGE_LOOP ( 'NONE', ( #971, #743 ) ) ; +#153 = LOCAL_TIME ( 20, 16, 6.000000000000000000, #532 ) ; +#154 = LINE ( 'NONE', #537, #1044 ) ; +#155 = EDGE_CURVE ( 'NONE', #210, #640, #83, .T. ) ; +#156 = ORIENTED_EDGE ( 'NONE', *, *, #1174, .T. ) ; +#157 = EDGE_LOOP ( 'NONE', ( #1099, #3 ) ) ; +#158 = FACE_OUTER_BOUND ( 'NONE', #1201, .T. ) ; +#159 = ORIENTED_EDGE ( 'NONE', *, *, #1023, .F. ) ; +#160 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#161 = AXIS2_PLACEMENT_3D ( 'NONE', #827, #343, #730 ) ; +#162 = ORIENTED_EDGE ( 'NONE', *, *, #1270, .F. ) ; +#163 = ORIENTED_EDGE ( 'NONE', *, *, #326, .T. ) ; +#164 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#165 = VECTOR ( 'NONE', #950, 39.37007874015748143 ) ; +#166 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#167 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#168 = LENGTH_MEASURE_WITH_UNIT ( LENGTH_MEASURE( 0.02539999999999999897 ), #258 ); +#169 = CIRCLE ( 'NONE', #335, 0.1279527559055121944 ) ; +#170 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#171 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#172 = PRODUCT_DEFINITION_SHAPE ( 'NONE', 'NONE', #241 ) ; +#173 = EDGE_LOOP ( 'NONE', ( #845, #733, #163, #836 ) ) ; +#174 = CIRCLE ( 'NONE', #834, 0.1279527559055121944 ) ; +#175 = FACE_BOUND ( 'NONE', #526, .T. ) ; +#176 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#177 = EDGE_CURVE ( 'NONE', #375, #896, #259, .T. ) ; +#178 = EDGE_CURVE ( 'NONE', #429, #714, #809, .T. ) ; +#179 = FACE_BOUND ( 'NONE', #1214, .T. ) ; +#180 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.000000000000000000, 0.7500000000000572875 ) ) ; +#181 = AXIS2_PLACEMENT_3D ( 'NONE', #1015, #617, #1122 ) ; +#182 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.1250000000000000000, -0.6220472440943773940 ) ) ; +#183 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#184 = CARTESIAN_POINT ( 'NONE', ( -9.499999999999996447, 0.1250000000000000000, -1.749999999999998446 ) ) ; +#185 = LOCAL_TIME ( 20, 16, 6.000000000000000000, #821 ) ; +#186 = VECTOR ( 'NONE', #577, 39.37007874015748143 ) ; +#187 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000027534, 0.000000000000000000, 0.5625000000001002531 ) ) ; +#188 = ADVANCED_FACE ( 'NONE', ( #860 ), #558, .F. ) ; +#189 = AXIS2_PLACEMENT_3D ( 'NONE', #288, #500, #84 ) ; +#190 = CARTESIAN_POINT ( 'NONE', ( -9.499999999999996447, 0.000000000000000000, -1.749999999999998446 ) ) ; +#191 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000002220, 0.1250000000000000000, -0.9374999999998894218 ) ) ; +#192 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#193 = ORIENTED_EDGE ( 'NONE', *, *, #775, .F. ) ; +#194 = VECTOR ( 'NONE', #313, 39.37007874015748143 ) ; +#195 = AXIS2_PLACEMENT_3D ( 'NONE', #854, #1126, #1043 ) ; +#196 = CARTESIAN_POINT ( 'NONE', ( 9.500000000000003553, 0.1250000000000000000, 1.749999999999998446 ) ) ; +#197 = EDGE_CURVE ( 'NONE', #1115, #607, #426, .T. ) ; +#198 = LINE ( 'NONE', #881, #742 ) ; +#199 = CIRCLE ( 'NONE', #298, 0.1874999999999998335 ) ; +#200 = CARTESIAN_POINT ( 'NONE', ( -9.499999999999996447, 0.000000000000000000, 1.750000000000000666 ) ) ; +#201 = EDGE_CURVE ( 'NONE', #444, #410, #44, .T. ) ; +#202 = ORIENTED_EDGE ( 'NONE', *, *, #588, .T. ) ; +#203 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#204 = ORIENTED_EDGE ( 'NONE', *, *, #137, .T. ) ; +#205 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.1250000000000000000, 0.8779527559055591013 ) ) ; +#206 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000028422, 0.000000000000000000, 0.5625000000000893730 ) ) ; +#207 = ORIENTED_EDGE ( 'NONE', *, *, #391, .T. ) ; +#208 = EDGE_CURVE ( 'NONE', #533, #633, #995, .T. ) ; +#209 = LINE ( 'NONE', #196, #254 ) ; +#210 = VERTEX_POINT ( 'NONE', #69 ) ; +#211 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#212 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#213 = ORIENTED_EDGE ( 'NONE', *, *, #155, .F. ) ; +#214 = EDGE_CURVE ( 'NONE', #688, #597, #377, .T. ) ; +#215 = DIRECTION ( 'NONE', ( 1.000000000000000000, -0.000000000000000000, -1.150251786806005760E-16 ) ) ; +#216 = PERSON_AND_ORGANIZATION ( #1241, #569 ) ; +#217 = VERTEX_POINT ( 'NONE', #252 ) ; +#218 = LINE ( 'NONE', #190, #1169 ) ; +#219 = LINE ( 'NONE', #622, #655 ) ; +#220 = EDGE_LOOP ( 'NONE', ( #404, #1193, #128, #756 ) ) ; +#221 = LINE ( 'NONE', #1205, #770 ) ; +#222 = PERSON_AND_ORGANIZATION ( #1241, #569 ) ; +#223 = ORIENTED_EDGE ( 'NONE', *, *, #960, .T. ) ; +#224 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#225 = ORIENTED_EDGE ( 'NONE', *, *, #1204, .T. ) ; +#226 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#227 = ORIENTED_EDGE ( 'NONE', *, *, #960, .F. ) ; +#228 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#229 = AXIS2_PLACEMENT_3D ( 'NONE', #511, #1128, #823 ) ; +#230 = EDGE_LOOP ( 'NONE', ( #613, #727, #1240, #1003 ) ) ; +#231 = CYLINDRICAL_SURFACE ( 'NONE', #229, 0.1279527559055121944 ) ; +#232 = ORIENTED_EDGE ( 'NONE', *, *, #129, .F. ) ; +#233 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#234 = EDGE_LOOP ( 'NONE', ( #709, #694, #460, #982 ) ) ; +#235 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#236 = MECHANICAL_CONTEXT ( 'NONE', #67, 'mechanical' ) ; +#237 = ORIENTED_EDGE ( 'NONE', *, *, #1174, .F. ) ; +#238 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#239 = ORIENTED_EDGE ( 'NONE', *, *, #1142, .T. ) ; +#240 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.000000000000000000, 0.8779527559055695374 ) ) ; +#241 = PRODUCT_DEFINITION ( 'UNKNOWN', '', #900, #564 ) ; +#242 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#243 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#244 = ORIENTED_EDGE ( 'NONE', *, *, #559, .T. ) ; +#245 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000001776, 0.1250000000000000000, -0.9374999999999107381 ) ) ; +#246 = EDGE_LOOP ( 'NONE', ( #1085, #333, #1188, #358 ) ) ; +#247 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#248 = AXIS2_PLACEMENT_3D ( 'NONE', #449, #831, #437 ) ; +#249 = ORIENTED_EDGE ( 'NONE', *, *, #798, .F. ) ; +#250 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#251 = EDGE_LOOP ( 'NONE', ( #817, #1266 ) ) ; +#252 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000001776, 0.000000000000000000, -0.5624999999999202860 ) ) ; +#253 = EDGE_CURVE ( 'NONE', #217, #917, #54, .T. ) ; +#254 = VECTOR ( 'NONE', #215, 39.37007874015748143 ) ; +#255 = VERTEX_POINT ( 'NONE', #1246 ) ; +#256 = AXIS2_PLACEMENT_3D ( 'NONE', #270, #68, #865 ) ; +#257 = EDGE_LOOP ( 'NONE', ( #1096, #1046, #390, #303 ) ) ; +#258 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( $, .METRE. ) ); +#259 = CIRCLE ( 'NONE', #25, 0.1279527559055121944 ) ; +#260 = FACE_OUTER_BOUND ( 'NONE', #318, .T. ) ; +#261 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000028422, 0.000000000000000000, 0.5625000000000893730 ) ) ; +#262 = CIRCLE ( 'NONE', #972, 0.1279527559055121944 ) ; +#263 = ORIENTED_EDGE ( 'NONE', *, *, #510, .F. ) ; +#264 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#265 = VERTEX_POINT ( 'NONE', #941 ) ; +#266 = FACE_BOUND ( 'NONE', #1199, .T. ) ; +#267 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#268 = EDGE_CURVE ( 'NONE', #29, #551, #1103, .T. ) ; +#269 = CIRCLE ( 'NONE', #515, 0.1875000000000003886 ) ; +#270 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000028422, 0.000000000000000000, 0.7500000000000898170 ) ) ; +#271 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#272 = EDGE_CURVE ( 'NONE', #51, #462, #1160, .T. ) ; +#273 = AXIS2_PLACEMENT_3D ( 'NONE', #875, #562, #183 ) ; +#274 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#275 = FACE_OUTER_BOUND ( 'NONE', #220, .T. ) ; +#276 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#277 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#278 = AXIS2_PLACEMENT_3D ( 'NONE', #643, #160, #547 ) ; +#279 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#280 = EDGE_CURVE ( 'NONE', #1129, #593, #221, .T. ) ; +#281 = PLANE ( 'NONE', #1006 ) ; +#282 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#283 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#284 = LOCAL_TIME ( 20, 16, 6.000000000000000000, #811 ) ; +#285 = VERTEX_POINT ( 'NONE', #425 ) ; +#286 = CC_DESIGN_APPROVAL ( #1109, ( #1029 ) ) ; +#287 = CIRCLE ( 'NONE', #675, 0.1279527559055121944 ) ; +#288 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.000000000000000000, -0.7499999999998895328 ) ) ; +#289 = ADVANCED_FACE ( 'NONE', ( #930 ), #1213, .F. ) ; +#290 = AXIS2_PLACEMENT_3D ( 'NONE', #672, #872, #679 ) ; +#291 = LINE ( 'NONE', #1090, #800 ) ; +#292 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000028422, 0.1250000000000000000, 0.5625000000000893730 ) ) ; +#293 = VERTEX_POINT ( 'NONE', #609 ) ; +#294 = CIRCLE ( 'NONE', #256, 0.1875000000000003886 ) ; +#295 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.000000000000000000, 0.8779527559055591013 ) ) ; +#296 = ORIENTED_EDGE ( 'NONE', *, *, #253, .T. ) ; +#297 = LINE ( 'NONE', #690, #186 ) ; +#298 = AXIS2_PLACEMENT_3D ( 'NONE', #109, #876, #579 ) ; +#299 = CYLINDRICAL_SURFACE ( 'NONE', #530, 0.1279527559055121944 ) ; +#300 = EDGE_LOOP ( 'NONE', ( #110, #396, #1077, #159 ) ) ; +#301 = EDGE_CURVE ( 'NONE', #285, #938, #1060, .T. ) ; +#302 = FACE_OUTER_BOUND ( 'NONE', #792, .T. ) ; +#303 = ORIENTED_EDGE ( 'NONE', *, *, #820, .T. ) ; +#304 = CARTESIAN_POINT ( 'NONE', ( 9.500000000000003553, 0.1250000000000000000, 1.749999999999998446 ) ) ; +#305 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.000000000000000000, -0.7499999999998895328 ) ) ; +#306 = EDGE_CURVE ( 'NONE', #754, #422, #668, .T. ) ; +#307 = VERTEX_POINT ( 'NONE', #30 ) ; +#308 = VECTOR ( 'NONE', #919, 39.37007874015748143 ) ; +#309 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#310 = PERSON_AND_ORGANIZATION ( #1241, #569 ) ; +#311 = ORIENTED_EDGE ( 'NONE', *, *, #403, .T. ) ; +#312 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000001776, 0.000000000000000000, -0.9374999999999107381 ) ) ; +#313 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#314 = ORIENTED_EDGE ( 'NONE', *, *, #89, .T. ) ; +#315 = VECTOR ( 'NONE', #166, 39.37007874015748143 ) ; +#316 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#317 = APPROVAL_DATE_TIME ( #508, #1109 ) ; +#318 = EDGE_LOOP ( 'NONE', ( #600, #1031, #492, #223 ) ) ; +#319 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.000000000000000000, -0.8779527559054017827 ) ) ; +#320 = VERTEX_POINT ( 'NONE', #715 ) ; +#321 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#322 = ORIENTED_EDGE ( 'NONE', *, *, #272, .F. ) ; +#323 = CIRCLE ( 'NONE', #20, 0.1279527559055121944 ) ; +#324 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#325 = CIRCLE ( 'NONE', #549, 0.1875000000000003886 ) ; +#326 = EDGE_CURVE ( 'NONE', #410, #1038, #841, .T. ) ; +#327 = APPROVAL_ROLE ( '' ) ; +#328 = ORIENTED_EDGE ( 'NONE', *, *, #149, .T. ) ; +#329 = ADVANCED_FACE ( 'NONE', ( #722 ), #905, .F. ) ; +#330 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.1250000000000000000, 0.6220472440945347126 ) ) ; +#331 = EDGE_LOOP ( 'NONE', ( #237, #991, #1212, #58 ) ) ; +#332 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000001776, 0.1250000000000000000, -0.7499999999999207301 ) ) ; +#333 = ORIENTED_EDGE ( 'NONE', *, *, #940, .T. ) ; +#334 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.1250000000000000000, -0.7499999999998895328 ) ) ; +#335 = AXIS2_PLACEMENT_3D ( 'NONE', #620, #443, #804 ) ; +#336 = COORDINATED_UNIVERSAL_TIME_OFFSET ( 5, 0, .BEHIND. ) ; +#337 = EDGE_CURVE ( 'NONE', #627, #523, #735, .T. ) ; +#338 = LOCAL_TIME ( 20, 16, 6.000000000000000000, #1016 ) ; +#339 = ORIENTED_EDGE ( 'NONE', *, *, #385, .T. ) ; +#340 = FACE_OUTER_BOUND ( 'NONE', #442, .T. ) ; +#341 = ORIENTED_EDGE ( 'NONE', *, *, #751, .F. ) ; +#342 = LINE ( 'NONE', #420, #365 ) ; +#343 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#344 = CIRCLE ( 'NONE', #1155, 0.1279527559055121944 ) ; +#345 = APPROVAL_DATE_TIME ( #1000, #64 ) ; +#346 = EDGE_LOOP ( 'NONE', ( #545, #144 ) ) ; +#347 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.1250000000000000000, -0.7499999999998895328 ) ) ; +#348 = ORIENTED_EDGE ( 'NONE', *, *, #208, .T. ) ; +#349 = EDGE_CURVE ( 'NONE', #265, #1038, #810, .T. ) ; +#350 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#351 = EDGE_CURVE ( 'NONE', #462, #51, #86, .T. ) ; +#352 = ORIENTED_EDGE ( 'NONE', *, *, #1059, .F. ) ; +#353 = FACE_OUTER_BOUND ( 'NONE', #1125, .T. ) ; +#354 = EDGE_LOOP ( 'NONE', ( #348, #328 ) ) ; +#355 = AXIS2_PLACEMENT_3D ( 'NONE', #334, #21, #434 ) ; +#356 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#357 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #1056 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #556, #250, #53 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#358 = ORIENTED_EDGE ( 'NONE', *, *, #789, .F. ) ; +#359 = ORIENTED_EDGE ( 'NONE', *, *, #751, .T. ) ; +#360 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000027534, 0.000000000000000000, 0.7500000000001105782 ) ) ; +#361 = ORIENTED_EDGE ( 'NONE', *, *, #351, .T. ) ; +#362 = CIRCLE ( 'NONE', #555, 0.1875000000000003886 ) ; +#363 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.000000000000000000, 0.6220472440945347126 ) ) ; +#364 = CARTESIAN_POINT ( 'NONE', ( 9.500000000000003553, 0.1250000000000000000, 1.749999999999998446 ) ) ; +#365 = VECTOR ( 'NONE', #430, 39.37007874015748143 ) ; +#366 = ORIENTED_EDGE ( 'NONE', *, *, #107, .F. ) ; +#367 = ADVANCED_FACE ( 'NONE', ( #131 ), #819, .F. ) ; +#368 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#369 = EDGE_LOOP ( 'NONE', ( #1217, #193, #1178, #838 ) ) ; +#370 = AXIS2_PLACEMENT_3D ( 'NONE', #1226, #167, #242 ) ; +#371 = FACE_BOUND ( 'NONE', #704, .T. ) ; +#372 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000027534, 0.000000000000000000, 0.7500000000001001421 ) ) ; +#373 = AXIS2_PLACEMENT_3D ( 'NONE', #127, #226, #713 ) ; +#374 = EDGE_CURVE ( 'NONE', #1225, #33, #1041, .T. ) ; +#375 = VERTEX_POINT ( 'NONE', #595 ) ; +#376 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#377 = LINE ( 'NONE', #261, #388 ) ; +#378 = ADVANCED_FACE ( 'NONE', ( #693 ), #494, .F. ) ; +#379 = DIRECTION ( 'NONE', ( 0.000000000000000000, -1.000000000000000000, 0.000000000000000000 ) ) ; +#380 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.1250000000000000000, 0.8779527559055798624 ) ) ; +#381 = AXIS2_PLACEMENT_3D ( 'NONE', #1259, #1151, #387 ) ; +#382 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000028422, 0.1250000000000000000, 0.7500000000000898170 ) ) ; +#383 = FACE_OUTER_BOUND ( 'NONE', #731, .T. ) ; +#384 = EDGE_CURVE ( 'NONE', #640, #210, #654, .T. ) ; +#385 = EDGE_CURVE ( 'NONE', #375, #29, #884, .T. ) ; +#386 = DIRECTION ( 'NONE', ( 0.000000000000000000, -0.000000000000000000, -1.000000000000000000 ) ) ; +#387 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#388 = VECTOR ( 'NONE', #356, 39.37007874015748143 ) ; +#389 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000026645, 0.1250000000000000000, 0.9375000000000798250 ) ) ; +#390 = ORIENTED_EDGE ( 'NONE', *, *, #985, .T. ) ; +#391 = EDGE_CURVE ( 'NONE', #523, #627, #323, .T. ) ; +#392 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000027534, 0.000000000000000000, 0.9375000000001103562 ) ) ; +#393 = DIRECTION ( 'NONE', ( -0.000000000000000000, -1.000000000000000000, -0.000000000000000000 ) ) ; +#394 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#395 = AXIS2_PLACEMENT_3D ( 'NONE', #15, #48, #926 ) ; +#396 = ORIENTED_EDGE ( 'NONE', *, *, #651, .T. ) ; +#397 = CARTESIAN_POINT ( 'NONE', ( 9.500000000000003553, 0.000000000000000000, 1.749999999999998446 ) ) ; +#398 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#399 = AXIS2_PLACEMENT_3D ( 'NONE', #1256, #485, #567 ) ; +#400 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.1250000000000000000, 0.7500000000000677236 ) ) ; +#401 = VERTEX_POINT ( 'NONE', #111 ) ; +#402 = DIRECTION ( 'NONE', ( 1.000000000000000000, -0.000000000000000000, -1.150251786806005760E-16 ) ) ; +#403 = EDGE_CURVE ( 'NONE', #1081, #885, #973, .T. ) ; +#404 = ORIENTED_EDGE ( 'NONE', *, *, #940, .F. ) ; +#405 = FACE_BOUND ( 'NONE', #157, .T. ) ; +#406 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.000000000000000000, 0.7500000000000677236 ) ) ; +#407 = ORIENTED_EDGE ( 'NONE', *, *, #879, .T. ) ; +#408 = DIRECTION ( 'NONE', ( -0.000000000000000000, -1.000000000000000000, -0.000000000000000000 ) ) ; +#409 = CALENDAR_DATE ( 2023, 29, 12 ) ; +#410 = VERTEX_POINT ( 'NONE', #1074 ) ; +#411 = FACE_BOUND ( 'NONE', #1020, .T. ) ; +#412 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000001776, 0.1250000000000000000, -0.5624999999999202860 ) ) ; +#413 = ORIENTED_EDGE ( 'NONE', *, *, #1254, .T. ) ; +#414 = AXIS2_PLACEMENT_3D ( 'NONE', #634, #238, #1216 ) ; +#415 = CIRCLE ( 'NONE', #1239, 0.1874999999999999167 ) ; +#416 = LINE ( 'NONE', #977, #1195 ) ; +#417 = ORIENTED_EDGE ( 'NONE', *, *, #177, .F. ) ; +#418 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000028422, 0.000000000000000000, 0.7500000000000898170 ) ) ; +#419 = ORIENTED_EDGE ( 'NONE', *, *, #351, .F. ) ; +#420 = CARTESIAN_POINT ( 'NONE', ( 9.500000000000003553, 0.000000000000000000, -1.750000000000000666 ) ) ; +#421 = VECTOR ( 'NONE', #11, 39.37007874015748143 ) ; +#422 = VERTEX_POINT ( 'NONE', #392 ) ; +#423 = CIRCLE ( 'NONE', #1036, 0.1875000000000003886 ) ; +#424 = EDGE_CURVE ( 'NONE', #499, #1221, #78, .T. ) ; +#425 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.1250000000000000000, -0.8779527559054017827 ) ) ; +#426 = CIRCLE ( 'NONE', #964, 0.1875000000000003886 ) ; +#427 = VERTEX_POINT ( 'NONE', #1274 ) ; +#428 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.1250000000000000000, 0.8779527559055695374 ) ) ; +#429 = VERTEX_POINT ( 'NONE', #686 ) ; +#430 = DIRECTION ( 'NONE', ( -0.000000000000000000, -0.000000000000000000, -1.000000000000000000 ) ) ; +#431 = VERTEX_POINT ( 'NONE', #582 ) ; +#432 = VECTOR ( 'NONE', #1004, 39.37007874015748143 ) ; +#433 = ADVANCED_FACE ( 'NONE', ( #302 ), #1180, .F. ) ; +#434 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#435 = PERSON_AND_ORGANIZATION ( #1241, #569 ) ; +#436 = ORIENTED_EDGE ( 'NONE', *, *, #833, .T. ) ; +#437 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#438 = ORIENTED_EDGE ( 'NONE', *, *, #385, .F. ) ; +#439 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000027534, 0.000000000000000000, 0.5625000000001106892 ) ) ; +#440 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#441 = CIRCLE ( 'NONE', #948, 0.1279527559055121944 ) ; +#442 = EDGE_LOOP ( 'NONE', ( #352, #619, #239, #95 ) ) ; +#443 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#444 = VERTEX_POINT ( 'NONE', #187 ) ; +#445 = CYLINDRICAL_SURFACE ( 'NONE', #656, 0.1875000000000003886 ) ; +#446 = AXIS2_PLACEMENT_3D ( 'NONE', #954, #572, #479 ) ; +#447 = VERTEX_POINT ( 'NONE', #1093 ) ; +#448 = EDGE_CURVE ( 'NONE', #593, #502, #416, .T. ) ; +#449 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000000888, 0.000000000000000000, -0.7499999999998999689 ) ) ; +#450 = ORIENTED_EDGE ( 'NONE', *, *, #1204, .F. ) ; +#451 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#452 = PRODUCT ( 'Enclosure_Front', 'Enclosure_Front', '', ( #236 ) ) ; +#453 = AXIS2_PLACEMENT_3D ( 'NONE', #475, #543, #247 ) ; +#454 = ORIENTED_EDGE ( 'NONE', *, *, #510, .T. ) ; +#455 = ORIENTED_EDGE ( 'NONE', *, *, #268, .T. ) ; +#456 = ORIENTED_EDGE ( 'NONE', *, *, #698, .F. ) ; +#457 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#458 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#459 = AXIS2_PLACEMENT_3D ( 'NONE', #737, #125, #519 ) ; +#460 = ORIENTED_EDGE ( 'NONE', *, *, #1084, .T. ) ; +#461 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.1250000000000000000, -0.6220472440943773940 ) ) ; +#462 = VERTEX_POINT ( 'NONE', #574 ) ; +#463 = VECTOR ( 'NONE', #393, 39.37007874015748143 ) ; +#464 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#465 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000028422, 0.000000000000000000, 0.9375000000000901501 ) ) ; +#466 = ADVANCED_FACE ( 'NONE', ( #984 ), #776, .F. ) ; +#467 = CIRCLE ( 'NONE', #1137, 0.1874999999999998335 ) ; +#468 = CYLINDRICAL_SURFACE ( 'NONE', #124, 0.1279527559055121944 ) ; +#469 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#470 = CC_DESIGN_PERSON_AND_ORGANIZATION_ASSIGNMENT ( #435, #828, ( #452 ) ) ; +#471 = AXIS2_PLACEMENT_3D ( 'NONE', #779, #279, #1171 ) ; +#472 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.000000000000000000, 0.7500000000000572875 ) ) ; +#473 = CARTESIAN_POINT ( 'NONE', ( -9.499999999999996447, 0.1250000000000000000, -1.749999999999998446 ) ) ; +#474 = FACE_BOUND ( 'NONE', #712, .T. ) ; +#475 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.000000000000000000, 0.7500000000000469624 ) ) ; +#476 = VECTOR ( 'NONE', #408, 39.37007874015748143 ) ; +#477 = EDGE_CURVE ( 'NONE', #401, #830, #1087, .T. ) ; +#478 = LINE ( 'NONE', #489, #1189 ) ; +#479 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#480 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.1250000000000000000, -0.6220472440943773940 ) ) ; +#481 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000000888, 0.000000000000000000, -0.9374999999998997469 ) ) ; +#482 = AXIS2_PLACEMENT_3D ( 'NONE', #148, #243, #538 ) ; +#483 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#484 = VECTOR ( 'NONE', #458, 39.37007874015748143 ) ; +#485 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#486 = LINE ( 'NONE', #1076, #855 ) ; +#487 = ORIENTED_EDGE ( 'NONE', *, *, #705, .F. ) ; +#488 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#489 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000002220, 0.000000000000000000, -0.5624999999998896438 ) ) ; +#490 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#491 = CIRCLE ( 'NONE', #1166, 0.1279527559055121944 ) ; +#492 = ORIENTED_EDGE ( 'NONE', *, *, #96, .F. ) ; +#493 = EDGE_CURVE ( 'NONE', #1129, #133, #209, .T. ) ; +#494 = CYLINDRICAL_SURFACE ( 'NONE', #1258, 0.1874999999999999167 ) ; +#495 = EDGE_LOOP ( 'NONE', ( #647, #90 ) ) ; +#496 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#497 = AXIS2_PLACEMENT_3D ( 'NONE', #766, #282, #676 ) ; +#498 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#499 = VERTEX_POINT ( 'NONE', #880 ) ; +#500 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#501 = PERSON_AND_ORGANIZATION_ROLE ( 'design_supplier' ) ; +#502 = VERTEX_POINT ( 'NONE', #397 ) ; +#503 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.000000000000000000, -0.8779527559054017827 ) ) ; +#504 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#505 = ORIENTED_EDGE ( 'NONE', *, *, #208, .F. ) ; +#506 = AXIS2_PLACEMENT_3D ( 'NONE', #37, #228, #440 ) ; +#507 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#508 = DATE_AND_TIME ( #112, #338 ) ; +#509 = ORIENTED_EDGE ( 'NONE', *, *, #214, .F. ) ; +#510 = EDGE_CURVE ( 'NONE', #1081, #27, #1269, .T. ) ; +#511 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.000000000000000000, 0.7500000000000469624 ) ) ; +#512 = ORIENTED_EDGE ( 'NONE', *, *, #1194, .T. ) ; +#513 = CARTESIAN_POINT ( 'NONE', ( -9.499999999999996447, 0.1250000000000000000, -1.749999999999998446 ) ) ; +#514 = ORIENTED_EDGE ( 'NONE', *, *, #1023, .T. ) ; +#515 = AXIS2_PLACEMENT_3D ( 'NONE', #418, #837, #844 ) ; +#516 = AXIS2_PLACEMENT_3D ( 'NONE', #1147, #1157, #1139 ) ; +#517 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000027534, 0.1250000000000000000, 0.7500000000001001421 ) ) ; +#518 = ORIENTED_EDGE ( 'NONE', *, *, #870, .T. ) ; +#519 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#520 = ORIENTED_EDGE ( 'NONE', *, *, #201, .F. ) ; +#521 = DIRECTION ( 'NONE', ( 1.150251786806005760E-16, -0.000000000000000000, 1.000000000000000000 ) ) ; +#522 = ADVANCED_FACE ( 'NONE', ( #781 ), #1196, .F. ) ; +#523 = VERTEX_POINT ( 'NONE', #1173 ) ; +#524 = AXIS2_PLACEMENT_3D ( 'NONE', #863, #274, #170 ) ; +#525 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000027534, 0.000000000000000000, 0.7500000000001105782 ) ) ; +#526 = EDGE_LOOP ( 'NONE', ( #456, #642 ) ) ; +#527 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#528 = ORIENTED_EDGE ( 'NONE', *, *, #740, .T. ) ; +#529 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#530 = AXIS2_PLACEMENT_3D ( 'NONE', #406, #394, #1083 ) ; +#531 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#532 = COORDINATED_UNIVERSAL_TIME_OFFSET ( 5, 0, .BEHIND. ) ; +#533 = VERTEX_POINT ( 'NONE', #295 ) ; +#534 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#535 = ORIENTED_EDGE ( 'NONE', *, *, #782, .F. ) ; +#536 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#537 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.000000000000000000, 0.8779527559055591013 ) ) ; +#538 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#539 = EDGE_CURVE ( 'NONE', #858, #46, #644, .T. ) ; +#540 = ORIENTED_EDGE ( 'NONE', *, *, #178, .F. ) ; +#541 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#542 = ORIENTED_EDGE ( 'NONE', *, *, #493, .T. ) ; +#543 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#544 = ORIENTED_EDGE ( 'NONE', *, *, #1270, .T. ) ; +#545 = ORIENTED_EDGE ( 'NONE', *, *, #155, .T. ) ; +#546 = CYLINDRICAL_SURFACE ( 'NONE', #957, 0.1874999999999999167 ) ; +#547 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#548 = AXIS2_PLACEMENT_3D ( 'NONE', #140, #1007, #531 ) ; +#549 = AXIS2_PLACEMENT_3D ( 'NONE', #758, #350, #267 ) ; +#550 = AXIS2_PLACEMENT_3D ( 'NONE', #916, #706, #999 ) ; +#551 = VERTEX_POINT ( 'NONE', #573 ) ; +#552 = PLANE ( 'NONE', #1130 ) ; +#553 = FACE_OUTER_BOUND ( 'NONE', #1210, .T. ) ; +#554 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000001776, 0.000000000000000000, -0.7499999999999102940 ) ) ; +#555 = AXIS2_PLACEMENT_3D ( 'NONE', #1104, #26, #933 ) ; +#556 =( CONVERSION_BASED_UNIT ( 'INCH', #168 ) LENGTH_UNIT ( ) NAMED_UNIT ( #639 ) ); +#557 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#558 = CYLINDRICAL_SURFACE ( 'NONE', #1141, 0.1875000000000003886 ) ; +#559 = EDGE_CURVE ( 'NONE', #885, #320, #486, .T. ) ; +#560 = ORIENTED_EDGE ( 'NONE', *, *, #1101, .T. ) ; +#561 = FACE_BOUND ( 'NONE', #40, .T. ) ; +#562 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#563 = EDGE_CURVE ( 'NONE', #27, #1129, #1091, .T. ) ; +#564 = DESIGN_CONTEXT ( 'detailed design', #138, 'design' ) ; +#565 = AXIS2_PLACEMENT_3D ( 'NONE', #517, #623, #235 ) ; +#566 = PLANE ( 'NONE', #516 ) ; +#567 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#568 = CC_DESIGN_DATE_AND_TIME_ASSIGNMENT ( #5, #603, ( #241 ) ) ; +#569 = ORGANIZATION ( 'UNSPECIFIED', 'UNSPECIFIED', '' ) ; +#570 = LINE ( 'NONE', #56, #1132 ) ; +#571 = CIRCLE ( 'NONE', #14, 0.1279527559055121944 ) ; +#572 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#573 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.1250000000000000000, 0.6220472440945554737 ) ) ; +#574 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000026645, 0.000000000000000000, 0.9375000000000798250 ) ) ; +#575 = AXIS2_PLACEMENT_3D ( 'NONE', #975, #9, #981 ) ; +#576 = VECTOR ( 'NONE', #529, 39.37007874015748143 ) ; +#577 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#578 = LINE ( 'NONE', #969, #1261 ) ; +#579 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#580 = CIRCLE ( 'NONE', #915, 0.1279527559055121944 ) ; +#581 = ORIENTED_EDGE ( 'NONE', *, *, #782, .T. ) ; +#582 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000001776, 0.000000000000000000, -0.5624999999999099609 ) ) ; +#583 = CIRCLE ( 'NONE', #1079, 0.1279527559055121944 ) ; +#584 = CYLINDRICAL_SURFACE ( 'NONE', #958, 0.1279527559055121944 ) ; +#585 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000001776, 0.000000000000000000, -0.9374999999999210631 ) ) ; +#586 = ADVANCED_FACE ( 'NONE', ( #101 ), #599, .F. ) ; +#587 = ORIENTED_EDGE ( 'NONE', *, *, #983, .T. ) ; +#588 = EDGE_CURVE ( 'NONE', #917, #429, #1260, .T. ) ; +#589 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#590 = ORIENTED_EDGE ( 'NONE', *, *, #137, .F. ) ; +#591 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000027534, 0.1250000000000000000, 0.9375000000001103562 ) ) ; +#592 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, -1.000000000000000000 ) ) ; +#593 = VERTEX_POINT ( 'NONE', #200 ) ; +#594 = CC_DESIGN_DATE_AND_TIME_ASSIGNMENT ( #1117, #1207, ( #1029 ) ) ; +#595 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.000000000000000000, 0.8779527559055798624 ) ) ; +#596 = APPLICATION_PROTOCOL_DEFINITION ( 'international standard', 'config_control_design', 1994, #138 ) ; +#597 = VERTEX_POINT ( 'NONE', #292 ) ; +#598 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000027534, 0.1250000000000000000, 0.9375000000001000311 ) ) ; +#599 = PLANE ( 'NONE', #130 ) ; +#600 = ORIENTED_EDGE ( 'NONE', *, *, #798, .T. ) ; +#601 = CARTESIAN_POINT ( 'NONE', ( 9.500000000000003553, 0.1250000000000000000, -1.750000000000000666 ) ) ; +#602 = EDGE_CURVE ( 'NONE', #444, #265, #467, .T. ) ; +#603 = DATE_TIME_ROLE ( 'creation_date' ) ; +#604 = EDGE_LOOP ( 'NONE', ( #99, #913 ) ) ; +#605 = CYLINDRICAL_SURFACE ( 'NONE', #248, 0.1874999999999999167 ) ; +#606 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000000888, 0.1250000000000000000, -0.9374999999998997469 ) ) ; +#607 = VERTEX_POINT ( 'NONE', #389 ) ; +#608 = AXIS2_PLACEMENT_3D ( 'NONE', #1219, #324, #632 ) ; +#609 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.000000000000000000, -0.8779527559054017827 ) ) ; +#610 = APPROVAL_ROLE ( '' ) ; +#611 = EDGE_LOOP ( 'NONE', ( #908, #910 ) ) ; +#612 = FACE_OUTER_BOUND ( 'NONE', #257, .T. ) ; +#613 = ORIENTED_EDGE ( 'NONE', *, *, #306, .F. ) ; +#614 = FACE_OUTER_BOUND ( 'NONE', #1005, .T. ) ; +#615 = ORIENTED_EDGE ( 'NONE', *, *, #1149, .F. ) ; +#616 = VECTOR ( 'NONE', #85, 39.37007874015748143 ) ; +#617 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#618 = PERSON_AND_ORGANIZATION ( #1241, #569 ) ; +#619 = ORIENTED_EDGE ( 'NONE', *, *, #139, .T. ) ; +#620 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.1250000000000000000, -0.7499999999998895328 ) ) ; +#621 = ORIENTED_EDGE ( 'NONE', *, *, #689, .F. ) ; +#622 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000001776, 0.000000000000000000, -0.5624999999999202860 ) ) ; +#623 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#624 = APPROVAL_DATE_TIME ( #986, #848 ) ; +#625 = EDGE_LOOP ( 'NONE', ( #322, #1143, #1229, #232 ) ) ; +#626 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#627 = VERTEX_POINT ( 'NONE', #480 ) ; +#628 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.000000000000000000, -0.6220472440943773940 ) ) ; +#629 = AXIS2_PLACEMENT_3D ( 'NONE', #677, #888, #192 ) ; +#630 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000001776, 0.000000000000000000, -0.7499999999999207301 ) ) ; +#631 = ADVANCED_FACE ( 'NONE', ( #1272 ), #696, .F. ) ; +#632 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#633 = VERTEX_POINT ( 'NONE', #1184 ) ; +#634 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000000888, 0.000000000000000000, -0.7499999999998999689 ) ) ; +#635 = EDGE_LOOP ( 'NONE', ( #893, #156, #207, #150 ) ) ; +#636 = LINE ( 'NONE', #763, #165 ) ; +#637 = CIRCLE ( 'NONE', #721, 0.1279527559055121944 ) ; +#638 = CIRCLE ( 'NONE', #75, 0.1875000000000003886 ) ; +#639 = DIMENSIONAL_EXPONENTS ( 1.000000000000000000, 0.000000000000000000, 0.000000000000000000, 0.000000000000000000, 0.000000000000000000, 0.000000000000000000, 0.000000000000000000 ) ; +#640 = VERTEX_POINT ( 'NONE', #1071 ) ; +#641 = ORIENTED_EDGE ( 'NONE', *, *, #77, .T. ) ; +#642 = ORIENTED_EDGE ( 'NONE', *, *, #326, .F. ) ; +#643 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000001776, 0.000000000000000000, -0.7499999999999207301 ) ) ; +#644 = CIRCLE ( 'NONE', #1244, 0.1874999999999999167 ) ; +#645 = AXIS2_PLACEMENT_3D ( 'NONE', #816, #1211, #536 ) ; +#646 = EDGE_CURVE ( 'NONE', #551, #29, #1035, .T. ) ; +#647 = ORIENTED_EDGE ( 'NONE', *, *, #539, .F. ) ; +#648 = ORIENTED_EDGE ( 'NONE', *, *, #96, .T. ) ; +#649 = FACE_OUTER_BOUND ( 'NONE', #701, .T. ) ; +#650 = ORIENTED_EDGE ( 'NONE', *, *, #563, .F. ) ; +#651 = EDGE_CURVE ( 'NONE', #640, #46, #785, .T. ) ; +#652 = FACE_BOUND ( 'NONE', #24, .T. ) ; +#653 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.000000000000000000, -0.8779527559054017827 ) ) ; +#654 = CIRCLE ( 'NONE', #710, 0.1874999999999999167 ) ; +#655 = VECTOR ( 'NONE', #36, 39.37007874015748143 ) ; +#656 = AXIS2_PLACEMENT_3D ( 'NONE', #630, #929, #1250 ) ; +#657 = ORIENTED_EDGE ( 'NONE', *, *, #1161, .F. ) ; +#658 = ORIENTED_EDGE ( 'NONE', *, *, #857, .F. ) ; +#659 = EDGE_CURVE ( 'NONE', #896, #551, #970, .T. ) ; +#660 = PLANE ( 'NONE', #850 ) ; +#661 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#662 = CIRCLE ( 'NONE', #414, 0.1874999999999999167 ) ; +#663 = CYLINDRICAL_SURFACE ( 'NONE', #132, 0.1279527559055121944 ) ; +#664 = DIRECTION ( 'NONE', ( -0.000000000000000000, -0.000000000000000000, -1.000000000000000000 ) ) ; +#665 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000028422, 0.1250000000000000000, 0.7500000000000898170 ) ) ; +#666 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.000000000000000000, 0.6220472440945450376 ) ) ; +#667 = EDGE_CURVE ( 'NONE', #851, #293, #583, .T. ) ; +#668 = CIRCLE ( 'NONE', #114, 0.1874999999999998335 ) ; +#669 = FACE_OUTER_BOUND ( 'NONE', #369, .T. ) ; +#670 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.1250000000000000000, 0.6220472440945450376 ) ) ; +#671 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.000000000000000000, 0.000000000000000000 ) ) ; +#672 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000027534, 0.000000000000000000, 0.7500000000001105782 ) ) ; +#673 = AXIS2_PLACEMENT_3D ( 'NONE', #924, #32, #906 ) ; +#674 = FACE_BOUND ( 'NONE', #1051, .T. ) ; +#675 = AXIS2_PLACEMENT_3D ( 'NONE', #784, #1257, #483 ) ; +#676 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#677 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.000000000000000000, -0.7499999999998895328 ) ) ; +#678 = EDGE_LOOP ( 'NONE', ( #560, #641 ) ) ; +#679 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#680 = VECTOR ( 'NONE', #963, 39.37007874015748143 ) ; +#681 = EDGE_CURVE ( 'NONE', #1110, #718, #813, .T. ) ; +#682 = CIRCLE ( 'NONE', #856, 0.1875000000000003886 ) ; +#683 = FACE_BOUND ( 'NONE', #354, .T. ) ; +#684 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#685 = ORIENTED_EDGE ( 'NONE', *, *, #301, .F. ) ; +#686 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000001776, 0.1250000000000000000, -0.9374999999999210631 ) ) ; +#687 = CIRCLE ( 'NONE', #1179, 0.1279527559055121944 ) ; +#688 = VERTEX_POINT ( 'NONE', #206 ) ; +#689 = EDGE_CURVE ( 'NONE', #1144, #1001, #199, .T. ) ; +#690 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000000888, 0.000000000000000000, -0.5624999999999000799 ) ) ; +#691 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000027534, 0.1250000000000000000, 0.7500000000001001421 ) ) ; +#692 = ORIENTED_EDGE ( 'NONE', *, *, #374, .F. ) ; +#693 = FACE_OUTER_BOUND ( 'NONE', #300, .T. ) ; +#694 = ORIENTED_EDGE ( 'NONE', *, *, #967, .T. ) ; +#695 = FACE_OUTER_BOUND ( 'NONE', #1072, .T. ) ; +#696 = CYLINDRICAL_SURFACE ( 'NONE', #575, 0.1279527559055121944 ) ; +#697 = ORIENTED_EDGE ( 'NONE', *, *, #985, .F. ) ; +#698 = EDGE_CURVE ( 'NONE', #1038, #410, #1018, .T. ) ; +#699 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#700 = PERSON_AND_ORGANIZATION ( #1241, #569 ) ; +#701 = EDGE_LOOP ( 'NONE', ( #998, #227, #783, #920 ) ) ; +#702 = FACE_OUTER_BOUND ( 'NONE', #331, .T. ) ; +#703 = LINE ( 'NONE', #28, #194 ) ; +#704 = EDGE_LOOP ( 'NONE', ( #1276, #621 ) ) ; +#705 = EDGE_CURVE ( 'NONE', #51, #1115, #895, .T. ) ; +#706 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#707 = ADVANCED_FACE ( 'NONE', ( #1265 ), #299, .F. ) ; +#708 = APPROVAL_STATUS ( 'not_yet_approved' ) ; +#709 = ORIENTED_EDGE ( 'NONE', *, *, #1030, .F. ) ; +#710 = AXIS2_PLACEMENT_3D ( 'NONE', #1186, #890, #1167 ) ; +#711 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000027534, 0.1250000000000000000, 0.5625000000001106892 ) ) ; +#712 = EDGE_LOOP ( 'NONE', ( #1175, #540 ) ) ; +#713 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#714 = VERTEX_POINT ( 'NONE', #412 ) ; +#715 = CARTESIAN_POINT ( 'NONE', ( -9.499999999999996447, 0.000000000000000000, -1.749999999999998446 ) ) ; +#716 = EDGE_LOOP ( 'NONE', ( #106, #945 ) ) ; +#717 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000028422, 0.000000000000000000, 0.9375000000000901501 ) ) ; +#718 = VERTEX_POINT ( 'NONE', #797 ) ; +#719 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#720 = ORIENTED_EDGE ( 'NONE', *, *, #253, .F. ) ; +#721 = AXIS2_PLACEMENT_3D ( 'NONE', #1019, #909, #42 ) ; +#722 = FACE_OUTER_BOUND ( 'NONE', #760, .T. ) ; +#723 = APPROVAL_STATUS ( 'not_yet_approved' ) ; +#724 = ORIENTED_EDGE ( 'NONE', *, *, #306, .T. ) ; +#725 = EDGE_CURVE ( 'NONE', #265, #444, #31, .T. ) ; +#726 = CYLINDRICAL_SURFACE ( 'NONE', #826, 0.1279527559055121944 ) ; +#727 = ORIENTED_EDGE ( 'NONE', *, *, #18, .T. ) ; +#728 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#729 = EDGE_CURVE ( 'NONE', #1273, #447, #262, .T. ) ; +#730 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#731 = EDGE_LOOP ( 'NONE', ( #815, #213, #514, #135 ) ) ; +#732 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#733 = ORIENTED_EDGE ( 'NONE', *, *, #201, .T. ) ; +#734 = FACE_OUTER_BOUND ( 'NONE', #1123, .T. ) ; +#735 = CIRCLE ( 'NONE', #355, 0.1279527559055121944 ) ; +#736 = EDGE_LOOP ( 'NONE', ( #35, #976 ) ) ; +#737 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000027534, 0.000000000000000000, 0.7500000000001105782 ) ) ; +#738 = EDGE_LOOP ( 'NONE', ( #786, #542, #648, #454 ) ) ; +#739 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#740 = EDGE_CURVE ( 'NONE', #896, #375, #687, .T. ) ; +#741 = LOCAL_TIME ( 20, 16, 6.000000000000000000, #336 ) ; +#742 = VECTOR ( 'NONE', #796, 39.37007874015748143 ) ; +#743 = ORIENTED_EDGE ( 'NONE', *, *, #870, .F. ) ; +#744 = ORIENTED_EDGE ( 'NONE', *, *, #1247, .T. ) ; +#745 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#746 = EDGE_LOOP ( 'NONE', ( #49, #805 ) ) ; +#747 = CARTESIAN_POINT ( 'NONE', ( 9.500000000000003553, 0.000000000000000000, -1.750000000000000666 ) ) ; +#748 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000002220, 0.000000000000000000, -0.7499999999998895328 ) ) ; +#749 = AXIS2_PLACEMENT_3D ( 'NONE', #992, #309, #507 ) ; +#750 = CIRCLE ( 'NONE', #911, 0.1874999999999999167 ) ; +#751 = EDGE_CURVE ( 'NONE', #843, #1225, #1114, .T. ) ; +#752 = AXIS2_PLACEMENT_3D ( 'NONE', #748, #1238, #835 ) ; +#753 = EDGE_CURVE ( 'NONE', #217, #714, #219, .T. ) ; +#754 = VERTEX_POINT ( 'NONE', #439 ) ; +#755 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000001776, 0.000000000000000000, -0.7499999999999207301 ) ) ; +#756 = ORIENTED_EDGE ( 'NONE', *, *, #1161, .T. ) ; +#757 = CYLINDRICAL_SURFACE ( 'NONE', #524, 0.1874999999999998335 ) ; +#758 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000001776, 0.000000000000000000, -0.7499999999999102940 ) ) ; +#759 = VECTOR ( 'NONE', #1177, 39.37007874015748143 ) ; +#760 = EDGE_LOOP ( 'NONE', ( #1113, #1185, #937, #590 ) ) ; +#761 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#762 = EDGE_CURVE ( 'NONE', #46, #858, #918, .T. ) ; +#763 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000026645, 0.000000000000000000, 0.9375000000000798250 ) ) ; +#764 = EDGE_CURVE ( 'NONE', #431, #499, #145, .T. ) ; +#765 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000000888, 0.000000000000000000, -0.7499999999998999689 ) ) ; +#766 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000002220, 0.000000000000000000, -0.7499999999998895328 ) ) ; +#767 = ADVANCED_FACE ( 'NONE', ( #614 ), #17, .F. ) ; +#768 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.000000000000000000, 0.6220472440945554737 ) ) ; +#769 = CYLINDRICAL_SURFACE ( 'NONE', #873, 0.1875000000000003886 ) ; +#770 = VECTOR ( 'NONE', #45, 39.37007874015748143 ) ; +#771 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#772 = CYLINDRICAL_SURFACE ( 'NONE', #497, 0.1874999999999999167 ) ; +#773 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#774 = ORIENTED_EDGE ( 'NONE', *, *, #1101, .F. ) ; +#775 = EDGE_CURVE ( 'NONE', #427, #1045, #1198, .T. ) ; +#776 = CYLINDRICAL_SURFACE ( 'NONE', #189, 0.1279527559055121944 ) ; +#777 = CIRCLE ( 'NONE', #97, 0.1875000000000003886 ) ; +#778 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#779 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000027534, 0.000000000000000000, 0.7500000000001001421 ) ) ; +#780 = EDGE_LOOP ( 'NONE', ( #615, #1233 ) ) ; +#781 = FACE_OUTER_BOUND ( 'NONE', #230, .T. ) ; +#782 = EDGE_CURVE ( 'NONE', #27, #320, #912, .T. ) ; +#783 = ORIENTED_EDGE ( 'NONE', *, *, #493, .F. ) ; +#784 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.000000000000000000, -0.7499999999998895328 ) ) ; +#785 = LINE ( 'NONE', #81, #1206 ) ; +#786 = ORIENTED_EDGE ( 'NONE', *, *, #563, .T. ) ; +#787 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#788 = EDGE_LOOP ( 'NONE', ( #544, #724 ) ) ; +#789 = EDGE_CURVE ( 'NONE', #718, #938, #703, .T. ) ; +#790 = FACE_BOUND ( 'NONE', #611, .T. ) ; +#791 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000027534, 0.000000000000000000, 0.7500000000001001421 ) ) ; +#792 = EDGE_LOOP ( 'NONE', ( #487, #419, #1102, #902 ) ) ; +#793 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000002220, 0.000000000000000000, -0.7499999999998895328 ) ) ; +#794 = APPROVAL_STATUS ( 'not_yet_approved' ) ; +#795 = ORIENTED_EDGE ( 'NONE', *, *, #280, .F. ) ; +#796 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#797 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.000000000000000000, -0.6220472440943773940 ) ) ; +#798 = EDGE_CURVE ( 'NONE', #502, #885, #342, .T. ) ; +#799 = ORIENTED_EDGE ( 'NONE', *, *, #1254, .F. ) ; +#800 = VECTOR ( 'NONE', #211, 39.37007874015748143 ) ; +#801 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#802 = SECURITY_CLASSIFICATION_LEVEL ( 'unclassified' ) ; +#803 = ORIENTED_EDGE ( 'NONE', *, *, #659, .T. ) ; +#804 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#805 = ORIENTED_EDGE ( 'NONE', *, *, #602, .T. ) ; +#806 = CIRCLE ( 'NONE', #23, 0.1875000000000003886 ) ; +#807 = CARTESIAN_POINT ( 'NONE', ( 9.500000000000003553, 0.1250000000000000000, -1.750000000000000666 ) ) ; +#808 = ORIENTED_EDGE ( 'NONE', *, *, #740, .F. ) ; +#809 = CIRCLE ( 'NONE', #370, 0.1875000000000003886 ) ; +#810 = LINE ( 'NONE', #1108, #897 ) ; +#811 = COORDINATED_UNIVERSAL_TIME_OFFSET ( 5, 0, .BEHIND. ) ; +#812 = ORIENTED_EDGE ( 'NONE', *, *, #272, .T. ) ; +#813 = CIRCLE ( 'NONE', #629, 0.1279527559055121944 ) ; +#814 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.000000000000000000, -0.7499999999998895328 ) ) ; +#815 = ORIENTED_EDGE ( 'NONE', *, *, #651, .F. ) ; +#816 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000000888, 0.1250000000000000000, -0.7499999999998999689 ) ) ; +#817 = ORIENTED_EDGE ( 'NONE', *, *, #107, .T. ) ; +#818 = AXIS2_PLACEMENT_3D ( 'NONE', #372, #1028, #50 ) ; +#819 = CYLINDRICAL_SURFACE ( 'NONE', #161, 0.1875000000000003886 ) ; +#820 = EDGE_CURVE ( 'NONE', #1011, #830, #1138, .T. ) ; +#821 = COORDINATED_UNIVERSAL_TIME_OFFSET ( 5, 0, .BEHIND. ) ; +#822 = ORIENTED_EDGE ( 'NONE', *, *, #879, .F. ) ; +#823 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#824 = EDGE_LOOP ( 'NONE', ( #119, #10 ) ) ; +#825 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.000000000000000000, -1.150251786806005760E-16 ) ) ; +#826 = AXIS2_PLACEMENT_3D ( 'NONE', #814, #1209, #626 ) ; +#827 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000028422, 0.000000000000000000, 0.7500000000000898170 ) ) ; +#828 = PERSON_AND_ORGANIZATION_ROLE ( 'design_owner' ) ; +#829 = CC_DESIGN_PERSON_AND_ORGANIZATION_ASSIGNMENT ( #105, #39, ( #1029 ) ) ; +#830 = VERTEX_POINT ( 'NONE', #606 ) ; +#831 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#832 = ORIENTED_EDGE ( 'NONE', *, *, #698, .T. ) ; +#833 = EDGE_CURVE ( 'NONE', #714, #429, #806, .T. ) ; +#834 = AXIS2_PLACEMENT_3D ( 'NONE', #864, #962, #176 ) ; +#835 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#836 = ORIENTED_EDGE ( 'NONE', *, *, #349, .F. ) ; +#837 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#838 = ORIENTED_EDGE ( 'NONE', *, *, #729, .T. ) ; +#839 = EDGE_CURVE ( 'NONE', #6, #33, #136, .T. ) ; +#840 = FACE_OUTER_BOUND ( 'NONE', #173, .T. ) ; +#841 = CIRCLE ( 'NONE', #565, 0.1874999999999998335 ) ; +#842 = EDGE_LOOP ( 'NONE', ( #60, #932, #518, #697 ) ) ; +#843 = VERTEX_POINT ( 'NONE', #240 ) ; +#844 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#845 = ORIENTED_EDGE ( 'NONE', *, *, #602, .F. ) ; +#846 = FACE_BOUND ( 'NONE', #716, .T. ) ; +#847 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#848 = APPROVAL ( #723, 'UNSPECIFIED' ) ; +#849 = AXIS2_PLACEMENT_3D ( 'NONE', #755, #745, #164 ) ; +#850 = AXIS2_PLACEMENT_3D ( 'NONE', #70, #379, #73 ) ; +#851 = VERTEX_POINT ( 'NONE', #628 ) ; +#852 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000000888, 0.000000000000000000, -0.7499999999998999689 ) ) ; +#853 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#854 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.000000000000000000, 0.7500000000000677236 ) ) ; +#855 = VECTOR ( 'NONE', #869, 39.37007874015748143 ) ; +#856 = AXIS2_PLACEMENT_3D ( 'NONE', #665, #853, #376 ) ; +#857 = EDGE_CURVE ( 'NONE', #633, #1172, #1021, .T. ) ; +#858 = VERTEX_POINT ( 'NONE', #1042 ) ; +#859 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000001776, 0.000000000000000000, -0.9374999999999210631 ) ) ; +#860 = FACE_OUTER_BOUND ( 'NONE', #234, .T. ) ; +#861 = VECTOR ( 'NONE', #1164, 39.37007874015748143 ) ; +#862 = ADVANCED_FACE ( 'NONE', ( #669 ), #663, .F. ) ; +#863 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000027534, 0.000000000000000000, 0.7500000000001001421 ) ) ; +#864 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.000000000000000000, -0.7499999999998895328 ) ) ; +#865 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#866 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.000000000000000000, -0.6220472440943773940 ) ) ; +#867 = FACE_BOUND ( 'NONE', #251, .T. ) ; +#868 = LINE ( 'NONE', #71, #1055 ) ; +#869 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.000000000000000000, 1.150251786806005760E-16 ) ) ; +#870 = EDGE_CURVE ( 'NONE', #830, #1011, #750, .T. ) ; +#871 = VECTOR ( 'NONE', #4, 39.37007874015748143 ) ; +#872 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#873 = AXIS2_PLACEMENT_3D ( 'NONE', #1070, #277, #1163 ) ; +#874 = LINE ( 'NONE', #312, #616 ) ; +#875 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000028422, 0.000000000000000000, 0.7500000000000898170 ) ) ; +#876 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#877 = EDGE_LOOP ( 'NONE', ( #657, #685 ) ) ; +#878 = ADVANCED_FACE ( 'NONE', ( #1252 ), #757, .F. ) ; +#879 = EDGE_CURVE ( 'NONE', #597, #307, #682, .T. ) ; +#880 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000001776, 0.1250000000000000000, -0.5624999999999099609 ) ) ; +#881 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000027534, 0.000000000000000000, 0.9375000000001103562 ) ) ; +#882 = CARTESIAN_POINT ( 'NONE', ( -9.499999999999996447, 0.1250000000000000000, -1.749999999999998446 ) ) ; +#883 = ORIENTED_EDGE ( 'NONE', *, *, #89, .F. ) ; +#884 = LINE ( 'NONE', #966, #871 ) ; +#885 = VERTEX_POINT ( 'NONE', #747 ) ; +#886 = EDGE_CURVE ( 'NONE', #102, #688, #294, .T. ) ; +#887 = FACE_BOUND ( 'NONE', #746, .T. ) ; +#888 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#889 = VERTEX_POINT ( 'NONE', #949 ) ; +#890 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#891 = CALENDAR_DATE ( 2023, 29, 12 ) ; +#892 = EDGE_CURVE ( 'NONE', #307, #597, #423, .T. ) ; +#893 = ORIENTED_EDGE ( 'NONE', *, *, #7, .F. ) ; +#894 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#895 = LINE ( 'NONE', #2, #759 ) ; +#896 = VERTEX_POINT ( 'NONE', #768 ) ; +#897 = VECTOR ( 'NONE', #316, 39.37007874015748143 ) ; +#898 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#899 = ORIENTED_EDGE ( 'NONE', *, *, #1194, .F. ) ; +#900 = PRODUCT_DEFINITION_FORMATION_WITH_SPECIFIED_SOURCE ( 'ANY', '', #452, .NOT_KNOWN. ) ; +#901 = LINE ( 'NONE', #1112, #308 ) ; +#902 = ORIENTED_EDGE ( 'NONE', *, *, #1149, .T. ) ; +#903 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.1250000000000000000, -0.7499999999998895328 ) ) ; +#904 = ORIENTED_EDGE ( 'NONE', *, *, #424, .T. ) ; +#905 = CYLINDRICAL_SURFACE ( 'NONE', #181, 0.1279527559055121944 ) ; +#906 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.000000000000000000, 0.000000000000000000 ) ) ; +#907 = VECTOR ( 'NONE', #898, 39.37007874015748143 ) ; +#908 = ORIENTED_EDGE ( 'NONE', *, *, #951, .T. ) ; +#909 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#910 = ORIENTED_EDGE ( 'NONE', *, *, #681, .T. ) ; +#911 = AXIS2_PLACEMENT_3D ( 'NONE', #1048, #464, #761 ) ; +#912 = LINE ( 'NONE', #513, #82 ) ; +#913 = ORIENTED_EDGE ( 'NONE', *, *, #935, .T. ) ; +#914 = ADVANCED_FACE ( 'NONE', ( #553 ), #468, .F. ) ; +#915 = AXIS2_PLACEMENT_3D ( 'NONE', #63, #847, #739 ) ; +#916 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.1250000000000000000, 0.7500000000000677236 ) ) ; +#917 = VERTEX_POINT ( 'NONE', #859 ) ; +#918 = CIRCLE ( 'NONE', #373, 0.1874999999999999167 ) ; +#919 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#920 = ORIENTED_EDGE ( 'NONE', *, *, #280, .T. ) ; +#921 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.000000000000000000, 0.6220472440945450376 ) ) ; +#922 = ADVANCED_FACE ( 'NONE', ( #260 ), #566, .F. ) ; +#923 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#924 = CARTESIAN_POINT ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 0.000000000000000000 ) ) ; +#925 = EDGE_LOOP ( 'NONE', ( #988, #528 ) ) ; +#926 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#927 = EDGE_LOOP ( 'NONE', ( #520, #1133, #1025, #832 ) ) ; +#928 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.000000000000000000, 0.8779527559055695374 ) ) ; +#929 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#930 = FACE_OUTER_BOUND ( 'NONE', #126, .T. ) ; +#931 = ADVANCED_FACE ( 'NONE', ( #652, #846, #179, #62, #175, #561, #1255, #1245, #953, #1057, #955, #371, #474, #266, #1249 ), #660, .F. ) ; +#932 = ORIENTED_EDGE ( 'NONE', *, *, #477, .T. ) ; +#933 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#934 = ORIENTED_EDGE ( 'NONE', *, *, #886, .F. ) ; +#935 = EDGE_CURVE ( 'NONE', #401, #889, #415, .T. ) ; +#936 = CYLINDRICAL_SURFACE ( 'NONE', #818, 0.1874999999999998335 ) ; +#937 = ORIENTED_EDGE ( 'NONE', *, *, #1145, .T. ) ; +#938 = VERTEX_POINT ( 'NONE', #182 ) ; +#939 = ORIENTED_EDGE ( 'NONE', *, *, #659, .F. ) ; +#940 = EDGE_CURVE ( 'NONE', #1110, #285, #570, .T. ) ; +#941 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000027534, 0.000000000000000000, 0.9375000000001000311 ) ) ; +#942 = VECTOR ( 'NONE', #947, 39.37007874015748143 ) ; +#943 = ORIENTED_EDGE ( 'NONE', *, *, #1145, .F. ) ; +#944 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#945 = ORIENTED_EDGE ( 'NONE', *, *, #646, .F. ) ; +#946 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#947 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#948 = AXIS2_PLACEMENT_3D ( 'NONE', #1200, #224, #534 ) ; +#949 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000000888, 0.000000000000000000, -0.5624999999999000799 ) ) ; +#950 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#951 = EDGE_CURVE ( 'NONE', #718, #1110, #287, .T. ) ; +#952 = ADVANCED_FACE ( 'NONE', ( #1264, #1, #1170, #790, #887, #411, #674, #405, #1069, #1082, #867, #1183, #79, #683, #695 ), #281, .T. ) ; +#953 = FACE_BOUND ( 'NONE', #495, .T. ) ; +#954 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000027534, 0.1250000000000000000, 0.7500000000001105782 ) ) ; +#955 = FACE_BOUND ( 'NONE', #52, .T. ) ; +#956 = CYLINDRICAL_SURFACE ( 'NONE', #381, 0.1279527559055121944 ) ; +#957 = AXIS2_PLACEMENT_3D ( 'NONE', #852, #368, #264 ) ; +#958 = AXIS2_PLACEMENT_3D ( 'NONE', #968, #1097, #398 ) ; +#959 = APPROVAL_PERSON_ORGANIZATION ( #1197, #1109, #1094 ) ; +#960 = EDGE_CURVE ( 'NONE', #133, #502, #108, .T. ) ; +#961 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#962 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#963 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#964 = AXIS2_PLACEMENT_3D ( 'NONE', #1230, #146, #171 ) ; +#965 = AXIS2_PLACEMENT_3D ( 'NONE', #807, #521, #825 ) ; +#966 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.000000000000000000, 0.8779527559055798624 ) ) ; +#967 = EDGE_CURVE ( 'NONE', #255, #1221, #874, .T. ) ; +#968 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.000000000000000000, -0.7499999999998895328 ) ) ; +#969 = CARTESIAN_POINT ( 'NONE', ( 9.500000000000003553, 0.1250000000000000000, -1.750000000000000666 ) ) ; +#970 = LINE ( 'NONE', #94, #861 ) ; +#971 = ORIENTED_EDGE ( 'NONE', *, *, #820, .F. ) ; +#972 = AXIS2_PLACEMENT_3D ( 'NONE', #903, #997, #321 ) ; +#973 = LINE ( 'NONE', #1065, #476 ) ; +#974 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#975 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.000000000000000000, 0.7500000000000572875 ) ) ; +#976 = ORIENTED_EDGE ( 'NONE', *, *, #1059, .T. ) ; +#977 = CARTESIAN_POINT ( 'NONE', ( 9.500000000000003553, 0.000000000000000000, 1.749999999999998446 ) ) ; +#978 = CIRCLE ( 'NONE', #1236, 0.1874999999999998335 ) ; +#979 = VERTEX_POINT ( 'NONE', #205 ) ; +#980 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000001776, 0.000000000000000000, -0.7499999999999102940 ) ) ; +#981 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#982 = ORIENTED_EDGE ( 'NONE', *, *, #764, .F. ) ; +#983 = EDGE_CURVE ( 'NONE', #320, #593, #218, .T. ) ; +#984 = FACE_OUTER_BOUND ( 'NONE', #246, .T. ) ; +#985 = EDGE_CURVE ( 'NONE', #889, #1011, #297, .T. ) ; +#986 = DATE_AND_TIME ( #993, #284 ) ; +#987 = VECTOR ( 'NONE', #1153, 39.37007874015748143 ) ; +#988 = ORIENTED_EDGE ( 'NONE', *, *, #177, .T. ) ; +#989 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.000000000000000000, -0.7499999999998895328 ) ) ; +#990 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#991 = ORIENTED_EDGE ( 'NONE', *, *, #667, .F. ) ; +#992 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000001776, 0.1250000000000000000, -0.7499999999999102940 ) ) ; +#993 = CALENDAR_DATE ( 2023, 29, 12 ) ; +#994 = ORIENTED_EDGE ( 'NONE', *, *, #1247, .F. ) ; +#995 = CIRCLE ( 'NONE', #453, 0.1279527559055121944 ) ; +#996 = CARTESIAN_POINT ( 'NONE', ( 9.500000000000003553, 0.1250000000000000000, -1.750000000000000666 ) ) ; +#997 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#998 = ORIENTED_EDGE ( 'NONE', *, *, #448, .T. ) ; +#999 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#1000 = DATE_AND_TIME ( #409, #741 ) ; +#1001 = VERTEX_POINT ( 'NONE', #591 ) ; +#1002 = CYLINDRICAL_SURFACE ( 'NONE', #459, 0.1874999999999998335 ) ; +#1003 = ORIENTED_EDGE ( 'NONE', *, *, #1068, .F. ) ; +#1004 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#1005 = EDGE_LOOP ( 'NONE', ( #244, #535, #263, #311 ) ) ; +#1006 = AXIS2_PLACEMENT_3D ( 'NONE', #93, #1176, #386 ) ; +#1007 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#1008 = VECTOR ( 'NONE', #990, 39.37007874015748143 ) ; +#1009 = ORIENTED_EDGE ( 'NONE', *, *, #588, .F. ) ; +#1010 = CARTESIAN_POINT ( 'NONE', ( -9.499999999999996447, 0.1250000000000000000, 1.750000000000000666 ) ) ; +#1011 = VERTEX_POINT ( 'NONE', #1162 ) ; +#1012 = AXIS2_PLACEMENT_3D ( 'NONE', #1106, #1013, #1218 ) ; +#1013 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#1014 = CC_DESIGN_PERSON_AND_ORGANIZATION_ASSIGNMENT ( #700, #1088, ( #900 ) ) ; +#1015 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.000000000000000000, 0.7500000000000469624 ) ) ; +#1016 = COORDINATED_UNIVERSAL_TIME_OFFSET ( 5, 0, .BEHIND. ) ; +#1017 = ORIENTED_EDGE ( 'NONE', *, *, #1068, .T. ) ; +#1018 = CIRCLE ( 'NONE', #141, 0.1874999999999998335 ) ; +#1019 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.1250000000000000000, 0.7500000000000572875 ) ) ; +#1020 = EDGE_LOOP ( 'NONE', ( #13, #413 ) ) ; +#1021 = LINE ( 'NONE', #363, #315 ) ; +#1022 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#1023 = EDGE_CURVE ( 'NONE', #210, #858, #478, .T. ) ; +#1024 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#1025 = ORIENTED_EDGE ( 'NONE', *, *, #349, .T. ) ; +#1026 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000026645, 0.1250000000000000000, 0.5625000000000790479 ) ) ; +#1027 = ORIENTED_EDGE ( 'NONE', *, *, #983, .F. ) ; +#1028 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#1029 = SECURITY_CLASSIFICATION ( '', '', #802 ) ; +#1030 = EDGE_CURVE ( 'NONE', #255, #431, #638, .T. ) ; +#1031 = ORIENTED_EDGE ( 'NONE', *, *, #403, .F. ) ; +#1032 = ORIENTED_EDGE ( 'NONE', *, *, #1142, .F. ) ; +#1033 = CARTESIAN_POINT ( 'NONE', ( 9.500000000000003553, 0.1250000000000000000, 1.749999999999998446 ) ) ; +#1034 = ORIENTED_EDGE ( 'NONE', *, *, #839, .T. ) ; +#1035 = CIRCLE ( 'NONE', #1146, 0.1279527559055121944 ) ; +#1036 = AXIS2_PLACEMENT_3D ( 'NONE', #382, #1237, #457 ) ; +#1037 = CYLINDRICAL_SURFACE ( 'NONE', #195, 0.1279527559055121944 ) ; +#1038 = VERTEX_POINT ( 'NONE', #598 ) ; +#1039 = EDGE_LOOP ( 'NONE', ( #142, #162, #1017, #1107 ) ) ; +#1040 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.000000000000000000, 1.150251786806005760E-16 ) ) ; +#1041 = CIRCLE ( 'NONE', #482, 0.1279527559055121944 ) ; +#1042 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000002220, 0.1250000000000000000, -0.5624999999998896438 ) ) ; +#1043 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#1044 = VECTOR ( 'NONE', #1022, 39.37007874015748143 ) ; +#1045 = VERTEX_POINT ( 'NONE', #503 ) ; +#1046 = ORIENTED_EDGE ( 'NONE', *, *, #1223, .F. ) ; +#1047 = EDGE_CURVE ( 'NONE', #427, #1273, #291, .T. ) ; +#1048 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000000888, 0.1250000000000000000, -0.7499999999998999689 ) ) ; +#1049 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#1050 = VECTOR ( 'NONE', #143, 39.37007874015748143 ) ; +#1051 = EDGE_LOOP ( 'NONE', ( #361, #812 ) ) ; +#1052 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#1053 = EDGE_LOOP ( 'NONE', ( #587, #795, #650, #581 ) ) ; +#1054 = ADVANCED_FACE ( 'NONE', ( #702 ), #584, .F. ) ; +#1055 = VECTOR ( 'NONE', #1253, 39.37007874015748143 ) ; +#1056 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #556, 'distance_accuracy_value', 'NONE'); +#1057 = FACE_BOUND ( 'NONE', #152, .T. ) ; +#1058 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#1059 = EDGE_CURVE ( 'NONE', #1045, #427, #571, .T. ) ; +#1060 = CIRCLE ( 'NONE', #506, 0.1279527559055121944 ) ; +#1061 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#1062 = FACE_OUTER_BOUND ( 'NONE', #1227, .T. ) ; +#1063 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#1064 = CC_DESIGN_APPROVAL ( #64, ( #241 ) ) ; +#1065 = CARTESIAN_POINT ( 'NONE', ( 9.500000000000003553, 0.1250000000000000000, -1.750000000000000666 ) ) ; +#1066 = CC_DESIGN_PERSON_AND_ORGANIZATION_ASSIGNMENT ( #216, #122, ( #241 ) ) ; +#1067 = AXIS2_PLACEMENT_3D ( 'NONE', #1191, #961, #1119 ) ; +#1068 = EDGE_CURVE ( 'NONE', #422, #1001, #198, .T. ) ; +#1069 = FACE_BOUND ( 'NONE', #346, .T. ) ; +#1070 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000026645, 0.000000000000000000, 0.7500000000000793809 ) ) ; +#1071 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000002220, 0.000000000000000000, -0.9374999999998894218 ) ) ; +#1072 = EDGE_LOOP ( 'NONE', ( #1027, #1120, #249, #1134 ) ) ; +#1073 = AXIS2_PLACEMENT_3D ( 'NONE', #103, #699, #92 ) ; +#1074 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000027534, 0.1250000000000000000, 0.5625000000001002531 ) ) ; +#1075 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#1076 = CARTESIAN_POINT ( 'NONE', ( 9.500000000000003553, 0.000000000000000000, -1.750000000000000666 ) ) ; +#1077 = ORIENTED_EDGE ( 'NONE', *, *, #762, .T. ) ; +#1078 = ADVANCED_FACE ( 'NONE', ( #8 ), #1271, .F. ) ; +#1079 = AXIS2_PLACEMENT_3D ( 'NONE', #305, #283, #490 ) ; +#1080 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000002220, 0.1250000000000000000, -0.7499999999998895328 ) ) ; +#1081 = VERTEX_POINT ( 'NONE', #996 ) ; +#1082 = FACE_BOUND ( 'NONE', #604, .T. ) ; +#1083 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#1084 = EDGE_CURVE ( 'NONE', #1221, #499, #362, .T. ) ; +#1085 = ORIENTED_EDGE ( 'NONE', *, *, #681, .F. ) ; +#1086 = ADVANCED_FACE ( 'NONE', ( #612 ), #605, .F. ) ; +#1087 = LINE ( 'NONE', #481, #907 ) ; +#1088 = PERSON_AND_ORGANIZATION_ROLE ( 'creator' ) ; +#1089 = ORIENTED_EDGE ( 'NONE', *, *, #729, .F. ) ; +#1090 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.000000000000000000, -0.6220472440943773940 ) ) ; +#1091 = LINE ( 'NONE', #882, #680 ) ; +#1092 = EDGE_LOOP ( 'NONE', ( #799, #1118, #407, #450 ) ) ; +#1093 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.1250000000000000000, -0.8779527559054017827 ) ) ; +#1094 = APPROVAL_ROLE ( '' ) ; +#1095 = CIRCLE ( 'NONE', #399, 0.1279527559055121944 ) ; +#1096 = ORIENTED_EDGE ( 'NONE', *, *, #477, .F. ) ; +#1097 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#1098 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.000000000000000000, 0.7500000000000677236 ) ) ; +#1099 = ORIENTED_EDGE ( 'NONE', *, *, #667, .T. ) ; +#1100 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000001776, 0.000000000000000000, -0.7499999999999102940 ) ) ; +#1101 = EDGE_CURVE ( 'NONE', #843, #6, #441, .T. ) ; +#1102 = ORIENTED_EDGE ( 'NONE', *, *, #129, .T. ) ; +#1103 = CIRCLE ( 'NONE', #550, 0.1279527559055121944 ) ; +#1104 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000001776, 0.1250000000000000000, -0.7499999999999102940 ) ) ; +#1105 = ORIENTED_EDGE ( 'NONE', *, *, #753, .T. ) ; +#1106 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.000000000000000000, -0.7499999999998895328 ) ) ; +#1107 = ORIENTED_EDGE ( 'NONE', *, *, #41, .T. ) ; +#1108 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000027534, 0.000000000000000000, 0.9375000000001000311 ) ) ; +#1109 = APPROVAL ( #794, 'UNSPECIFIED' ) ; +#1110 = VERTEX_POINT ( 'NONE', #319 ) ; +#1111 = CIRCLE ( 'NONE', #1268, 0.1279527559055121944 ) ; +#1112 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.000000000000000000, -0.8779527559054017827 ) ) ; +#1113 = ORIENTED_EDGE ( 'NONE', *, *, #149, .F. ) ; +#1114 = LINE ( 'NONE', #928, #432 ) ; +#1115 = VERTEX_POINT ( 'NONE', #1026 ) ; +#1116 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#1117 = DATE_AND_TIME ( #891, #153 ) ; +#1118 = ORIENTED_EDGE ( 'NONE', *, *, #214, .T. ) ; +#1119 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#1120 = ORIENTED_EDGE ( 'NONE', *, *, #559, .F. ) ; +#1121 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#1122 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#1123 = EDGE_LOOP ( 'NONE', ( #1009, #720, #1105, #436 ) ) ; +#1124 = LINE ( 'NONE', #717, #1050 ) ; +#1125 = EDGE_LOOP ( 'NONE', ( #658, #505, #204, #314 ) ) ; +#1126 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#1127 = EDGE_LOOP ( 'NONE', ( #808, #803, #16, #438 ) ) ; +#1128 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#1129 = VERTEX_POINT ( 'NONE', #1010 ) ; +#1130 = AXIS2_PLACEMENT_3D ( 'NONE', #1033, #1234, #1040 ) ; +#1131 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000027534, 0.000000000000000000, 0.5625000000001002531 ) ) ; +#1132 = VECTOR ( 'NONE', #496, 39.37007874015748143 ) ; +#1133 = ORIENTED_EDGE ( 'NONE', *, *, #725, .F. ) ; +#1134 = ORIENTED_EDGE ( 'NONE', *, *, #448, .F. ) ; +#1135 = FACE_OUTER_BOUND ( 'NONE', #842, .T. ) ; +#1136 = ORIENTED_EDGE ( 'NONE', *, *, #967, .F. ) ; +#1137 = AXIS2_PLACEMENT_3D ( 'NONE', #791, #498, #773 ) ; +#1138 = CIRCLE ( 'NONE', #645, 0.1874999999999999167 ) ; +#1139 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#1140 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.000000000000000000, 0.7500000000000677236 ) ) ; +#1141 = AXIS2_PLACEMENT_3D ( 'NONE', #554, #1049, #469 ) ; +#1142 = EDGE_CURVE ( 'NONE', #447, #1273, #169, .T. ) ; +#1143 = ORIENTED_EDGE ( 'NONE', *, *, #705, .T. ) ; +#1144 = VERTEX_POINT ( 'NONE', #711 ) ; +#1145 = EDGE_CURVE ( 'NONE', #1172, #979, #491, .T. ) ; +#1146 = AXIS2_PLACEMENT_3D ( 'NONE', #400, #684, #1063 ) ; +#1147 = CARTESIAN_POINT ( 'NONE', ( 9.500000000000003553, 0.1250000000000000000, -1.750000000000000666 ) ) ; +#1148 = LINE ( 'NONE', #653, #484 ) ; +#1149 = EDGE_CURVE ( 'NONE', #607, #1115, #12, .T. ) ; +#1150 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#1151 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#1152 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.000000000000000000, -0.7499999999998895328 ) ) ; +#1153 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#1154 = ADVANCED_FACE ( 'NONE', ( #34 ), #1002, .F. ) ; +#1155 = AXIS2_PLACEMENT_3D ( 'NONE', #180, #271, #1058 ) ; +#1156 = ADVANCED_FACE ( 'NONE', ( #353 ), #231, .F. ) ; +#1157 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.000000000000000000, 0.000000000000000000 ) ) ; +#1158 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000026645, 0.000000000000000000, 0.5625000000000790479 ) ) ; +#1159 = PRODUCT_RELATED_PRODUCT_CATEGORY ( 'detail', '', ( #452 ) ) ; +#1160 = CIRCLE ( 'NONE', #608, 0.1875000000000003886 ) ; +#1161 = EDGE_CURVE ( 'NONE', #938, #285, #1111, .T. ) ; +#1162 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000000888, 0.1250000000000000000, -0.5624999999999000799 ) ) ; +#1163 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#1164 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#1165 = EDGE_LOOP ( 'NONE', ( #113, #774, #359, #1208 ) ) ; +#1166 = AXIS2_PLACEMENT_3D ( 'NONE', #1224, #1228, #115 ) ; +#1167 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#1168 = CC_DESIGN_SECURITY_CLASSIFICATION ( #1029, ( #900 ) ) ; +#1169 = VECTOR ( 'NONE', #771, 39.37007874015748143 ) ; +#1170 = FACE_BOUND ( 'NONE', #736, .T. ) ; +#1171 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#1172 = VERTEX_POINT ( 'NONE', #330 ) ; +#1173 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.1250000000000000000, -0.8779527559054017827 ) ) ; +#1174 = EDGE_CURVE ( 'NONE', #293, #523, #901, .T. ) ; +#1175 = ORIENTED_EDGE ( 'NONE', *, *, #833, .F. ) ; +#1176 = DIRECTION ( 'NONE', ( 0.000000000000000000, -1.000000000000000000, 0.000000000000000000 ) ) ; +#1177 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#1178 = ORIENTED_EDGE ( 'NONE', *, *, #1047, .T. ) ; +#1179 = AXIS2_PLACEMENT_3D ( 'NONE', #1098, #233, #719 ) ; +#1180 = CYLINDRICAL_SURFACE ( 'NONE', #1073, 0.1875000000000003886 ) ; +#1181 = ORIENTED_EDGE ( 'NONE', *, *, #892, .T. ) ; +#1182 = CC_DESIGN_PERSON_AND_ORGANIZATION_ASSIGNMENT ( #618, #501, ( #900 ) ) ; +#1183 = FACE_BOUND ( 'NONE', #788, .T. ) ; +#1184 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.000000000000000000, 0.6220472440945347126 ) ) ; +#1185 = ORIENTED_EDGE ( 'NONE', *, *, #857, .T. ) ; +#1186 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000002220, 0.000000000000000000, -0.7499999999998895328 ) ) ; +#1187 = CALENDAR_DATE ( 2023, 29, 12 ) ; +#1188 = ORIENTED_EDGE ( 'NONE', *, *, #301, .T. ) ; +#1189 = VECTOR ( 'NONE', #1075, 39.37007874015748143 ) ; +#1190 = CC_DESIGN_APPROVAL ( #848, ( #900 ) ) ; +#1191 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.000000000000000000, -0.7499999999998895328 ) ) ; +#1192 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000001776, 0.000000000000000000, -0.5624999999999099609 ) ) ; +#1193 = ORIENTED_EDGE ( 'NONE', *, *, #951, .F. ) ; +#1194 = EDGE_CURVE ( 'NONE', #33, #1225, #637, .T. ) ; +#1195 = VECTOR ( 'NONE', #402, 39.37007874015748143 ) ; +#1196 = CYLINDRICAL_SURFACE ( 'NONE', #290, 0.1874999999999998335 ) ; +#1197 = PERSON_AND_ORGANIZATION ( #1241, #569 ) ; +#1198 = CIRCLE ( 'NONE', #1012, 0.1279527559055121944 ) ; +#1199 = EDGE_LOOP ( 'NONE', ( #883, #943 ) ) ; +#1200 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.000000000000000000, 0.7500000000000572875 ) ) ; +#1201 = EDGE_LOOP ( 'NONE', ( #994, #202, #1203, #66 ) ) ; +#1202 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#1203 = ORIENTED_EDGE ( 'NONE', *, *, #178, .T. ) ; +#1204 = EDGE_CURVE ( 'NONE', #102, #307, #1124, .T. ) ; +#1205 = CARTESIAN_POINT ( 'NONE', ( -9.499999999999996447, 0.1250000000000000000, 1.750000000000000666 ) ) ; +#1206 = VECTOR ( 'NONE', #212, 39.37007874015748143 ) ; +#1207 = DATE_TIME_ROLE ( 'classification_date' ) ; +#1208 = ORIENTED_EDGE ( 'NONE', *, *, #374, .T. ) ; +#1209 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#1210 = EDGE_LOOP ( 'NONE', ( #123, #1034, #512, #341 ) ) ; +#1211 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#1212 = ORIENTED_EDGE ( 'NONE', *, *, #65, .T. ) ; +#1213 = CYLINDRICAL_SURFACE ( 'NONE', #1231, 0.1875000000000003886 ) ; +#1214 = EDGE_LOOP ( 'NONE', ( #1089, #1032 ) ) ; +#1215 = MANIFOLD_SOLID_BREP ( 'Cut-Extrude1', #47 ) ; +#1216 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#1217 = ORIENTED_EDGE ( 'NONE', *, *, #139, .F. ) ; +#1218 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#1219 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000026645, 0.000000000000000000, 0.7500000000000793809 ) ) ; +#1220 = APPLICATION_PROTOCOL_DEFINITION ( 'international standard', 'config_control_design', 1994, #67 ) ; +#1221 = VERTEX_POINT ( 'NONE', #245 ) ; +#1222 = CIRCLE ( 'NONE', #446, 0.1874999999999998335 ) ; +#1223 = EDGE_CURVE ( 'NONE', #889, #401, #662, .T. ) ; +#1224 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.1250000000000000000, 0.7500000000000469624 ) ) ; +#1225 = VERTEX_POINT ( 'NONE', #428 ) ; +#1226 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000001776, 0.1250000000000000000, -0.7499999999999207301 ) ) ; +#1227 = EDGE_LOOP ( 'NONE', ( #509, #934, #225, #1181 ) ) ; +#1228 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#1229 = ORIENTED_EDGE ( 'NONE', *, *, #197, .T. ) ; +#1230 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000026645, 0.1250000000000000000, 0.7500000000000793809 ) ) ; +#1231 = AXIS2_PLACEMENT_3D ( 'NONE', #1100, #1116, #1024 ) ; +#1232 = ORIENTED_EDGE ( 'NONE', *, *, #424, .F. ) ; +#1233 = ORIENTED_EDGE ( 'NONE', *, *, #197, .F. ) ; +#1234 = DIRECTION ( 'NONE', ( -1.150251786806005760E-16, 0.000000000000000000, -1.000000000000000000 ) ) ; +#1235 = ORIENTED_EDGE ( 'NONE', *, *, #892, .F. ) ; +#1236 = AXIS2_PLACEMENT_3D ( 'NONE', #360, #944, #59 ) ; +#1237 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#1238 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#1239 = AXIS2_PLACEMENT_3D ( 'NONE', #765, #276, #1061 ) ; +#1240 = ORIENTED_EDGE ( 'NONE', *, *, #689, .T. ) ; +#1241 = PERSON ( 'UNSPECIFIED', 'UNSPECIFIED', 'UNSPECIFIED', ('UNSPECIFIED'), ('UNSPECIFIED'), ('UNSPECIFIED') ) ; +#1242 = CYLINDRICAL_SURFACE ( 'NONE', #849, 0.1875000000000003886 ) ; +#1243 = EDGE_LOOP ( 'NONE', ( #296, #744 ) ) ; +#1244 = AXIS2_PLACEMENT_3D ( 'NONE', #1080, #203, #589 ) ; +#1245 = FACE_BOUND ( 'NONE', #824, .T. ) ; +#1246 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000001776, 0.000000000000000000, -0.9374999999999107381 ) ) ; +#1247 = EDGE_CURVE ( 'NONE', #917, #217, #777, .T. ) ; +#1248 = VECTOR ( 'NONE', #1202, 39.37007874015748143 ) ; +#1249 = FACE_OUTER_BOUND ( 'NONE', #738, .T. ) ; +#1250 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#1251 = ADVANCED_FACE ( 'NONE', ( #340 ), #726, .F. ) ; +#1252 = FACE_OUTER_BOUND ( 'NONE', #927, .T. ) ; +#1253 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#1254 = EDGE_CURVE ( 'NONE', #688, #102, #269, .T. ) ; +#1255 = FACE_BOUND ( 'NONE', #780, .T. ) ; +#1256 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.1250000000000000000, 0.7500000000000469624 ) ) ; +#1257 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#1258 = AXIS2_PLACEMENT_3D ( 'NONE', #793, #787, #488 ) ; +#1259 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.000000000000000000, -0.7499999999998895328 ) ) ; +#1260 = LINE ( 'NONE', #585, #1008 ) ; +#1261 = VECTOR ( 'NONE', #664, 39.37007874015748143 ) ; +#1262 = ADVANCED_FACE ( 'NONE', ( #649 ), #552, .F. ) ; +#1263 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#1264 = FACE_BOUND ( 'NONE', #678, .T. ) ; +#1265 = FACE_OUTER_BOUND ( 'NONE', #116, .T. ) ; +#1266 = ORIENTED_EDGE ( 'NONE', *, *, #1030, .T. ) ; +#1267 = ADVANCED_FACE ( 'NONE', ( #158 ), #1242, .F. ) ; +#1268 = AXIS2_PLACEMENT_3D ( 'NONE', #347, #134, #732 ) ; +#1269 = LINE ( 'NONE', #601, #421 ) ; +#1270 = EDGE_CURVE ( 'NONE', #422, #754, #978, .T. ) ; +#1271 = CYLINDRICAL_SURFACE ( 'NONE', #1067, 0.1279527559055121944 ) ; +#1272 = FACE_OUTER_BOUND ( 'NONE', #1165, .T. ) ; +#1273 = VERTEX_POINT ( 'NONE', #461 ) ; +#1274 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.000000000000000000, -0.6220472440943773940 ) ) ; +#1275 = ADVANCED_FACE ( 'NONE', ( #1135 ), #546, .F. ) ; +#1276 = ORIENTED_EDGE ( 'NONE', *, *, #41, .F. ) ; +ENDSEC; +END-ISO-10303-21; diff --git a/docs/build/_static/Enclosure_Schematic.png b/docs/build/_static/Enclosure_Schematic.png new file mode 100644 index 0000000..6257635 Binary files /dev/null and b/docs/build/_static/Enclosure_Schematic.png differ diff --git a/docs/build/_static/Flash_SD_Card.PNG b/docs/build/_static/Flash_SD_Card.PNG new file mode 100644 index 0000000..38ff7fc Binary files /dev/null and b/docs/build/_static/Flash_SD_Card.PNG differ diff --git a/docs/build/_static/Front_Panel.png b/docs/build/_static/Front_Panel.png new file mode 100644 index 0000000..aac8bd8 Binary files /dev/null and b/docs/build/_static/Front_Panel.png differ diff --git a/docs/build/_static/Full_enclosure.jpg b/docs/build/_static/Full_enclosure.jpg new file mode 100644 index 0000000..2dc8daa Binary files /dev/null and b/docs/build/_static/Full_enclosure.jpg differ diff --git a/docs/build/_static/HAHN_ECHO.jpg b/docs/build/_static/HAHN_ECHO.jpg new file mode 100644 index 0000000..aad75a9 Binary files /dev/null and b/docs/build/_static/HAHN_ECHO.jpg differ diff --git a/docs/build/_static/HAHN_ECHO.png b/docs/build/_static/HAHN_ECHO.png new file mode 100644 index 0000000..89ef6ce Binary files /dev/null and b/docs/build/_static/HAHN_ECHO.png differ diff --git a/docs/build/_static/ODMR.jpg b/docs/build/_static/ODMR.jpg new file mode 100644 index 0000000..c1c5ded Binary files /dev/null and b/docs/build/_static/ODMR.jpg differ diff --git a/docs/build/_static/ODMR.png b/docs/build/_static/ODMR.png new file mode 100644 index 0000000..e70ad48 Binary files /dev/null and b/docs/build/_static/ODMR.png differ diff --git a/docs/build/_static/PL.jpg b/docs/build/_static/PL.jpg new file mode 100644 index 0000000..b441ce1 Binary files /dev/null and b/docs/build/_static/PL.jpg differ diff --git a/docs/build/_static/PL.png b/docs/build/_static/PL.png new file mode 100644 index 0000000..cefbbfc Binary files /dev/null and b/docs/build/_static/PL.png differ diff --git a/docs/build/_static/PMOD.png b/docs/build/_static/PMOD.png new file mode 100644 index 0000000..829d74d Binary files /dev/null and b/docs/build/_static/PMOD.png differ diff --git a/docs/build/_static/QD_logo-removebg-preview.png b/docs/build/_static/QD_logo-removebg-preview.png new file mode 100644 index 0000000..515fd7d Binary files /dev/null and b/docs/build/_static/QD_logo-removebg-preview.png differ diff --git a/docs/build/_static/QD_logo.ico b/docs/build/_static/QD_logo.ico new file mode 100644 index 0000000..58a0648 Binary files /dev/null and b/docs/build/_static/QD_logo.ico differ diff --git a/docs/build/_static/QD_logo.png b/docs/build/_static/QD_logo.png new file mode 100644 index 0000000..aaa5613 Binary files /dev/null and b/docs/build/_static/QD_logo.png differ diff --git a/docs/build/_static/RABI.jpg b/docs/build/_static/RABI.jpg new file mode 100644 index 0000000..c28a480 Binary files /dev/null and b/docs/build/_static/RABI.jpg differ diff --git a/docs/build/_static/RABI.png b/docs/build/_static/RABI.png new file mode 100644 index 0000000..a883ee7 Binary files /dev/null and b/docs/build/_static/RABI.png differ diff --git a/docs/build/_static/READOUT.jpg b/docs/build/_static/READOUT.jpg new file mode 100644 index 0000000..973b8f7 Binary files /dev/null and b/docs/build/_static/READOUT.jpg differ diff --git a/docs/build/_static/READOUT.png b/docs/build/_static/READOUT.png new file mode 100644 index 0000000..4e94c89 Binary files /dev/null and b/docs/build/_static/READOUT.png differ diff --git a/docs/build/_static/RFSoC4x2_base_image.png b/docs/build/_static/RFSoC4x2_base_image.png new file mode 100644 index 0000000..bae85e3 Binary files /dev/null and b/docs/build/_static/RFSoC4x2_base_image.png differ diff --git a/docs/build/_static/RFSoC_Diagram.PNG b/docs/build/_static/RFSoC_Diagram.PNG new file mode 100644 index 0000000..dcb4fd3 Binary files /dev/null and b/docs/build/_static/RFSoC_Diagram.PNG differ diff --git a/docs/build/_static/Ramsey.png b/docs/build/_static/Ramsey.png new file mode 100644 index 0000000..d9c24a1 Binary files /dev/null and b/docs/build/_static/Ramsey.png differ diff --git a/docs/build/_static/T1.jpg b/docs/build/_static/T1.jpg new file mode 100644 index 0000000..78bd0b1 Binary files /dev/null and b/docs/build/_static/T1.jpg differ diff --git a/docs/build/_static/T1.png b/docs/build/_static/T1.png new file mode 100644 index 0000000..e27a571 Binary files /dev/null and b/docs/build/_static/T1.png differ diff --git a/docs/build/_static/_sphinx_javascript_frameworks_compat.js b/docs/build/_static/_sphinx_javascript_frameworks_compat.js new file mode 100644 index 0000000..8141580 --- /dev/null +++ b/docs/build/_static/_sphinx_javascript_frameworks_compat.js @@ -0,0 +1,123 @@ +/* Compatability shim for jQuery and underscores.js. + * + * Copyright Sphinx contributors + * Released under the two clause BSD licence + */ + +/** + * small helper function to urldecode strings + * + * See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURIComponent#Decoding_query_parameters_from_a_URL + */ +jQuery.urldecode = function(x) { + if (!x) { + return x + } + return decodeURIComponent(x.replace(/\+/g, ' ')); +}; + +/** + * small helper function to urlencode strings + */ +jQuery.urlencode = encodeURIComponent; + +/** + * This function returns the parsed url parameters of the + * current request. Multiple values per key are supported, + * it will always return arrays of strings for the value parts. + */ +jQuery.getQueryParameters = function(s) { + if (typeof s === 'undefined') + s = document.location.search; + var parts = s.substr(s.indexOf('?') + 1).split('&'); + var result = {}; + for (var i = 0; i < parts.length; i++) { + var tmp = parts[i].split('=', 2); + var key = jQuery.urldecode(tmp[0]); + var value = jQuery.urldecode(tmp[1]); + if (key in result) + result[key].push(value); + else + result[key] = [value]; + } + return result; +}; + +/** + * highlight a given string on a jquery object by wrapping it in + * span elements with the given class name. + */ +jQuery.fn.highlightText = function(text, className) { + function highlight(node, addItems) { + if (node.nodeType === 3) { + var val = node.nodeValue; + var pos = val.toLowerCase().indexOf(text); + if (pos >= 0 && + !jQuery(node.parentNode).hasClass(className) && + !jQuery(node.parentNode).hasClass("nohighlight")) { + var span; + var isInSVG = jQuery(node).closest("body, svg, foreignObject").is("svg"); + if (isInSVG) { + span = document.createElementNS("http://www.w3.org/2000/svg", "tspan"); + } else { + span = document.createElement("span"); + span.className = className; + } + span.appendChild(document.createTextNode(val.substr(pos, text.length))); + node.parentNode.insertBefore(span, node.parentNode.insertBefore( + document.createTextNode(val.substr(pos + text.length)), + node.nextSibling)); + node.nodeValue = val.substr(0, pos); + if (isInSVG) { + var rect = document.createElementNS("http://www.w3.org/2000/svg", "rect"); + var bbox = node.parentElement.getBBox(); + rect.x.baseVal.value = bbox.x; + rect.y.baseVal.value = bbox.y; + rect.width.baseVal.value = bbox.width; + rect.height.baseVal.value = bbox.height; + rect.setAttribute('class', className); + addItems.push({ + "parent": node.parentNode, + "target": rect}); + } + } + } + else if (!jQuery(node).is("button, select, textarea")) { + jQuery.each(node.childNodes, function() { + highlight(this, addItems); + }); + } + } + var addItems = []; + var result = this.each(function() { + highlight(this, addItems); + }); + for (var i = 0; i < addItems.length; ++i) { + jQuery(addItems[i].parent).before(addItems[i].target); + } + return result; +}; + +/* + * backward compatibility for jQuery.browser + * This will be supported until firefox bug is fixed. + */ +if (!jQuery.browser) { + jQuery.uaMatch = function(ua) { + ua = ua.toLowerCase(); + + var match = /(chrome)[ \/]([\w.]+)/.exec(ua) || + /(webkit)[ \/]([\w.]+)/.exec(ua) || + /(opera)(?:.*version|)[ \/]([\w.]+)/.exec(ua) || + /(msie) ([\w.]+)/.exec(ua) || + ua.indexOf("compatible") < 0 && /(mozilla)(?:.*? rv:([\w.]+)|)/.exec(ua) || + []; + + return { + browser: match[ 1 ] || "", + version: match[ 2 ] || "0" + }; + }; + jQuery.browser = {}; + jQuery.browser[jQuery.uaMatch(navigator.userAgent).browser] = true; +} diff --git a/docs/build/_static/after_unzip.PNG b/docs/build/_static/after_unzip.PNG new file mode 100644 index 0000000..e7062a1 Binary files /dev/null and b/docs/build/_static/after_unzip.PNG differ diff --git a/docs/build/_static/archived_balun_circuit.PNG b/docs/build/_static/archived_balun_circuit.PNG new file mode 100644 index 0000000..1afddbd Binary files /dev/null and b/docs/build/_static/archived_balun_circuit.PNG differ diff --git a/docs/build/_static/balun_circuit.PNG b/docs/build/_static/balun_circuit.PNG new file mode 100644 index 0000000..080dce3 Binary files /dev/null and b/docs/build/_static/balun_circuit.PNG differ diff --git a/docs/build/_static/balun_surgery_1.PNG b/docs/build/_static/balun_surgery_1.PNG new file mode 100644 index 0000000..4be3d92 Binary files /dev/null and b/docs/build/_static/balun_surgery_1.PNG differ diff --git a/docs/build/_static/balun_surgery_2.PNG b/docs/build/_static/balun_surgery_2.PNG new file mode 100644 index 0000000..f580eeb Binary files /dev/null and b/docs/build/_static/balun_surgery_2.PNG differ diff --git a/docs/build/_static/basic.css b/docs/build/_static/basic.css new file mode 100644 index 0000000..30fee9d --- /dev/null +++ b/docs/build/_static/basic.css @@ -0,0 +1,925 @@ +/* + * basic.css + * ~~~~~~~~~ + * + * Sphinx stylesheet -- basic theme. + * + * :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS. + * :license: BSD, see LICENSE for details. + * + */ + +/* -- main layout ----------------------------------------------------------- */ + +div.clearer { + clear: both; +} + +div.section::after { + display: block; + content: ''; + clear: left; +} + +/* -- relbar ---------------------------------------------------------------- */ + +div.related { + width: 100%; + font-size: 90%; +} + +div.related h3 { + display: none; +} + +div.related ul { + margin: 0; + padding: 0 0 0 10px; + list-style: none; +} + +div.related li { + display: inline; +} + +div.related li.right { + float: right; + margin-right: 5px; +} + +/* -- sidebar --------------------------------------------------------------- */ + +div.sphinxsidebarwrapper { + padding: 10px 5px 0 10px; +} + +div.sphinxsidebar { + float: left; + width: 230px; + margin-left: -100%; + font-size: 90%; + word-wrap: break-word; + overflow-wrap : break-word; +} + +div.sphinxsidebar ul { + list-style: none; +} + +div.sphinxsidebar ul ul, +div.sphinxsidebar ul.want-points { + margin-left: 20px; + list-style: square; +} + +div.sphinxsidebar ul ul { + margin-top: 0; + margin-bottom: 0; +} + +div.sphinxsidebar form { + margin-top: 10px; +} + +div.sphinxsidebar input { + border: 1px solid #98dbcc; + font-family: sans-serif; + font-size: 1em; +} + +div.sphinxsidebar #searchbox form.search { + overflow: hidden; +} + +div.sphinxsidebar #searchbox input[type="text"] { + float: left; + width: 80%; + padding: 0.25em; + box-sizing: border-box; +} + +div.sphinxsidebar #searchbox input[type="submit"] { + float: left; + width: 20%; + border-left: none; + padding: 0.25em; + box-sizing: border-box; +} + + +img { + border: 0; + max-width: 100%; +} + +/* -- search page ----------------------------------------------------------- */ + +ul.search { + margin: 10px 0 0 20px; + padding: 0; +} + +ul.search li { + padding: 5px 0 5px 20px; + background-image: url(file.png); + background-repeat: no-repeat; + background-position: 0 7px; +} + +ul.search li a { + font-weight: bold; +} + +ul.search li p.context { + color: #888; + margin: 2px 0 0 30px; + text-align: left; +} + +ul.keywordmatches li.goodmatch a { + font-weight: bold; +} + +/* -- index page ------------------------------------------------------------ */ + +table.contentstable { + width: 90%; + margin-left: auto; + margin-right: auto; +} + +table.contentstable p.biglink { + line-height: 150%; +} + +a.biglink { + font-size: 1.3em; +} + +span.linkdescr { + font-style: italic; + padding-top: 5px; + font-size: 90%; +} + +/* -- general index --------------------------------------------------------- */ + +table.indextable { + width: 100%; +} + +table.indextable td { + text-align: left; + vertical-align: top; +} + +table.indextable ul { + margin-top: 0; + margin-bottom: 0; + list-style-type: none; +} + +table.indextable > tbody > tr > td > ul { + padding-left: 0em; +} + +table.indextable tr.pcap { + height: 10px; +} + +table.indextable tr.cap { + margin-top: 10px; + background-color: #f2f2f2; +} + +img.toggler { + margin-right: 3px; + margin-top: 3px; + cursor: pointer; +} + +div.modindex-jumpbox { + border-top: 1px solid #ddd; + border-bottom: 1px solid #ddd; + margin: 1em 0 1em 0; + padding: 0.4em; +} + +div.genindex-jumpbox { + border-top: 1px solid #ddd; + border-bottom: 1px solid #ddd; + margin: 1em 0 1em 0; + padding: 0.4em; +} + +/* -- domain module index --------------------------------------------------- */ + +table.modindextable td { + padding: 2px; + border-collapse: collapse; +} + +/* -- general body styles --------------------------------------------------- */ + +div.body { + min-width: 360px; + max-width: 800px; +} + +div.body p, div.body dd, div.body li, div.body blockquote { + -moz-hyphens: auto; + -ms-hyphens: auto; + -webkit-hyphens: auto; + hyphens: auto; +} + +a.headerlink { + visibility: hidden; +} + +a:visited { + color: #551A8B; +} + +h1:hover > a.headerlink, +h2:hover > a.headerlink, +h3:hover > a.headerlink, +h4:hover > a.headerlink, +h5:hover > a.headerlink, +h6:hover > a.headerlink, +dt:hover > a.headerlink, +caption:hover > a.headerlink, +p.caption:hover > a.headerlink, +div.code-block-caption:hover > a.headerlink { + visibility: visible; +} + +div.body p.caption { + text-align: inherit; +} + +div.body td { + text-align: left; +} + +.first { + margin-top: 0 !important; +} + +p.rubric { + margin-top: 30px; + font-weight: bold; +} + +img.align-left, figure.align-left, .figure.align-left, object.align-left { + clear: left; + float: left; + margin-right: 1em; +} + +img.align-right, figure.align-right, .figure.align-right, object.align-right { + clear: right; + float: right; + margin-left: 1em; +} + +img.align-center, figure.align-center, .figure.align-center, object.align-center { + display: block; + margin-left: auto; + margin-right: auto; +} + +img.align-default, figure.align-default, .figure.align-default { + display: block; + margin-left: auto; + margin-right: auto; +} + +.align-left { + text-align: left; +} + +.align-center { + text-align: center; +} + +.align-default { + text-align: center; +} + +.align-right { + text-align: right; +} + +/* -- sidebars -------------------------------------------------------------- */ + +div.sidebar, +aside.sidebar { + margin: 0 0 0.5em 1em; + border: 1px solid #ddb; + padding: 7px; + background-color: #ffe; + width: 40%; + float: right; + clear: right; + overflow-x: auto; +} + +p.sidebar-title { + font-weight: bold; +} + +nav.contents, +aside.topic, +div.admonition, div.topic, blockquote { + clear: left; +} + +/* -- topics ---------------------------------------------------------------- */ + +nav.contents, +aside.topic, +div.topic { + border: 1px solid #ccc; + padding: 7px; + margin: 10px 0 10px 0; +} + +p.topic-title { + font-size: 1.1em; + font-weight: bold; + margin-top: 10px; +} + +/* -- admonitions ----------------------------------------------------------- */ + +div.admonition { + margin-top: 10px; + margin-bottom: 10px; + padding: 7px; +} + +div.admonition dt { + font-weight: bold; +} + +p.admonition-title { + margin: 0px 10px 5px 0px; + font-weight: bold; +} + +div.body p.centered { + text-align: center; + margin-top: 25px; +} + +/* -- content of sidebars/topics/admonitions -------------------------------- */ + +div.sidebar > :last-child, +aside.sidebar > :last-child, +nav.contents > :last-child, +aside.topic > :last-child, +div.topic > :last-child, +div.admonition > :last-child { + margin-bottom: 0; +} + +div.sidebar::after, +aside.sidebar::after, +nav.contents::after, +aside.topic::after, +div.topic::after, +div.admonition::after, +blockquote::after { + display: block; + content: ''; + clear: both; +} + +/* -- tables ---------------------------------------------------------------- */ + +table.docutils { + margin-top: 10px; + margin-bottom: 10px; + border: 0; + border-collapse: collapse; +} + +table.align-center { + margin-left: auto; + margin-right: auto; +} + +table.align-default { + margin-left: auto; + margin-right: auto; +} + +table caption span.caption-number { + font-style: italic; +} + +table caption span.caption-text { +} + +table.docutils td, table.docutils th { + padding: 1px 8px 1px 5px; + border-top: 0; + border-left: 0; + border-right: 0; + border-bottom: 1px solid #aaa; +} + +th { + text-align: left; + padding-right: 5px; +} + +table.citation { + border-left: solid 1px gray; + margin-left: 1px; +} + +table.citation td { + border-bottom: none; +} + +th > :first-child, +td > :first-child { + margin-top: 0px; +} + +th > :last-child, +td > :last-child { + margin-bottom: 0px; +} + +/* -- figures --------------------------------------------------------------- */ + +div.figure, figure { + margin: 0.5em; + padding: 0.5em; +} + +div.figure p.caption, figcaption { + padding: 0.3em; +} + +div.figure p.caption span.caption-number, +figcaption span.caption-number { + font-style: italic; +} + +div.figure p.caption span.caption-text, +figcaption span.caption-text { +} + +/* -- field list styles ----------------------------------------------------- */ + +table.field-list td, table.field-list th { + border: 0 !important; +} + +.field-list ul { + margin: 0; + padding-left: 1em; +} + +.field-list p { + margin: 0; +} + +.field-name { + -moz-hyphens: manual; + -ms-hyphens: manual; + -webkit-hyphens: manual; + hyphens: manual; +} + +/* -- hlist styles ---------------------------------------------------------- */ + +table.hlist { + margin: 1em 0; +} + +table.hlist td { + vertical-align: top; +} + +/* -- object description styles --------------------------------------------- */ + +.sig { + font-family: 'Consolas', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace; +} + +.sig-name, code.descname { + background-color: transparent; + font-weight: bold; +} + +.sig-name { + font-size: 1.1em; +} + +code.descname { + font-size: 1.2em; +} + +.sig-prename, code.descclassname { + background-color: transparent; +} + +.optional { + font-size: 1.3em; +} + +.sig-paren { + font-size: larger; +} + +.sig-param.n { + font-style: italic; +} + +/* C++ specific styling */ + +.sig-inline.c-texpr, +.sig-inline.cpp-texpr { + font-family: unset; +} + +.sig.c .k, .sig.c .kt, +.sig.cpp .k, .sig.cpp .kt { + color: #0033B3; +} + +.sig.c .m, +.sig.cpp .m { + color: #1750EB; +} + +.sig.c .s, .sig.c .sc, +.sig.cpp .s, .sig.cpp .sc { + color: #067D17; +} + + +/* -- other body styles ----------------------------------------------------- */ + +ol.arabic { + list-style: decimal; +} + +ol.loweralpha { + list-style: lower-alpha; +} + +ol.upperalpha { + list-style: upper-alpha; +} + +ol.lowerroman { + list-style: lower-roman; +} + +ol.upperroman { + list-style: upper-roman; +} + +:not(li) > ol > li:first-child > :first-child, +:not(li) > ul > li:first-child > :first-child { + margin-top: 0px; +} + +:not(li) > ol > li:last-child > :last-child, +:not(li) > ul > li:last-child > :last-child { + margin-bottom: 0px; +} + +ol.simple ol p, +ol.simple ul p, +ul.simple ol p, +ul.simple ul p { + margin-top: 0; +} + +ol.simple > li:not(:first-child) > p, +ul.simple > li:not(:first-child) > p { + margin-top: 0; +} + +ol.simple p, +ul.simple p { + margin-bottom: 0; +} + +aside.footnote > span, +div.citation > span { + float: left; +} +aside.footnote > span:last-of-type, +div.citation > span:last-of-type { + padding-right: 0.5em; +} +aside.footnote > p { + margin-left: 2em; +} +div.citation > p { + margin-left: 4em; +} +aside.footnote > p:last-of-type, +div.citation > p:last-of-type { + margin-bottom: 0em; +} +aside.footnote > p:last-of-type:after, +div.citation > p:last-of-type:after { + content: ""; + clear: both; +} + +dl.field-list { + display: grid; + grid-template-columns: fit-content(30%) auto; +} + +dl.field-list > dt { + font-weight: bold; + word-break: break-word; + padding-left: 0.5em; + padding-right: 5px; +} + +dl.field-list > dd { + padding-left: 0.5em; + margin-top: 0em; + margin-left: 0em; + margin-bottom: 0em; +} + +dl { + margin-bottom: 15px; +} + +dd > :first-child { + margin-top: 0px; +} + +dd ul, dd table { + margin-bottom: 10px; +} + +dd { + margin-top: 3px; + margin-bottom: 10px; + margin-left: 30px; +} + +.sig dd { + margin-top: 0px; + margin-bottom: 0px; +} + +.sig dl { + margin-top: 0px; + margin-bottom: 0px; +} + +dl > dd:last-child, +dl > dd:last-child > :last-child { + margin-bottom: 0; +} + +dt:target, span.highlighted { + background-color: #fbe54e; +} + +rect.highlighted { + fill: #fbe54e; +} + +dl.glossary dt { + font-weight: bold; + font-size: 1.1em; +} + +.versionmodified { + font-style: italic; +} + +.system-message { + background-color: #fda; + padding: 5px; + border: 3px solid red; +} + +.footnote:target { + background-color: #ffa; +} + +.line-block { + display: block; + margin-top: 1em; + margin-bottom: 1em; +} + +.line-block .line-block { + margin-top: 0; + margin-bottom: 0; + margin-left: 1.5em; +} + +.guilabel, .menuselection { + font-family: sans-serif; +} + +.accelerator { + text-decoration: underline; +} + +.classifier { + font-style: oblique; +} + +.classifier:before { + font-style: normal; + margin: 0 0.5em; + content: ":"; + display: inline-block; +} + +abbr, acronym { + border-bottom: dotted 1px; + cursor: help; +} + +.translated { + background-color: rgba(207, 255, 207, 0.2) +} + +.untranslated { + background-color: rgba(255, 207, 207, 0.2) +} + +/* -- code displays --------------------------------------------------------- */ + +pre { + overflow: auto; + overflow-y: hidden; /* fixes display issues on Chrome browsers */ +} + +pre, div[class*="highlight-"] { + clear: both; +} + +span.pre { + -moz-hyphens: none; + -ms-hyphens: none; + -webkit-hyphens: none; + hyphens: none; + white-space: nowrap; +} + +div[class*="highlight-"] { + margin: 1em 0; +} + +td.linenos pre { + border: 0; + background-color: transparent; + color: #aaa; +} + +table.highlighttable { + display: block; +} + +table.highlighttable tbody { + display: block; +} + +table.highlighttable tr { + display: flex; +} + +table.highlighttable td { + margin: 0; + padding: 0; +} + +table.highlighttable td.linenos { + padding-right: 0.5em; +} + +table.highlighttable td.code { + flex: 1; + overflow: hidden; +} + +.highlight .hll { + display: block; +} + +div.highlight pre, +table.highlighttable pre { + margin: 0; +} + +div.code-block-caption + div { + margin-top: 0; +} + +div.code-block-caption { + margin-top: 1em; + padding: 2px 5px; + font-size: small; +} + +div.code-block-caption code { + background-color: transparent; +} + +table.highlighttable td.linenos, +span.linenos, +div.highlight span.gp { /* gp: Generic.Prompt */ + user-select: none; + -webkit-user-select: text; /* Safari fallback only */ + -webkit-user-select: none; /* Chrome/Safari */ + -moz-user-select: none; /* Firefox */ + -ms-user-select: none; /* IE10+ */ +} + +div.code-block-caption span.caption-number { + padding: 0.1em 0.3em; + font-style: italic; +} + +div.code-block-caption span.caption-text { +} + +div.literal-block-wrapper { + margin: 1em 0; +} + +code.xref, a code { + background-color: transparent; + font-weight: bold; +} + +h1 code, h2 code, h3 code, h4 code, h5 code, h6 code { + background-color: transparent; +} + +.viewcode-link { + float: right; +} + +.viewcode-back { + float: right; + font-family: sans-serif; +} + +div.viewcode-block:target { + margin: -1px -10px; + padding: 0 10px; +} + +/* -- math display ---------------------------------------------------------- */ + +img.math { + vertical-align: middle; +} + +div.body div.math p { + text-align: center; +} + +span.eqno { + float: right; +} + +span.eqno a.headerlink { + position: absolute; + z-index: 1; +} + +div.math:hover a.headerlink { + visibility: visible; +} + +/* -- printout stylesheet --------------------------------------------------- */ + +@media print { + div.document, + div.documentwrapper, + div.bodywrapper { + margin: 0 !important; + width: 100%; + } + + div.sphinxsidebar, + div.related, + div.footer, + #top-link { + display: none; + } +} \ No newline at end of file diff --git a/docs/build/_static/bnc_soldering_ttl.jpg b/docs/build/_static/bnc_soldering_ttl.jpg new file mode 100644 index 0000000..5a8ff38 Binary files /dev/null and b/docs/build/_static/bnc_soldering_ttl.jpg differ diff --git a/docs/build/_static/changing_read_out.PNG b/docs/build/_static/changing_read_out.PNG new file mode 100644 index 0000000..b8c80a3 Binary files /dev/null and b/docs/build/_static/changing_read_out.PNG differ diff --git a/docs/build/_static/config_example.PNG b/docs/build/_static/config_example.PNG new file mode 100644 index 0000000..93b23ee Binary files /dev/null and b/docs/build/_static/config_example.PNG differ diff --git a/docs/build/_static/connection_hand_drawn.png b/docs/build/_static/connection_hand_drawn.png new file mode 100644 index 0000000..fa50962 Binary files /dev/null and b/docs/build/_static/connection_hand_drawn.png differ diff --git a/docs/build/_static/css/badge_only.css b/docs/build/_static/css/badge_only.css new file mode 100644 index 0000000..c718cee --- /dev/null +++ b/docs/build/_static/css/badge_only.css @@ -0,0 +1 @@ +.clearfix{*zoom:1}.clearfix:after,.clearfix:before{display:table;content:""}.clearfix:after{clear:both}@font-face{font-family:FontAwesome;font-style:normal;font-weight:400;src:url(fonts/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713?#iefix) format("embedded-opentype"),url(fonts/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format("woff2"),url(fonts/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format("woff"),url(fonts/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format("truetype"),url(fonts/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde#FontAwesome) format("svg")}.fa:before{font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1}.fa:before,a .fa{text-decoration:inherit}.fa:before,a .fa,li .fa{display:inline-block}li .fa-large:before{width:1.875em}ul.fas{list-style-type:none;margin-left:2em;text-indent:-.8em}ul.fas li .fa{width:.8em}ul.fas li .fa-large:before{vertical-align:baseline}.fa-book:before,.icon-book:before{content:"\f02d"}.fa-caret-down:before,.icon-caret-down:before{content:"\f0d7"}.fa-caret-up:before,.icon-caret-up:before{content:"\f0d8"}.fa-caret-left:before,.icon-caret-left:before{content:"\f0d9"}.fa-caret-right:before,.icon-caret-right:before{content:"\f0da"}.rst-versions{position:fixed;bottom:0;left:0;width:300px;color:#fcfcfc;background:#1f1d1d;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;z-index:400}.rst-versions a{color:#2980b9;text-decoration:none}.rst-versions .rst-badge-small{display:none}.rst-versions .rst-current-version{padding:12px;background-color:#272525;display:block;text-align:right;font-size:90%;cursor:pointer;color:#27ae60}.rst-versions .rst-current-version:after{clear:both;content:"";display:block}.rst-versions .rst-current-version .fa{color:#fcfcfc}.rst-versions .rst-current-version .fa-book,.rst-versions .rst-current-version .icon-book{float:left}.rst-versions .rst-current-version.rst-out-of-date{background-color:#e74c3c;color:#fff}.rst-versions .rst-current-version.rst-active-old-version{background-color:#f1c40f;color:#000}.rst-versions.shift-up{height:auto;max-height:100%;overflow-y:scroll}.rst-versions.shift-up .rst-other-versions{display:block}.rst-versions .rst-other-versions{font-size:90%;padding:12px;color:grey;display:none}.rst-versions .rst-other-versions hr{display:block;height:1px;border:0;margin:20px 0;padding:0;border-top:1px solid #413d3d}.rst-versions .rst-other-versions dd{display:inline-block;margin:0}.rst-versions .rst-other-versions dd a{display:inline-block;padding:6px;color:#fcfcfc}.rst-versions.rst-badge{width:auto;bottom:20px;right:20px;left:auto;border:none;max-width:300px;max-height:90%}.rst-versions.rst-badge .fa-book,.rst-versions.rst-badge .icon-book{float:none;line-height:30px}.rst-versions.rst-badge.shift-up .rst-current-version{text-align:right}.rst-versions.rst-badge.shift-up .rst-current-version .fa-book,.rst-versions.rst-badge.shift-up .rst-current-version .icon-book{float:left}.rst-versions.rst-badge>.rst-current-version{width:auto;height:30px;line-height:30px;padding:0 6px;display:block;text-align:center}@media screen and (max-width:768px){.rst-versions{width:85%;display:none}.rst-versions.shift{display:block}} \ No newline at end of file diff --git a/docs/build/_static/css/fonts/Roboto-Slab-Bold.woff b/docs/build/_static/css/fonts/Roboto-Slab-Bold.woff new file mode 100644 index 0000000..6cb6000 Binary files /dev/null and b/docs/build/_static/css/fonts/Roboto-Slab-Bold.woff differ diff --git a/docs/build/_static/css/fonts/Roboto-Slab-Bold.woff2 b/docs/build/_static/css/fonts/Roboto-Slab-Bold.woff2 new file mode 100644 index 0000000..7059e23 Binary files /dev/null and b/docs/build/_static/css/fonts/Roboto-Slab-Bold.woff2 differ diff --git a/docs/build/_static/css/fonts/Roboto-Slab-Regular.woff b/docs/build/_static/css/fonts/Roboto-Slab-Regular.woff new file mode 100644 index 0000000..f815f63 Binary files /dev/null and b/docs/build/_static/css/fonts/Roboto-Slab-Regular.woff differ diff --git a/docs/build/_static/css/fonts/Roboto-Slab-Regular.woff2 b/docs/build/_static/css/fonts/Roboto-Slab-Regular.woff2 new file mode 100644 index 0000000..f2c76e5 Binary files /dev/null and b/docs/build/_static/css/fonts/Roboto-Slab-Regular.woff2 differ diff --git a/docs/build/_static/css/fonts/fontawesome-webfont.eot b/docs/build/_static/css/fonts/fontawesome-webfont.eot new file mode 100644 index 0000000..e9f60ca Binary files /dev/null and b/docs/build/_static/css/fonts/fontawesome-webfont.eot differ diff --git a/docs/build/_static/css/fonts/fontawesome-webfont.svg b/docs/build/_static/css/fonts/fontawesome-webfont.svg new file mode 100644 index 0000000..855c845 --- /dev/null +++ b/docs/build/_static/css/fonts/fontawesome-webfont.svg @@ -0,0 +1,2671 @@ + + + + +Created by FontForge 20120731 at Mon Oct 24 17:37:40 2016 + By ,,, +Copyright Dave Gandy 2016. All rights reserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/build/_static/css/fonts/fontawesome-webfont.ttf b/docs/build/_static/css/fonts/fontawesome-webfont.ttf new file mode 100644 index 0000000..35acda2 Binary files /dev/null and b/docs/build/_static/css/fonts/fontawesome-webfont.ttf differ diff --git a/docs/build/_static/css/fonts/fontawesome-webfont.woff b/docs/build/_static/css/fonts/fontawesome-webfont.woff new file mode 100644 index 0000000..400014a Binary files /dev/null and b/docs/build/_static/css/fonts/fontawesome-webfont.woff differ diff --git a/docs/build/_static/css/fonts/fontawesome-webfont.woff2 b/docs/build/_static/css/fonts/fontawesome-webfont.woff2 new file mode 100644 index 0000000..4d13fc6 Binary files /dev/null and b/docs/build/_static/css/fonts/fontawesome-webfont.woff2 differ diff --git a/docs/build/_static/css/fonts/lato-bold-italic.woff b/docs/build/_static/css/fonts/lato-bold-italic.woff new file mode 100644 index 0000000..88ad05b Binary files /dev/null and b/docs/build/_static/css/fonts/lato-bold-italic.woff differ diff --git a/docs/build/_static/css/fonts/lato-bold-italic.woff2 b/docs/build/_static/css/fonts/lato-bold-italic.woff2 new file mode 100644 index 0000000..c4e3d80 Binary files /dev/null and b/docs/build/_static/css/fonts/lato-bold-italic.woff2 differ diff --git a/docs/build/_static/css/fonts/lato-bold.woff b/docs/build/_static/css/fonts/lato-bold.woff new file mode 100644 index 0000000..c6dff51 Binary files /dev/null and b/docs/build/_static/css/fonts/lato-bold.woff differ diff --git a/docs/build/_static/css/fonts/lato-bold.woff2 b/docs/build/_static/css/fonts/lato-bold.woff2 new file mode 100644 index 0000000..bb19504 Binary files /dev/null and b/docs/build/_static/css/fonts/lato-bold.woff2 differ diff --git a/docs/build/_static/css/fonts/lato-normal-italic.woff b/docs/build/_static/css/fonts/lato-normal-italic.woff new file mode 100644 index 0000000..76114bc Binary files /dev/null and b/docs/build/_static/css/fonts/lato-normal-italic.woff differ diff --git a/docs/build/_static/css/fonts/lato-normal-italic.woff2 b/docs/build/_static/css/fonts/lato-normal-italic.woff2 new file mode 100644 index 0000000..3404f37 Binary files /dev/null and b/docs/build/_static/css/fonts/lato-normal-italic.woff2 differ diff --git a/docs/build/_static/css/fonts/lato-normal.woff b/docs/build/_static/css/fonts/lato-normal.woff new file mode 100644 index 0000000..ae1307f Binary files /dev/null and b/docs/build/_static/css/fonts/lato-normal.woff differ diff --git a/docs/build/_static/css/fonts/lato-normal.woff2 b/docs/build/_static/css/fonts/lato-normal.woff2 new file mode 100644 index 0000000..3bf9843 Binary files /dev/null and b/docs/build/_static/css/fonts/lato-normal.woff2 differ diff --git a/docs/build/_static/css/theme.css b/docs/build/_static/css/theme.css new file mode 100644 index 0000000..09a1af8 --- /dev/null +++ b/docs/build/_static/css/theme.css @@ -0,0 +1,4 @@ +html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}[hidden],audio:not([controls]){display:none}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}blockquote{margin:0}dfn{font-style:italic}ins{background:#ff9;text-decoration:none}ins,mark{color:#000}mark{background:#ff0;font-style:italic;font-weight:700}.rst-content code,.rst-content tt,code,kbd,pre,samp{font-family:monospace,serif;_font-family:courier new,monospace;font-size:1em}pre{white-space:pre}q{quotes:none}q:after,q:before{content:"";content:none}small{font-size:85%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}dl,ol,ul{margin:0;padding:0;list-style:none;list-style-image:none}li{list-style:none}dd{margin:0}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle;max-width:100%}svg:not(:root){overflow:hidden}figure,form{margin:0}label{cursor:pointer}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button;*overflow:visible}button[disabled],input[disabled]{cursor:default}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}textarea{resize:vertical}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}.ir{display:block;border:0;text-indent:-999em;overflow:hidden;background-color:transparent;background-repeat:no-repeat;text-align:left;direction:ltr;*line-height:0}.ir br{display:none}.hidden{display:none!important;visibility:hidden}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.invisible{visibility:hidden}.relative{position:relative}big,small{font-size:100%}@media print{body,html,section{background:none!important}*{box-shadow:none!important;text-shadow:none!important;filter:none!important;-ms-filter:none!important}a,a:visited{text-decoration:underline}.ir a:after,a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}.rst-content .toctree-wrapper>p.caption,h2,h3,p{orphans:3;widows:3}.rst-content .toctree-wrapper>p.caption,h2,h3{page-break-after:avoid}}.btn,.fa:before,.icon:before,.rst-content .admonition,.rst-content .admonition-title:before,.rst-content .admonition-todo,.rst-content .attention,.rst-content .caution,.rst-content .code-block-caption .headerlink:before,.rst-content .danger,.rst-content .eqno .headerlink:before,.rst-content .error,.rst-content .hint,.rst-content .important,.rst-content .note,.rst-content .seealso,.rst-content .tip,.rst-content .warning,.rst-content code.download span:first-child:before,.rst-content dl dt .headerlink:before,.rst-content h1 .headerlink:before,.rst-content h2 .headerlink:before,.rst-content h3 .headerlink:before,.rst-content h4 .headerlink:before,.rst-content h5 .headerlink:before,.rst-content h6 .headerlink:before,.rst-content p.caption .headerlink:before,.rst-content p .headerlink:before,.rst-content table>caption .headerlink:before,.rst-content tt.download span:first-child:before,.wy-alert,.wy-dropdown .caret:before,.wy-inline-validate.wy-inline-validate-danger .wy-input-context:before,.wy-inline-validate.wy-inline-validate-info .wy-input-context:before,.wy-inline-validate.wy-inline-validate-success .wy-input-context:before,.wy-inline-validate.wy-inline-validate-warning .wy-input-context:before,.wy-menu-vertical li.current>a button.toctree-expand:before,.wy-menu-vertical li.on a button.toctree-expand:before,.wy-menu-vertical li button.toctree-expand:before,input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea{-webkit-font-smoothing:antialiased}.clearfix{*zoom:1}.clearfix:after,.clearfix:before{display:table;content:""}.clearfix:after{clear:both}/*! + * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */@font-face{font-family:FontAwesome;src:url(fonts/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713);src:url(fonts/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713?#iefix&v=4.7.0) format("embedded-opentype"),url(fonts/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format("woff2"),url(fonts/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format("woff"),url(fonts/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format("truetype"),url(fonts/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde#fontawesomeregular) format("svg");font-weight:400;font-style:normal}.fa,.icon,.rst-content .admonition-title,.rst-content .code-block-caption .headerlink,.rst-content .eqno .headerlink,.rst-content code.download span:first-child,.rst-content dl dt .headerlink,.rst-content h1 .headerlink,.rst-content h2 .headerlink,.rst-content h3 .headerlink,.rst-content h4 .headerlink,.rst-content h5 .headerlink,.rst-content h6 .headerlink,.rst-content p.caption .headerlink,.rst-content p .headerlink,.rst-content table>caption .headerlink,.rst-content tt.download span:first-child,.wy-menu-vertical li.current>a button.toctree-expand,.wy-menu-vertical li.on a button.toctree-expand,.wy-menu-vertical li button.toctree-expand{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14286em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14286em;width:2.14286em;top:.14286em;text-align:center}.fa-li.fa-lg{left:-1.85714em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa-pull-left.icon,.fa.fa-pull-left,.rst-content .code-block-caption .fa-pull-left.headerlink,.rst-content .eqno .fa-pull-left.headerlink,.rst-content .fa-pull-left.admonition-title,.rst-content code.download span.fa-pull-left:first-child,.rst-content dl dt .fa-pull-left.headerlink,.rst-content h1 .fa-pull-left.headerlink,.rst-content h2 .fa-pull-left.headerlink,.rst-content h3 .fa-pull-left.headerlink,.rst-content h4 .fa-pull-left.headerlink,.rst-content h5 .fa-pull-left.headerlink,.rst-content h6 .fa-pull-left.headerlink,.rst-content p .fa-pull-left.headerlink,.rst-content table>caption .fa-pull-left.headerlink,.rst-content tt.download span.fa-pull-left:first-child,.wy-menu-vertical li.current>a button.fa-pull-left.toctree-expand,.wy-menu-vertical li.on a button.fa-pull-left.toctree-expand,.wy-menu-vertical li button.fa-pull-left.toctree-expand{margin-right:.3em}.fa-pull-right.icon,.fa.fa-pull-right,.rst-content .code-block-caption .fa-pull-right.headerlink,.rst-content .eqno .fa-pull-right.headerlink,.rst-content .fa-pull-right.admonition-title,.rst-content code.download span.fa-pull-right:first-child,.rst-content dl dt .fa-pull-right.headerlink,.rst-content h1 .fa-pull-right.headerlink,.rst-content h2 .fa-pull-right.headerlink,.rst-content h3 .fa-pull-right.headerlink,.rst-content h4 .fa-pull-right.headerlink,.rst-content h5 .fa-pull-right.headerlink,.rst-content h6 .fa-pull-right.headerlink,.rst-content p .fa-pull-right.headerlink,.rst-content table>caption .fa-pull-right.headerlink,.rst-content tt.download span.fa-pull-right:first-child,.wy-menu-vertical li.current>a button.fa-pull-right.toctree-expand,.wy-menu-vertical li.on a button.fa-pull-right.toctree-expand,.wy-menu-vertical li button.fa-pull-right.toctree-expand{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left,.pull-left.icon,.rst-content .code-block-caption .pull-left.headerlink,.rst-content .eqno .pull-left.headerlink,.rst-content .pull-left.admonition-title,.rst-content code.download span.pull-left:first-child,.rst-content dl dt .pull-left.headerlink,.rst-content h1 .pull-left.headerlink,.rst-content h2 .pull-left.headerlink,.rst-content h3 .pull-left.headerlink,.rst-content h4 .pull-left.headerlink,.rst-content h5 .pull-left.headerlink,.rst-content h6 .pull-left.headerlink,.rst-content p .pull-left.headerlink,.rst-content table>caption .pull-left.headerlink,.rst-content tt.download span.pull-left:first-child,.wy-menu-vertical li.current>a button.pull-left.toctree-expand,.wy-menu-vertical li.on a button.pull-left.toctree-expand,.wy-menu-vertical li button.pull-left.toctree-expand{margin-right:.3em}.fa.pull-right,.pull-right.icon,.rst-content .code-block-caption .pull-right.headerlink,.rst-content .eqno .pull-right.headerlink,.rst-content .pull-right.admonition-title,.rst-content code.download span.pull-right:first-child,.rst-content dl dt .pull-right.headerlink,.rst-content h1 .pull-right.headerlink,.rst-content h2 .pull-right.headerlink,.rst-content h3 .pull-right.headerlink,.rst-content h4 .pull-right.headerlink,.rst-content h5 .pull-right.headerlink,.rst-content h6 .pull-right.headerlink,.rst-content p .pull-right.headerlink,.rst-content table>caption .pull-right.headerlink,.rst-content tt.download span.pull-right:first-child,.wy-menu-vertical li.current>a button.pull-right.toctree-expand,.wy-menu-vertical li.on a button.pull-right.toctree-expand,.wy-menu-vertical li button.pull-right.toctree-expand{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before,.icon-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-close:before,.fa-remove:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-cog:before,.fa-gear:before{content:""}.fa-trash-o:before{content:""}.fa-home:before,.icon-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before,.rst-content code.download span:first-child:before,.rst-content tt.download span:first-child:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-repeat:before,.fa-rotate-right:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before,.icon-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before,.wy-inline-validate.wy-inline-validate-danger .wy-input-context:before{content:""}.fa-check-circle:before,.wy-inline-validate.wy-inline-validate-success .wy-input-context:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before,.rst-content .admonition-title:before,.wy-inline-validate.wy-inline-validate-info .wy-input-context:before,.wy-inline-validate.wy-inline-validate-warning .wy-input-context:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before,.icon-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-exclamation-triangle:before,.fa-warning:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-cogs:before,.fa-gears:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before,.icon-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before,.icon-circle-arrow-left:before{content:""}.fa-arrow-circle-right:before,.icon-circle-arrow-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before,.icon-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-floppy-o:before,.fa-save:before{content:""}.fa-square:before{content:""}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before,.icon-caret-down:before,.wy-dropdown .caret:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-sort:before,.fa-unsorted:before{content:""}.fa-sort-desc:before,.fa-sort-down:before{content:""}.fa-sort-asc:before,.fa-sort-up:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-gavel:before,.fa-legal:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-bolt:before,.fa-flash:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-clipboard:before,.fa-paste:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-chain-broken:before,.fa-unlink:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before,.wy-menu-vertical li.current>a button.toctree-expand:before,.wy-menu-vertical li.on a button.toctree-expand:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:""}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:""}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:""}.fa-eur:before,.fa-euro:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-inr:before,.fa-rupee:before{content:""}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:""}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:""}.fa-krw:before,.fa-won:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before,.icon-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-try:before,.fa-turkish-lira:before{content:""}.fa-plus-square-o:before,.wy-menu-vertical li button.toctree-expand:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-bank:before,.fa-institution:before,.fa-university:before{content:""}.fa-graduation-cap:before,.fa-mortar-board:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:""}.fa-file-archive-o:before,.fa-file-zip-o:before{content:""}.fa-file-audio-o:before,.fa-file-sound-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:""}.fa-empire:before,.fa-ge:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-paper-plane:before,.fa-send:before{content:""}.fa-paper-plane-o:before,.fa-send-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-bed:before,.fa-hotel:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-y-combinator:before,.fa-yc:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-television:before,.fa-tv:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before,.icon-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:""}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-sign-language:before,.fa-signing:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-address-card:before,.fa-vcard:before{content:""}.fa-address-card-o:before,.fa-vcard-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.fa,.icon,.rst-content .admonition-title,.rst-content .code-block-caption .headerlink,.rst-content .eqno .headerlink,.rst-content code.download span:first-child,.rst-content dl dt .headerlink,.rst-content h1 .headerlink,.rst-content h2 .headerlink,.rst-content h3 .headerlink,.rst-content h4 .headerlink,.rst-content h5 .headerlink,.rst-content h6 .headerlink,.rst-content p.caption .headerlink,.rst-content p .headerlink,.rst-content table>caption .headerlink,.rst-content tt.download span:first-child,.wy-dropdown .caret,.wy-inline-validate.wy-inline-validate-danger .wy-input-context,.wy-inline-validate.wy-inline-validate-info .wy-input-context,.wy-inline-validate.wy-inline-validate-success .wy-input-context,.wy-inline-validate.wy-inline-validate-warning .wy-input-context,.wy-menu-vertical li.current>a button.toctree-expand,.wy-menu-vertical li.on a button.toctree-expand,.wy-menu-vertical li button.toctree-expand{font-family:inherit}.fa:before,.icon:before,.rst-content .admonition-title:before,.rst-content .code-block-caption .headerlink:before,.rst-content .eqno .headerlink:before,.rst-content code.download span:first-child:before,.rst-content dl dt .headerlink:before,.rst-content h1 .headerlink:before,.rst-content h2 .headerlink:before,.rst-content h3 .headerlink:before,.rst-content h4 .headerlink:before,.rst-content h5 .headerlink:before,.rst-content h6 .headerlink:before,.rst-content p.caption .headerlink:before,.rst-content p .headerlink:before,.rst-content table>caption .headerlink:before,.rst-content tt.download span:first-child:before,.wy-dropdown .caret:before,.wy-inline-validate.wy-inline-validate-danger .wy-input-context:before,.wy-inline-validate.wy-inline-validate-info .wy-input-context:before,.wy-inline-validate.wy-inline-validate-success .wy-input-context:before,.wy-inline-validate.wy-inline-validate-warning .wy-input-context:before,.wy-menu-vertical li.current>a button.toctree-expand:before,.wy-menu-vertical li.on a button.toctree-expand:before,.wy-menu-vertical li button.toctree-expand:before{font-family:FontAwesome;display:inline-block;font-style:normal;font-weight:400;line-height:1;text-decoration:inherit}.rst-content .code-block-caption a .headerlink,.rst-content .eqno a .headerlink,.rst-content a .admonition-title,.rst-content code.download a span:first-child,.rst-content dl dt a .headerlink,.rst-content h1 a .headerlink,.rst-content h2 a .headerlink,.rst-content h3 a .headerlink,.rst-content h4 a .headerlink,.rst-content h5 a .headerlink,.rst-content h6 a .headerlink,.rst-content p.caption a .headerlink,.rst-content p a .headerlink,.rst-content table>caption a .headerlink,.rst-content tt.download a span:first-child,.wy-menu-vertical li.current>a button.toctree-expand,.wy-menu-vertical li.on a button.toctree-expand,.wy-menu-vertical li a button.toctree-expand,a .fa,a .icon,a .rst-content .admonition-title,a .rst-content .code-block-caption .headerlink,a .rst-content .eqno .headerlink,a .rst-content code.download span:first-child,a .rst-content dl dt .headerlink,a .rst-content h1 .headerlink,a .rst-content h2 .headerlink,a .rst-content h3 .headerlink,a .rst-content h4 .headerlink,a .rst-content h5 .headerlink,a .rst-content h6 .headerlink,a .rst-content p.caption .headerlink,a .rst-content p .headerlink,a .rst-content table>caption .headerlink,a .rst-content tt.download span:first-child,a .wy-menu-vertical li button.toctree-expand{display:inline-block;text-decoration:inherit}.btn .fa,.btn .icon,.btn .rst-content .admonition-title,.btn .rst-content .code-block-caption .headerlink,.btn .rst-content .eqno .headerlink,.btn .rst-content code.download span:first-child,.btn .rst-content dl dt .headerlink,.btn .rst-content h1 .headerlink,.btn .rst-content h2 .headerlink,.btn .rst-content h3 .headerlink,.btn .rst-content h4 .headerlink,.btn .rst-content h5 .headerlink,.btn .rst-content h6 .headerlink,.btn .rst-content p .headerlink,.btn .rst-content table>caption .headerlink,.btn .rst-content tt.download span:first-child,.btn .wy-menu-vertical li.current>a button.toctree-expand,.btn .wy-menu-vertical li.on a button.toctree-expand,.btn .wy-menu-vertical li button.toctree-expand,.nav .fa,.nav .icon,.nav .rst-content .admonition-title,.nav .rst-content .code-block-caption .headerlink,.nav .rst-content .eqno .headerlink,.nav .rst-content code.download span:first-child,.nav .rst-content dl dt .headerlink,.nav .rst-content h1 .headerlink,.nav .rst-content h2 .headerlink,.nav .rst-content h3 .headerlink,.nav .rst-content h4 .headerlink,.nav .rst-content h5 .headerlink,.nav .rst-content h6 .headerlink,.nav .rst-content p .headerlink,.nav .rst-content table>caption .headerlink,.nav .rst-content tt.download span:first-child,.nav .wy-menu-vertical li.current>a button.toctree-expand,.nav .wy-menu-vertical li.on a button.toctree-expand,.nav .wy-menu-vertical li button.toctree-expand,.rst-content .btn .admonition-title,.rst-content .code-block-caption .btn .headerlink,.rst-content .code-block-caption .nav .headerlink,.rst-content .eqno .btn .headerlink,.rst-content .eqno .nav .headerlink,.rst-content .nav .admonition-title,.rst-content code.download .btn span:first-child,.rst-content code.download .nav span:first-child,.rst-content dl dt .btn .headerlink,.rst-content dl dt .nav .headerlink,.rst-content h1 .btn .headerlink,.rst-content h1 .nav .headerlink,.rst-content h2 .btn .headerlink,.rst-content h2 .nav .headerlink,.rst-content h3 .btn .headerlink,.rst-content h3 .nav .headerlink,.rst-content h4 .btn .headerlink,.rst-content h4 .nav .headerlink,.rst-content h5 .btn .headerlink,.rst-content h5 .nav .headerlink,.rst-content h6 .btn .headerlink,.rst-content h6 .nav .headerlink,.rst-content p .btn .headerlink,.rst-content p .nav .headerlink,.rst-content table>caption .btn .headerlink,.rst-content table>caption .nav .headerlink,.rst-content tt.download .btn span:first-child,.rst-content tt.download .nav span:first-child,.wy-menu-vertical li .btn button.toctree-expand,.wy-menu-vertical li.current>a .btn button.toctree-expand,.wy-menu-vertical li.current>a .nav button.toctree-expand,.wy-menu-vertical li .nav button.toctree-expand,.wy-menu-vertical li.on a .btn button.toctree-expand,.wy-menu-vertical li.on a .nav button.toctree-expand{display:inline}.btn .fa-large.icon,.btn .fa.fa-large,.btn .rst-content .code-block-caption .fa-large.headerlink,.btn .rst-content .eqno .fa-large.headerlink,.btn .rst-content .fa-large.admonition-title,.btn .rst-content code.download span.fa-large:first-child,.btn .rst-content dl dt .fa-large.headerlink,.btn .rst-content h1 .fa-large.headerlink,.btn .rst-content h2 .fa-large.headerlink,.btn .rst-content h3 .fa-large.headerlink,.btn .rst-content h4 .fa-large.headerlink,.btn .rst-content h5 .fa-large.headerlink,.btn .rst-content h6 .fa-large.headerlink,.btn .rst-content p .fa-large.headerlink,.btn .rst-content table>caption .fa-large.headerlink,.btn .rst-content tt.download span.fa-large:first-child,.btn .wy-menu-vertical li button.fa-large.toctree-expand,.nav .fa-large.icon,.nav .fa.fa-large,.nav .rst-content .code-block-caption .fa-large.headerlink,.nav .rst-content .eqno .fa-large.headerlink,.nav .rst-content .fa-large.admonition-title,.nav .rst-content code.download span.fa-large:first-child,.nav .rst-content dl dt .fa-large.headerlink,.nav .rst-content h1 .fa-large.headerlink,.nav .rst-content h2 .fa-large.headerlink,.nav .rst-content h3 .fa-large.headerlink,.nav .rst-content h4 .fa-large.headerlink,.nav .rst-content h5 .fa-large.headerlink,.nav .rst-content h6 .fa-large.headerlink,.nav .rst-content p .fa-large.headerlink,.nav .rst-content table>caption .fa-large.headerlink,.nav .rst-content tt.download span.fa-large:first-child,.nav .wy-menu-vertical li button.fa-large.toctree-expand,.rst-content .btn .fa-large.admonition-title,.rst-content .code-block-caption .btn .fa-large.headerlink,.rst-content .code-block-caption .nav .fa-large.headerlink,.rst-content .eqno .btn .fa-large.headerlink,.rst-content .eqno .nav .fa-large.headerlink,.rst-content .nav .fa-large.admonition-title,.rst-content code.download .btn span.fa-large:first-child,.rst-content code.download .nav span.fa-large:first-child,.rst-content dl dt .btn .fa-large.headerlink,.rst-content dl dt .nav .fa-large.headerlink,.rst-content h1 .btn .fa-large.headerlink,.rst-content h1 .nav .fa-large.headerlink,.rst-content h2 .btn .fa-large.headerlink,.rst-content h2 .nav .fa-large.headerlink,.rst-content h3 .btn .fa-large.headerlink,.rst-content h3 .nav .fa-large.headerlink,.rst-content h4 .btn .fa-large.headerlink,.rst-content h4 .nav .fa-large.headerlink,.rst-content h5 .btn .fa-large.headerlink,.rst-content h5 .nav .fa-large.headerlink,.rst-content h6 .btn .fa-large.headerlink,.rst-content h6 .nav .fa-large.headerlink,.rst-content p .btn .fa-large.headerlink,.rst-content p .nav .fa-large.headerlink,.rst-content table>caption .btn .fa-large.headerlink,.rst-content table>caption .nav .fa-large.headerlink,.rst-content tt.download .btn span.fa-large:first-child,.rst-content tt.download .nav span.fa-large:first-child,.wy-menu-vertical li .btn button.fa-large.toctree-expand,.wy-menu-vertical li .nav button.fa-large.toctree-expand{line-height:.9em}.btn .fa-spin.icon,.btn .fa.fa-spin,.btn .rst-content .code-block-caption .fa-spin.headerlink,.btn .rst-content .eqno .fa-spin.headerlink,.btn .rst-content .fa-spin.admonition-title,.btn .rst-content code.download span.fa-spin:first-child,.btn .rst-content dl dt .fa-spin.headerlink,.btn .rst-content h1 .fa-spin.headerlink,.btn .rst-content h2 .fa-spin.headerlink,.btn .rst-content h3 .fa-spin.headerlink,.btn .rst-content h4 .fa-spin.headerlink,.btn .rst-content h5 .fa-spin.headerlink,.btn .rst-content h6 .fa-spin.headerlink,.btn .rst-content p .fa-spin.headerlink,.btn .rst-content table>caption .fa-spin.headerlink,.btn .rst-content tt.download span.fa-spin:first-child,.btn .wy-menu-vertical li button.fa-spin.toctree-expand,.nav .fa-spin.icon,.nav .fa.fa-spin,.nav .rst-content .code-block-caption .fa-spin.headerlink,.nav .rst-content .eqno .fa-spin.headerlink,.nav .rst-content .fa-spin.admonition-title,.nav .rst-content code.download span.fa-spin:first-child,.nav .rst-content dl dt .fa-spin.headerlink,.nav .rst-content h1 .fa-spin.headerlink,.nav .rst-content h2 .fa-spin.headerlink,.nav .rst-content h3 .fa-spin.headerlink,.nav .rst-content h4 .fa-spin.headerlink,.nav .rst-content h5 .fa-spin.headerlink,.nav .rst-content h6 .fa-spin.headerlink,.nav .rst-content p .fa-spin.headerlink,.nav .rst-content table>caption .fa-spin.headerlink,.nav .rst-content tt.download span.fa-spin:first-child,.nav .wy-menu-vertical li button.fa-spin.toctree-expand,.rst-content .btn .fa-spin.admonition-title,.rst-content .code-block-caption .btn .fa-spin.headerlink,.rst-content .code-block-caption .nav .fa-spin.headerlink,.rst-content .eqno .btn .fa-spin.headerlink,.rst-content .eqno .nav .fa-spin.headerlink,.rst-content .nav .fa-spin.admonition-title,.rst-content code.download .btn span.fa-spin:first-child,.rst-content code.download .nav span.fa-spin:first-child,.rst-content dl dt .btn .fa-spin.headerlink,.rst-content dl dt .nav .fa-spin.headerlink,.rst-content h1 .btn .fa-spin.headerlink,.rst-content h1 .nav .fa-spin.headerlink,.rst-content h2 .btn .fa-spin.headerlink,.rst-content h2 .nav .fa-spin.headerlink,.rst-content h3 .btn .fa-spin.headerlink,.rst-content h3 .nav .fa-spin.headerlink,.rst-content h4 .btn .fa-spin.headerlink,.rst-content h4 .nav .fa-spin.headerlink,.rst-content h5 .btn .fa-spin.headerlink,.rst-content h5 .nav .fa-spin.headerlink,.rst-content h6 .btn .fa-spin.headerlink,.rst-content h6 .nav .fa-spin.headerlink,.rst-content p .btn .fa-spin.headerlink,.rst-content p .nav .fa-spin.headerlink,.rst-content table>caption .btn .fa-spin.headerlink,.rst-content table>caption .nav .fa-spin.headerlink,.rst-content tt.download .btn span.fa-spin:first-child,.rst-content tt.download .nav span.fa-spin:first-child,.wy-menu-vertical li .btn button.fa-spin.toctree-expand,.wy-menu-vertical li .nav button.fa-spin.toctree-expand{display:inline-block}.btn.fa:before,.btn.icon:before,.rst-content .btn.admonition-title:before,.rst-content .code-block-caption .btn.headerlink:before,.rst-content .eqno .btn.headerlink:before,.rst-content code.download span.btn:first-child:before,.rst-content dl dt .btn.headerlink:before,.rst-content h1 .btn.headerlink:before,.rst-content h2 .btn.headerlink:before,.rst-content h3 .btn.headerlink:before,.rst-content h4 .btn.headerlink:before,.rst-content h5 .btn.headerlink:before,.rst-content h6 .btn.headerlink:before,.rst-content p .btn.headerlink:before,.rst-content table>caption .btn.headerlink:before,.rst-content tt.download span.btn:first-child:before,.wy-menu-vertical li button.btn.toctree-expand:before{opacity:.5;-webkit-transition:opacity .05s ease-in;-moz-transition:opacity .05s ease-in;transition:opacity .05s ease-in}.btn.fa:hover:before,.btn.icon:hover:before,.rst-content .btn.admonition-title:hover:before,.rst-content .code-block-caption .btn.headerlink:hover:before,.rst-content .eqno .btn.headerlink:hover:before,.rst-content code.download span.btn:first-child:hover:before,.rst-content dl dt .btn.headerlink:hover:before,.rst-content h1 .btn.headerlink:hover:before,.rst-content h2 .btn.headerlink:hover:before,.rst-content h3 .btn.headerlink:hover:before,.rst-content h4 .btn.headerlink:hover:before,.rst-content h5 .btn.headerlink:hover:before,.rst-content h6 .btn.headerlink:hover:before,.rst-content p .btn.headerlink:hover:before,.rst-content table>caption .btn.headerlink:hover:before,.rst-content tt.download span.btn:first-child:hover:before,.wy-menu-vertical li button.btn.toctree-expand:hover:before{opacity:1}.btn-mini .fa:before,.btn-mini .icon:before,.btn-mini .rst-content .admonition-title:before,.btn-mini .rst-content .code-block-caption .headerlink:before,.btn-mini .rst-content .eqno .headerlink:before,.btn-mini .rst-content code.download span:first-child:before,.btn-mini .rst-content dl dt .headerlink:before,.btn-mini .rst-content h1 .headerlink:before,.btn-mini .rst-content h2 .headerlink:before,.btn-mini .rst-content h3 .headerlink:before,.btn-mini .rst-content h4 .headerlink:before,.btn-mini .rst-content h5 .headerlink:before,.btn-mini .rst-content h6 .headerlink:before,.btn-mini .rst-content p .headerlink:before,.btn-mini .rst-content table>caption .headerlink:before,.btn-mini .rst-content tt.download span:first-child:before,.btn-mini .wy-menu-vertical li button.toctree-expand:before,.rst-content .btn-mini .admonition-title:before,.rst-content .code-block-caption .btn-mini .headerlink:before,.rst-content .eqno .btn-mini .headerlink:before,.rst-content code.download .btn-mini span:first-child:before,.rst-content dl dt .btn-mini .headerlink:before,.rst-content h1 .btn-mini .headerlink:before,.rst-content h2 .btn-mini .headerlink:before,.rst-content h3 .btn-mini .headerlink:before,.rst-content h4 .btn-mini .headerlink:before,.rst-content h5 .btn-mini .headerlink:before,.rst-content h6 .btn-mini .headerlink:before,.rst-content p .btn-mini .headerlink:before,.rst-content table>caption .btn-mini .headerlink:before,.rst-content tt.download .btn-mini span:first-child:before,.wy-menu-vertical li .btn-mini button.toctree-expand:before{font-size:14px;vertical-align:-15%}.rst-content .admonition,.rst-content .admonition-todo,.rst-content .attention,.rst-content .caution,.rst-content .danger,.rst-content .error,.rst-content .hint,.rst-content .important,.rst-content .note,.rst-content .seealso,.rst-content .tip,.rst-content .warning,.wy-alert{padding:12px;line-height:24px;margin-bottom:24px;background:#e7f2fa}.rst-content .admonition-title,.wy-alert-title{font-weight:700;display:block;color:#fff;background:#6ab0de;padding:6px 12px;margin:-12px -12px 12px}.rst-content .danger,.rst-content .error,.rst-content .wy-alert-danger.admonition,.rst-content .wy-alert-danger.admonition-todo,.rst-content .wy-alert-danger.attention,.rst-content .wy-alert-danger.caution,.rst-content .wy-alert-danger.hint,.rst-content .wy-alert-danger.important,.rst-content .wy-alert-danger.note,.rst-content .wy-alert-danger.seealso,.rst-content .wy-alert-danger.tip,.rst-content .wy-alert-danger.warning,.wy-alert.wy-alert-danger{background:#fdf3f2}.rst-content .danger .admonition-title,.rst-content .danger .wy-alert-title,.rst-content .error .admonition-title,.rst-content .error .wy-alert-title,.rst-content .wy-alert-danger.admonition-todo .admonition-title,.rst-content .wy-alert-danger.admonition-todo .wy-alert-title,.rst-content .wy-alert-danger.admonition .admonition-title,.rst-content .wy-alert-danger.admonition .wy-alert-title,.rst-content .wy-alert-danger.attention .admonition-title,.rst-content .wy-alert-danger.attention .wy-alert-title,.rst-content .wy-alert-danger.caution .admonition-title,.rst-content .wy-alert-danger.caution .wy-alert-title,.rst-content .wy-alert-danger.hint .admonition-title,.rst-content .wy-alert-danger.hint .wy-alert-title,.rst-content .wy-alert-danger.important .admonition-title,.rst-content .wy-alert-danger.important .wy-alert-title,.rst-content .wy-alert-danger.note .admonition-title,.rst-content .wy-alert-danger.note .wy-alert-title,.rst-content .wy-alert-danger.seealso .admonition-title,.rst-content .wy-alert-danger.seealso .wy-alert-title,.rst-content .wy-alert-danger.tip .admonition-title,.rst-content .wy-alert-danger.tip .wy-alert-title,.rst-content .wy-alert-danger.warning .admonition-title,.rst-content .wy-alert-danger.warning .wy-alert-title,.rst-content .wy-alert.wy-alert-danger .admonition-title,.wy-alert.wy-alert-danger .rst-content .admonition-title,.wy-alert.wy-alert-danger .wy-alert-title{background:#f29f97}.rst-content .admonition-todo,.rst-content .attention,.rst-content .caution,.rst-content .warning,.rst-content .wy-alert-warning.admonition,.rst-content .wy-alert-warning.danger,.rst-content .wy-alert-warning.error,.rst-content .wy-alert-warning.hint,.rst-content .wy-alert-warning.important,.rst-content .wy-alert-warning.note,.rst-content .wy-alert-warning.seealso,.rst-content .wy-alert-warning.tip,.wy-alert.wy-alert-warning{background:#ffedcc}.rst-content .admonition-todo .admonition-title,.rst-content .admonition-todo .wy-alert-title,.rst-content .attention .admonition-title,.rst-content .attention .wy-alert-title,.rst-content .caution .admonition-title,.rst-content .caution .wy-alert-title,.rst-content .warning .admonition-title,.rst-content .warning .wy-alert-title,.rst-content .wy-alert-warning.admonition .admonition-title,.rst-content .wy-alert-warning.admonition .wy-alert-title,.rst-content .wy-alert-warning.danger .admonition-title,.rst-content .wy-alert-warning.danger .wy-alert-title,.rst-content .wy-alert-warning.error .admonition-title,.rst-content .wy-alert-warning.error .wy-alert-title,.rst-content .wy-alert-warning.hint .admonition-title,.rst-content .wy-alert-warning.hint .wy-alert-title,.rst-content .wy-alert-warning.important .admonition-title,.rst-content .wy-alert-warning.important .wy-alert-title,.rst-content .wy-alert-warning.note .admonition-title,.rst-content .wy-alert-warning.note .wy-alert-title,.rst-content .wy-alert-warning.seealso .admonition-title,.rst-content .wy-alert-warning.seealso .wy-alert-title,.rst-content .wy-alert-warning.tip .admonition-title,.rst-content .wy-alert-warning.tip .wy-alert-title,.rst-content .wy-alert.wy-alert-warning .admonition-title,.wy-alert.wy-alert-warning .rst-content .admonition-title,.wy-alert.wy-alert-warning .wy-alert-title{background:#f0b37e}.rst-content .note,.rst-content .seealso,.rst-content .wy-alert-info.admonition,.rst-content .wy-alert-info.admonition-todo,.rst-content .wy-alert-info.attention,.rst-content .wy-alert-info.caution,.rst-content .wy-alert-info.danger,.rst-content .wy-alert-info.error,.rst-content .wy-alert-info.hint,.rst-content .wy-alert-info.important,.rst-content .wy-alert-info.tip,.rst-content .wy-alert-info.warning,.wy-alert.wy-alert-info{background:#e7f2fa}.rst-content .note .admonition-title,.rst-content .note .wy-alert-title,.rst-content .seealso .admonition-title,.rst-content .seealso .wy-alert-title,.rst-content .wy-alert-info.admonition-todo .admonition-title,.rst-content .wy-alert-info.admonition-todo .wy-alert-title,.rst-content .wy-alert-info.admonition .admonition-title,.rst-content .wy-alert-info.admonition .wy-alert-title,.rst-content .wy-alert-info.attention .admonition-title,.rst-content .wy-alert-info.attention .wy-alert-title,.rst-content .wy-alert-info.caution .admonition-title,.rst-content .wy-alert-info.caution .wy-alert-title,.rst-content .wy-alert-info.danger .admonition-title,.rst-content .wy-alert-info.danger .wy-alert-title,.rst-content .wy-alert-info.error .admonition-title,.rst-content .wy-alert-info.error .wy-alert-title,.rst-content .wy-alert-info.hint .admonition-title,.rst-content .wy-alert-info.hint .wy-alert-title,.rst-content .wy-alert-info.important .admonition-title,.rst-content .wy-alert-info.important .wy-alert-title,.rst-content .wy-alert-info.tip .admonition-title,.rst-content .wy-alert-info.tip .wy-alert-title,.rst-content .wy-alert-info.warning .admonition-title,.rst-content .wy-alert-info.warning .wy-alert-title,.rst-content .wy-alert.wy-alert-info .admonition-title,.wy-alert.wy-alert-info .rst-content .admonition-title,.wy-alert.wy-alert-info .wy-alert-title{background:#6ab0de}.rst-content .hint,.rst-content .important,.rst-content .tip,.rst-content .wy-alert-success.admonition,.rst-content .wy-alert-success.admonition-todo,.rst-content .wy-alert-success.attention,.rst-content .wy-alert-success.caution,.rst-content .wy-alert-success.danger,.rst-content .wy-alert-success.error,.rst-content .wy-alert-success.note,.rst-content .wy-alert-success.seealso,.rst-content .wy-alert-success.warning,.wy-alert.wy-alert-success{background:#dbfaf4}.rst-content .hint .admonition-title,.rst-content .hint .wy-alert-title,.rst-content .important .admonition-title,.rst-content .important .wy-alert-title,.rst-content .tip .admonition-title,.rst-content .tip .wy-alert-title,.rst-content .wy-alert-success.admonition-todo .admonition-title,.rst-content .wy-alert-success.admonition-todo .wy-alert-title,.rst-content .wy-alert-success.admonition .admonition-title,.rst-content .wy-alert-success.admonition .wy-alert-title,.rst-content .wy-alert-success.attention .admonition-title,.rst-content .wy-alert-success.attention .wy-alert-title,.rst-content .wy-alert-success.caution .admonition-title,.rst-content .wy-alert-success.caution .wy-alert-title,.rst-content .wy-alert-success.danger .admonition-title,.rst-content .wy-alert-success.danger .wy-alert-title,.rst-content .wy-alert-success.error .admonition-title,.rst-content .wy-alert-success.error .wy-alert-title,.rst-content .wy-alert-success.note .admonition-title,.rst-content .wy-alert-success.note .wy-alert-title,.rst-content .wy-alert-success.seealso .admonition-title,.rst-content .wy-alert-success.seealso .wy-alert-title,.rst-content .wy-alert-success.warning .admonition-title,.rst-content .wy-alert-success.warning .wy-alert-title,.rst-content .wy-alert.wy-alert-success .admonition-title,.wy-alert.wy-alert-success .rst-content .admonition-title,.wy-alert.wy-alert-success .wy-alert-title{background:#1abc9c}.rst-content .wy-alert-neutral.admonition,.rst-content .wy-alert-neutral.admonition-todo,.rst-content .wy-alert-neutral.attention,.rst-content .wy-alert-neutral.caution,.rst-content .wy-alert-neutral.danger,.rst-content .wy-alert-neutral.error,.rst-content .wy-alert-neutral.hint,.rst-content .wy-alert-neutral.important,.rst-content .wy-alert-neutral.note,.rst-content .wy-alert-neutral.seealso,.rst-content .wy-alert-neutral.tip,.rst-content .wy-alert-neutral.warning,.wy-alert.wy-alert-neutral{background:#f3f6f6}.rst-content .wy-alert-neutral.admonition-todo .admonition-title,.rst-content .wy-alert-neutral.admonition-todo .wy-alert-title,.rst-content .wy-alert-neutral.admonition .admonition-title,.rst-content .wy-alert-neutral.admonition .wy-alert-title,.rst-content .wy-alert-neutral.attention .admonition-title,.rst-content .wy-alert-neutral.attention .wy-alert-title,.rst-content .wy-alert-neutral.caution .admonition-title,.rst-content .wy-alert-neutral.caution .wy-alert-title,.rst-content .wy-alert-neutral.danger .admonition-title,.rst-content .wy-alert-neutral.danger .wy-alert-title,.rst-content .wy-alert-neutral.error .admonition-title,.rst-content .wy-alert-neutral.error .wy-alert-title,.rst-content .wy-alert-neutral.hint .admonition-title,.rst-content .wy-alert-neutral.hint .wy-alert-title,.rst-content .wy-alert-neutral.important .admonition-title,.rst-content .wy-alert-neutral.important .wy-alert-title,.rst-content .wy-alert-neutral.note .admonition-title,.rst-content .wy-alert-neutral.note .wy-alert-title,.rst-content .wy-alert-neutral.seealso .admonition-title,.rst-content .wy-alert-neutral.seealso .wy-alert-title,.rst-content .wy-alert-neutral.tip .admonition-title,.rst-content .wy-alert-neutral.tip .wy-alert-title,.rst-content .wy-alert-neutral.warning .admonition-title,.rst-content .wy-alert-neutral.warning .wy-alert-title,.rst-content .wy-alert.wy-alert-neutral .admonition-title,.wy-alert.wy-alert-neutral .rst-content .admonition-title,.wy-alert.wy-alert-neutral .wy-alert-title{color:#404040;background:#e1e4e5}.rst-content .wy-alert-neutral.admonition-todo a,.rst-content .wy-alert-neutral.admonition a,.rst-content .wy-alert-neutral.attention a,.rst-content .wy-alert-neutral.caution a,.rst-content .wy-alert-neutral.danger a,.rst-content .wy-alert-neutral.error a,.rst-content .wy-alert-neutral.hint a,.rst-content .wy-alert-neutral.important a,.rst-content .wy-alert-neutral.note a,.rst-content .wy-alert-neutral.seealso a,.rst-content .wy-alert-neutral.tip a,.rst-content .wy-alert-neutral.warning a,.wy-alert.wy-alert-neutral a{color:#2980b9}.rst-content .admonition-todo p:last-child,.rst-content .admonition p:last-child,.rst-content .attention p:last-child,.rst-content .caution p:last-child,.rst-content .danger p:last-child,.rst-content .error p:last-child,.rst-content .hint p:last-child,.rst-content .important p:last-child,.rst-content .note p:last-child,.rst-content .seealso p:last-child,.rst-content .tip p:last-child,.rst-content .warning p:last-child,.wy-alert p:last-child{margin-bottom:0}.wy-tray-container{position:fixed;bottom:0;left:0;z-index:600}.wy-tray-container li{display:block;width:300px;background:transparent;color:#fff;text-align:center;box-shadow:0 5px 5px 0 rgba(0,0,0,.1);padding:0 24px;min-width:20%;opacity:0;height:0;line-height:56px;overflow:hidden;-webkit-transition:all .3s ease-in;-moz-transition:all .3s ease-in;transition:all .3s ease-in}.wy-tray-container li.wy-tray-item-success{background:#27ae60}.wy-tray-container li.wy-tray-item-info{background:#2980b9}.wy-tray-container li.wy-tray-item-warning{background:#e67e22}.wy-tray-container li.wy-tray-item-danger{background:#e74c3c}.wy-tray-container li.on{opacity:1;height:56px}@media screen and (max-width:768px){.wy-tray-container{bottom:auto;top:0;width:100%}.wy-tray-container li{width:100%}}button{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle;cursor:pointer;line-height:normal;-webkit-appearance:button;*overflow:visible}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button[disabled]{cursor:default}.btn{display:inline-block;border-radius:2px;line-height:normal;white-space:nowrap;text-align:center;cursor:pointer;font-size:100%;padding:6px 12px 8px;color:#fff;border:1px solid rgba(0,0,0,.1);background-color:#27ae60;text-decoration:none;font-weight:400;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;box-shadow:inset 0 1px 2px -1px hsla(0,0%,100%,.5),inset 0 -2px 0 0 rgba(0,0,0,.1);outline-none:false;vertical-align:middle;*display:inline;zoom:1;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .1s linear;-moz-transition:all .1s linear;transition:all .1s linear}.btn-hover{background:#2e8ece;color:#fff}.btn:hover{background:#2cc36b;color:#fff}.btn:focus{background:#2cc36b;outline:0}.btn:active{box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.05),inset 0 2px 0 0 rgba(0,0,0,.1);padding:8px 12px 6px}.btn:visited{color:#fff}.btn-disabled,.btn-disabled:active,.btn-disabled:focus,.btn-disabled:hover,.btn:disabled{background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);filter:alpha(opacity=40);opacity:.4;cursor:not-allowed;box-shadow:none}.btn::-moz-focus-inner{padding:0;border:0}.btn-small{font-size:80%}.btn-info{background-color:#2980b9!important}.btn-info:hover{background-color:#2e8ece!important}.btn-neutral{background-color:#f3f6f6!important;color:#404040!important}.btn-neutral:hover{background-color:#e5ebeb!important;color:#404040}.btn-neutral:visited{color:#404040!important}.btn-success{background-color:#27ae60!important}.btn-success:hover{background-color:#295!important}.btn-danger{background-color:#e74c3c!important}.btn-danger:hover{background-color:#ea6153!important}.btn-warning{background-color:#e67e22!important}.btn-warning:hover{background-color:#e98b39!important}.btn-invert{background-color:#222}.btn-invert:hover{background-color:#2f2f2f!important}.btn-link{background-color:transparent!important;color:#2980b9;box-shadow:none;border-color:transparent!important}.btn-link:active,.btn-link:hover{background-color:transparent!important;color:#409ad5!important;box-shadow:none}.btn-link:visited{color:#9b59b6}.wy-btn-group .btn,.wy-control .btn{vertical-align:middle}.wy-btn-group{margin-bottom:24px;*zoom:1}.wy-btn-group:after,.wy-btn-group:before{display:table;content:""}.wy-btn-group:after{clear:both}.wy-dropdown{position:relative;display:inline-block}.wy-dropdown-active .wy-dropdown-menu{display:block}.wy-dropdown-menu{position:absolute;left:0;display:none;float:left;top:100%;min-width:100%;background:#fcfcfc;z-index:100;border:1px solid #cfd7dd;box-shadow:0 2px 2px 0 rgba(0,0,0,.1);padding:12px}.wy-dropdown-menu>dd>a{display:block;clear:both;color:#404040;white-space:nowrap;font-size:90%;padding:0 12px;cursor:pointer}.wy-dropdown-menu>dd>a:hover{background:#2980b9;color:#fff}.wy-dropdown-menu>dd.divider{border-top:1px solid #cfd7dd;margin:6px 0}.wy-dropdown-menu>dd.search{padding-bottom:12px}.wy-dropdown-menu>dd.search input[type=search]{width:100%}.wy-dropdown-menu>dd.call-to-action{background:#e3e3e3;text-transform:uppercase;font-weight:500;font-size:80%}.wy-dropdown-menu>dd.call-to-action:hover{background:#e3e3e3}.wy-dropdown-menu>dd.call-to-action .btn{color:#fff}.wy-dropdown.wy-dropdown-up .wy-dropdown-menu{bottom:100%;top:auto;left:auto;right:0}.wy-dropdown.wy-dropdown-bubble .wy-dropdown-menu{background:#fcfcfc;margin-top:2px}.wy-dropdown.wy-dropdown-bubble .wy-dropdown-menu a{padding:6px 12px}.wy-dropdown.wy-dropdown-bubble .wy-dropdown-menu a:hover{background:#2980b9;color:#fff}.wy-dropdown.wy-dropdown-left .wy-dropdown-menu{right:0;left:auto;text-align:right}.wy-dropdown-arrow:before{content:" ";border-bottom:5px solid #f5f5f5;border-left:5px solid transparent;border-right:5px solid transparent;position:absolute;display:block;top:-4px;left:50%;margin-left:-3px}.wy-dropdown-arrow.wy-dropdown-arrow-left:before{left:11px}.wy-form-stacked select{display:block}.wy-form-aligned .wy-help-inline,.wy-form-aligned input,.wy-form-aligned label,.wy-form-aligned select,.wy-form-aligned textarea{display:inline-block;*display:inline;*zoom:1;vertical-align:middle}.wy-form-aligned .wy-control-group>label{display:inline-block;vertical-align:middle;width:10em;margin:6px 12px 0 0;float:left}.wy-form-aligned .wy-control{float:left}.wy-form-aligned .wy-control label{display:block}.wy-form-aligned .wy-control select{margin-top:6px}fieldset{margin:0}fieldset,legend{border:0;padding:0}legend{width:100%;white-space:normal;margin-bottom:24px;font-size:150%;*margin-left:-7px}label,legend{display:block}label{margin:0 0 .3125em;color:#333;font-size:90%}input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}.wy-control-group{margin-bottom:24px;max-width:1200px;margin-left:auto;margin-right:auto;*zoom:1}.wy-control-group:after,.wy-control-group:before{display:table;content:""}.wy-control-group:after{clear:both}.wy-control-group.wy-control-group-required>label:after{content:" *";color:#e74c3c}.wy-control-group .wy-form-full,.wy-control-group .wy-form-halves,.wy-control-group .wy-form-thirds{padding-bottom:12px}.wy-control-group .wy-form-full input[type=color],.wy-control-group .wy-form-full input[type=date],.wy-control-group .wy-form-full input[type=datetime-local],.wy-control-group .wy-form-full input[type=datetime],.wy-control-group .wy-form-full input[type=email],.wy-control-group .wy-form-full input[type=month],.wy-control-group .wy-form-full input[type=number],.wy-control-group .wy-form-full input[type=password],.wy-control-group .wy-form-full input[type=search],.wy-control-group .wy-form-full input[type=tel],.wy-control-group .wy-form-full input[type=text],.wy-control-group .wy-form-full input[type=time],.wy-control-group .wy-form-full input[type=url],.wy-control-group .wy-form-full input[type=week],.wy-control-group .wy-form-full select,.wy-control-group .wy-form-halves input[type=color],.wy-control-group .wy-form-halves input[type=date],.wy-control-group .wy-form-halves input[type=datetime-local],.wy-control-group .wy-form-halves input[type=datetime],.wy-control-group .wy-form-halves input[type=email],.wy-control-group .wy-form-halves input[type=month],.wy-control-group .wy-form-halves input[type=number],.wy-control-group .wy-form-halves input[type=password],.wy-control-group .wy-form-halves input[type=search],.wy-control-group .wy-form-halves input[type=tel],.wy-control-group .wy-form-halves input[type=text],.wy-control-group .wy-form-halves input[type=time],.wy-control-group .wy-form-halves input[type=url],.wy-control-group .wy-form-halves input[type=week],.wy-control-group .wy-form-halves select,.wy-control-group .wy-form-thirds input[type=color],.wy-control-group .wy-form-thirds input[type=date],.wy-control-group .wy-form-thirds input[type=datetime-local],.wy-control-group .wy-form-thirds input[type=datetime],.wy-control-group .wy-form-thirds input[type=email],.wy-control-group .wy-form-thirds input[type=month],.wy-control-group .wy-form-thirds input[type=number],.wy-control-group .wy-form-thirds input[type=password],.wy-control-group .wy-form-thirds input[type=search],.wy-control-group .wy-form-thirds input[type=tel],.wy-control-group .wy-form-thirds input[type=text],.wy-control-group .wy-form-thirds input[type=time],.wy-control-group .wy-form-thirds input[type=url],.wy-control-group .wy-form-thirds input[type=week],.wy-control-group .wy-form-thirds select{width:100%}.wy-control-group .wy-form-full{float:left;display:block;width:100%;margin-right:0}.wy-control-group .wy-form-full:last-child{margin-right:0}.wy-control-group .wy-form-halves{float:left;display:block;margin-right:2.35765%;width:48.82117%}.wy-control-group .wy-form-halves:last-child,.wy-control-group .wy-form-halves:nth-of-type(2n){margin-right:0}.wy-control-group .wy-form-halves:nth-of-type(odd){clear:left}.wy-control-group .wy-form-thirds{float:left;display:block;margin-right:2.35765%;width:31.76157%}.wy-control-group .wy-form-thirds:last-child,.wy-control-group .wy-form-thirds:nth-of-type(3n){margin-right:0}.wy-control-group .wy-form-thirds:nth-of-type(3n+1){clear:left}.wy-control-group.wy-control-group-no-input .wy-control,.wy-control-no-input{margin:6px 0 0;font-size:90%}.wy-control-no-input{display:inline-block}.wy-control-group.fluid-input input[type=color],.wy-control-group.fluid-input input[type=date],.wy-control-group.fluid-input input[type=datetime-local],.wy-control-group.fluid-input input[type=datetime],.wy-control-group.fluid-input input[type=email],.wy-control-group.fluid-input input[type=month],.wy-control-group.fluid-input input[type=number],.wy-control-group.fluid-input input[type=password],.wy-control-group.fluid-input input[type=search],.wy-control-group.fluid-input input[type=tel],.wy-control-group.fluid-input input[type=text],.wy-control-group.fluid-input input[type=time],.wy-control-group.fluid-input input[type=url],.wy-control-group.fluid-input input[type=week]{width:100%}.wy-form-message-inline{padding-left:.3em;color:#666;font-size:90%}.wy-form-message{display:block;color:#999;font-size:70%;margin-top:.3125em;font-style:italic}.wy-form-message p{font-size:inherit;font-style:italic;margin-bottom:6px}.wy-form-message p:last-child{margin-bottom:0}input{line-height:normal}input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;*overflow:visible}input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week]{-webkit-appearance:none;padding:6px;display:inline-block;border:1px solid #ccc;font-size:80%;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;box-shadow:inset 0 1px 3px #ddd;border-radius:0;-webkit-transition:border .3s linear;-moz-transition:border .3s linear;transition:border .3s linear}input[type=datetime-local]{padding:.34375em .625em}input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{padding:0;margin-right:.3125em;*height:13px;*width:13px}input[type=checkbox],input[type=radio],input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus{outline:0;outline:thin dotted\9;border-color:#333}input.no-focus:focus{border-color:#ccc!important}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:thin dotted #333;outline:1px auto #129fea}input[type=color][disabled],input[type=date][disabled],input[type=datetime-local][disabled],input[type=datetime][disabled],input[type=email][disabled],input[type=month][disabled],input[type=number][disabled],input[type=password][disabled],input[type=search][disabled],input[type=tel][disabled],input[type=text][disabled],input[type=time][disabled],input[type=url][disabled],input[type=week][disabled]{cursor:not-allowed;background-color:#fafafa}input:focus:invalid,select:focus:invalid,textarea:focus:invalid{color:#e74c3c;border:1px solid #e74c3c}input:focus:invalid:focus,select:focus:invalid:focus,textarea:focus:invalid:focus{border-color:#e74c3c}input[type=checkbox]:focus:invalid:focus,input[type=file]:focus:invalid:focus,input[type=radio]:focus:invalid:focus{outline-color:#e74c3c}input.wy-input-large{padding:12px;font-size:100%}textarea{overflow:auto;vertical-align:top;width:100%;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif}select,textarea{padding:.5em .625em;display:inline-block;border:1px solid #ccc;font-size:80%;box-shadow:inset 0 1px 3px #ddd;-webkit-transition:border .3s linear;-moz-transition:border .3s linear;transition:border .3s linear}select{border:1px solid #ccc;background-color:#fff}select[multiple]{height:auto}select:focus,textarea:focus{outline:0}input[readonly],select[disabled],select[readonly],textarea[disabled],textarea[readonly]{cursor:not-allowed;background-color:#fafafa}input[type=checkbox][disabled],input[type=radio][disabled]{cursor:not-allowed}.wy-checkbox,.wy-radio{margin:6px 0;color:#404040;display:block}.wy-checkbox input,.wy-radio input{vertical-align:baseline}.wy-form-message-inline{display:inline-block;*display:inline;*zoom:1;vertical-align:middle}.wy-input-prefix,.wy-input-suffix{white-space:nowrap;padding:6px}.wy-input-prefix .wy-input-context,.wy-input-suffix .wy-input-context{line-height:27px;padding:0 8px;display:inline-block;font-size:80%;background-color:#f3f6f6;border:1px solid #ccc;color:#999}.wy-input-suffix .wy-input-context{border-left:0}.wy-input-prefix .wy-input-context{border-right:0}.wy-switch{position:relative;display:block;height:24px;margin-top:12px;cursor:pointer}.wy-switch:before{left:0;top:0;width:36px;height:12px;background:#ccc}.wy-switch:after,.wy-switch:before{position:absolute;content:"";display:block;border-radius:4px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.wy-switch:after{width:18px;height:18px;background:#999;left:-3px;top:-3px}.wy-switch span{position:absolute;left:48px;display:block;font-size:12px;color:#ccc;line-height:1}.wy-switch.active:before{background:#1e8449}.wy-switch.active:after{left:24px;background:#27ae60}.wy-switch.disabled{cursor:not-allowed;opacity:.8}.wy-control-group.wy-control-group-error .wy-form-message,.wy-control-group.wy-control-group-error>label{color:#e74c3c}.wy-control-group.wy-control-group-error input[type=color],.wy-control-group.wy-control-group-error input[type=date],.wy-control-group.wy-control-group-error input[type=datetime-local],.wy-control-group.wy-control-group-error input[type=datetime],.wy-control-group.wy-control-group-error input[type=email],.wy-control-group.wy-control-group-error input[type=month],.wy-control-group.wy-control-group-error input[type=number],.wy-control-group.wy-control-group-error input[type=password],.wy-control-group.wy-control-group-error input[type=search],.wy-control-group.wy-control-group-error input[type=tel],.wy-control-group.wy-control-group-error input[type=text],.wy-control-group.wy-control-group-error input[type=time],.wy-control-group.wy-control-group-error input[type=url],.wy-control-group.wy-control-group-error input[type=week],.wy-control-group.wy-control-group-error textarea{border:1px solid #e74c3c}.wy-inline-validate{white-space:nowrap}.wy-inline-validate .wy-input-context{padding:.5em .625em;display:inline-block;font-size:80%}.wy-inline-validate.wy-inline-validate-success .wy-input-context{color:#27ae60}.wy-inline-validate.wy-inline-validate-danger .wy-input-context{color:#e74c3c}.wy-inline-validate.wy-inline-validate-warning .wy-input-context{color:#e67e22}.wy-inline-validate.wy-inline-validate-info .wy-input-context{color:#2980b9}.rotate-90{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.rotate-180{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.rotate-270{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.mirror{-webkit-transform:scaleX(-1);-moz-transform:scaleX(-1);-ms-transform:scaleX(-1);-o-transform:scaleX(-1);transform:scaleX(-1)}.mirror.rotate-90{-webkit-transform:scaleX(-1) rotate(90deg);-moz-transform:scaleX(-1) rotate(90deg);-ms-transform:scaleX(-1) rotate(90deg);-o-transform:scaleX(-1) rotate(90deg);transform:scaleX(-1) rotate(90deg)}.mirror.rotate-180{-webkit-transform:scaleX(-1) rotate(180deg);-moz-transform:scaleX(-1) rotate(180deg);-ms-transform:scaleX(-1) rotate(180deg);-o-transform:scaleX(-1) rotate(180deg);transform:scaleX(-1) rotate(180deg)}.mirror.rotate-270{-webkit-transform:scaleX(-1) rotate(270deg);-moz-transform:scaleX(-1) rotate(270deg);-ms-transform:scaleX(-1) rotate(270deg);-o-transform:scaleX(-1) rotate(270deg);transform:scaleX(-1) rotate(270deg)}@media only screen and (max-width:480px){.wy-form button[type=submit]{margin:.7em 0 0}.wy-form input[type=color],.wy-form input[type=date],.wy-form input[type=datetime-local],.wy-form input[type=datetime],.wy-form input[type=email],.wy-form input[type=month],.wy-form input[type=number],.wy-form input[type=password],.wy-form input[type=search],.wy-form input[type=tel],.wy-form input[type=text],.wy-form input[type=time],.wy-form input[type=url],.wy-form input[type=week],.wy-form label{margin-bottom:.3em;display:block}.wy-form input[type=color],.wy-form input[type=date],.wy-form input[type=datetime-local],.wy-form input[type=datetime],.wy-form input[type=email],.wy-form input[type=month],.wy-form input[type=number],.wy-form input[type=password],.wy-form input[type=search],.wy-form input[type=tel],.wy-form input[type=time],.wy-form input[type=url],.wy-form input[type=week]{margin-bottom:0}.wy-form-aligned .wy-control-group label{margin-bottom:.3em;text-align:left;display:block;width:100%}.wy-form-aligned .wy-control{margin:1.5em 0 0}.wy-form-message,.wy-form-message-inline,.wy-form .wy-help-inline{display:block;font-size:80%;padding:6px 0}}@media screen and (max-width:768px){.tablet-hide{display:none}}@media screen and (max-width:480px){.mobile-hide{display:none}}.float-left{float:left}.float-right{float:right}.full-width{width:100%}.rst-content table.docutils,.rst-content table.field-list,.wy-table{border-collapse:collapse;border-spacing:0;empty-cells:show;margin-bottom:24px}.rst-content table.docutils caption,.rst-content table.field-list caption,.wy-table caption{color:#000;font:italic 85%/1 arial,sans-serif;padding:1em 0;text-align:center}.rst-content table.docutils td,.rst-content table.docutils th,.rst-content table.field-list td,.rst-content table.field-list th,.wy-table td,.wy-table th{font-size:90%;margin:0;overflow:visible;padding:8px 16px}.rst-content table.docutils td:first-child,.rst-content table.docutils th:first-child,.rst-content table.field-list td:first-child,.rst-content table.field-list th:first-child,.wy-table td:first-child,.wy-table th:first-child{border-left-width:0}.rst-content table.docutils thead,.rst-content table.field-list thead,.wy-table thead{color:#000;text-align:left;vertical-align:bottom;white-space:nowrap}.rst-content table.docutils thead th,.rst-content table.field-list thead th,.wy-table thead th{font-weight:700;border-bottom:2px solid #e1e4e5}.rst-content table.docutils td,.rst-content table.field-list td,.wy-table td{background-color:transparent;vertical-align:middle}.rst-content table.docutils td p,.rst-content table.field-list td p,.wy-table td p{line-height:18px}.rst-content table.docutils td p:last-child,.rst-content table.field-list td p:last-child,.wy-table td p:last-child{margin-bottom:0}.rst-content table.docutils .wy-table-cell-min,.rst-content table.field-list .wy-table-cell-min,.wy-table .wy-table-cell-min{width:1%;padding-right:0}.rst-content table.docutils .wy-table-cell-min input[type=checkbox],.rst-content table.field-list .wy-table-cell-min input[type=checkbox],.wy-table .wy-table-cell-min input[type=checkbox]{margin:0}.wy-table-secondary{color:grey;font-size:90%}.wy-table-tertiary{color:grey;font-size:80%}.rst-content table.docutils:not(.field-list) tr:nth-child(2n-1) td,.wy-table-backed,.wy-table-odd td,.wy-table-striped tr:nth-child(2n-1) td{background-color:#f3f6f6}.rst-content table.docutils,.wy-table-bordered-all{border:1px solid #e1e4e5}.rst-content table.docutils td,.wy-table-bordered-all td{border-bottom:1px solid #e1e4e5;border-left:1px solid #e1e4e5}.rst-content table.docutils tbody>tr:last-child td,.wy-table-bordered-all tbody>tr:last-child td{border-bottom-width:0}.wy-table-bordered{border:1px solid #e1e4e5}.wy-table-bordered-rows td{border-bottom:1px solid #e1e4e5}.wy-table-bordered-rows tbody>tr:last-child td{border-bottom-width:0}.wy-table-horizontal td,.wy-table-horizontal th{border-width:0 0 1px;border-bottom:1px solid #e1e4e5}.wy-table-horizontal tbody>tr:last-child td{border-bottom-width:0}.wy-table-responsive{margin-bottom:24px;max-width:100%;overflow:auto}.wy-table-responsive table{margin-bottom:0!important}.wy-table-responsive table td,.wy-table-responsive table th{white-space:nowrap}a{color:#2980b9;text-decoration:none;cursor:pointer}a:hover{color:#3091d1}a:visited{color:#9b59b6}html{height:100%}body,html{overflow-x:hidden}body{font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;font-weight:400;color:#404040;min-height:100%;background:#edf0f2}.wy-text-left{text-align:left}.wy-text-center{text-align:center}.wy-text-right{text-align:right}.wy-text-large{font-size:120%}.wy-text-normal{font-size:100%}.wy-text-small,small{font-size:80%}.wy-text-strike{text-decoration:line-through}.wy-text-warning{color:#e67e22!important}a.wy-text-warning:hover{color:#eb9950!important}.wy-text-info{color:#2980b9!important}a.wy-text-info:hover{color:#409ad5!important}.wy-text-success{color:#27ae60!important}a.wy-text-success:hover{color:#36d278!important}.wy-text-danger{color:#e74c3c!important}a.wy-text-danger:hover{color:#ed7669!important}.wy-text-neutral{color:#404040!important}a.wy-text-neutral:hover{color:#595959!important}.rst-content .toctree-wrapper>p.caption,h1,h2,h3,h4,h5,h6,legend{margin-top:0;font-weight:700;font-family:Roboto Slab,ff-tisa-web-pro,Georgia,Arial,sans-serif}p{line-height:24px;font-size:16px;margin:0 0 24px}h1{font-size:175%}.rst-content .toctree-wrapper>p.caption,h2{font-size:150%}h3{font-size:125%}h4{font-size:115%}h5{font-size:110%}h6{font-size:100%}hr{display:block;height:1px;border:0;border-top:1px solid #e1e4e5;margin:24px 0;padding:0}.rst-content code,.rst-content tt,code{white-space:nowrap;max-width:100%;background:#fff;border:1px solid #e1e4e5;font-size:75%;padding:0 5px;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;color:#e74c3c;overflow-x:auto}.rst-content tt.code-large,code.code-large{font-size:90%}.rst-content .section ul,.rst-content .toctree-wrapper ul,.rst-content section ul,.wy-plain-list-disc,article ul{list-style:disc;line-height:24px;margin-bottom:24px}.rst-content .section ul li,.rst-content .toctree-wrapper ul li,.rst-content section ul li,.wy-plain-list-disc li,article ul li{list-style:disc;margin-left:24px}.rst-content .section ul li p:last-child,.rst-content .section ul li ul,.rst-content .toctree-wrapper ul li p:last-child,.rst-content .toctree-wrapper ul li ul,.rst-content section ul li p:last-child,.rst-content section ul li ul,.wy-plain-list-disc li p:last-child,.wy-plain-list-disc li ul,article ul li p:last-child,article ul li ul{margin-bottom:0}.rst-content .section ul li li,.rst-content .toctree-wrapper ul li li,.rst-content section ul li li,.wy-plain-list-disc li li,article ul li li{list-style:circle}.rst-content .section ul li li li,.rst-content .toctree-wrapper ul li li li,.rst-content section ul li li li,.wy-plain-list-disc li li li,article ul li li li{list-style:square}.rst-content .section ul li ol li,.rst-content .toctree-wrapper ul li ol li,.rst-content section ul li ol li,.wy-plain-list-disc li ol li,article ul li ol li{list-style:decimal}.rst-content .section ol,.rst-content .section ol.arabic,.rst-content .toctree-wrapper ol,.rst-content .toctree-wrapper ol.arabic,.rst-content section ol,.rst-content section ol.arabic,.wy-plain-list-decimal,article ol{list-style:decimal;line-height:24px;margin-bottom:24px}.rst-content .section ol.arabic li,.rst-content .section ol li,.rst-content .toctree-wrapper ol.arabic li,.rst-content .toctree-wrapper ol li,.rst-content section ol.arabic li,.rst-content section ol li,.wy-plain-list-decimal li,article ol li{list-style:decimal;margin-left:24px}.rst-content .section ol.arabic li ul,.rst-content .section ol li p:last-child,.rst-content .section ol li ul,.rst-content .toctree-wrapper ol.arabic li ul,.rst-content .toctree-wrapper ol li p:last-child,.rst-content .toctree-wrapper ol li ul,.rst-content section ol.arabic li ul,.rst-content section ol li p:last-child,.rst-content section ol li ul,.wy-plain-list-decimal li p:last-child,.wy-plain-list-decimal li ul,article ol li p:last-child,article ol li ul{margin-bottom:0}.rst-content .section ol.arabic li ul li,.rst-content .section ol li ul li,.rst-content .toctree-wrapper ol.arabic li ul li,.rst-content .toctree-wrapper ol li ul li,.rst-content section ol.arabic li ul li,.rst-content section ol li ul li,.wy-plain-list-decimal li ul li,article ol li ul li{list-style:disc}.wy-breadcrumbs{*zoom:1}.wy-breadcrumbs:after,.wy-breadcrumbs:before{display:table;content:""}.wy-breadcrumbs:after{clear:both}.wy-breadcrumbs>li{display:inline-block;padding-top:5px}.wy-breadcrumbs>li.wy-breadcrumbs-aside{float:right}.rst-content .wy-breadcrumbs>li code,.rst-content .wy-breadcrumbs>li tt,.wy-breadcrumbs>li .rst-content tt,.wy-breadcrumbs>li code{all:inherit;color:inherit}.breadcrumb-item:before{content:"/";color:#bbb;font-size:13px;padding:0 6px 0 3px}.wy-breadcrumbs-extra{margin-bottom:0;color:#b3b3b3;font-size:80%;display:inline-block}@media screen and (max-width:480px){.wy-breadcrumbs-extra,.wy-breadcrumbs li.wy-breadcrumbs-aside{display:none}}@media print{.wy-breadcrumbs li.wy-breadcrumbs-aside{display:none}}html{font-size:16px}.wy-affix{position:fixed;top:1.618em}.wy-menu a:hover{text-decoration:none}.wy-menu-horiz{*zoom:1}.wy-menu-horiz:after,.wy-menu-horiz:before{display:table;content:""}.wy-menu-horiz:after{clear:both}.wy-menu-horiz li,.wy-menu-horiz ul{display:inline-block}.wy-menu-horiz li:hover{background:hsla(0,0%,100%,.1)}.wy-menu-horiz li.divide-left{border-left:1px solid #404040}.wy-menu-horiz li.divide-right{border-right:1px solid #404040}.wy-menu-horiz a{height:32px;display:inline-block;line-height:32px;padding:0 16px}.wy-menu-vertical{width:300px}.wy-menu-vertical header,.wy-menu-vertical p.caption{color:#55a5d9;height:32px;line-height:32px;padding:0 1.618em;margin:12px 0 0;display:block;font-weight:700;text-transform:uppercase;font-size:85%;white-space:nowrap}.wy-menu-vertical ul{margin-bottom:0}.wy-menu-vertical li.divide-top{border-top:1px solid #404040}.wy-menu-vertical li.divide-bottom{border-bottom:1px solid #404040}.wy-menu-vertical li.current{background:#e3e3e3}.wy-menu-vertical li.current a{color:grey;border-right:1px solid #c9c9c9;padding:.4045em 2.427em}.wy-menu-vertical li.current a:hover{background:#d6d6d6}.rst-content .wy-menu-vertical li tt,.wy-menu-vertical li .rst-content tt,.wy-menu-vertical li code{border:none;background:inherit;color:inherit;padding-left:0;padding-right:0}.wy-menu-vertical li button.toctree-expand{display:block;float:left;margin-left:-1.2em;line-height:18px;color:#4d4d4d;border:none;background:none;padding:0}.wy-menu-vertical li.current>a,.wy-menu-vertical li.on a{color:#404040;font-weight:700;position:relative;background:#fcfcfc;border:none;padding:.4045em 1.618em}.wy-menu-vertical li.current>a:hover,.wy-menu-vertical li.on a:hover{background:#fcfcfc}.wy-menu-vertical li.current>a:hover button.toctree-expand,.wy-menu-vertical li.on a:hover button.toctree-expand{color:grey}.wy-menu-vertical li.current>a button.toctree-expand,.wy-menu-vertical li.on a button.toctree-expand{display:block;line-height:18px;color:#333}.wy-menu-vertical li.toctree-l1.current>a{border-bottom:1px solid #c9c9c9;border-top:1px solid #c9c9c9}.wy-menu-vertical .toctree-l1.current .toctree-l2>ul,.wy-menu-vertical .toctree-l2.current .toctree-l3>ul,.wy-menu-vertical .toctree-l3.current .toctree-l4>ul,.wy-menu-vertical .toctree-l4.current .toctree-l5>ul,.wy-menu-vertical .toctree-l5.current .toctree-l6>ul,.wy-menu-vertical .toctree-l6.current .toctree-l7>ul,.wy-menu-vertical .toctree-l7.current .toctree-l8>ul,.wy-menu-vertical .toctree-l8.current .toctree-l9>ul,.wy-menu-vertical .toctree-l9.current .toctree-l10>ul,.wy-menu-vertical .toctree-l10.current .toctree-l11>ul{display:none}.wy-menu-vertical .toctree-l1.current .current.toctree-l2>ul,.wy-menu-vertical .toctree-l2.current .current.toctree-l3>ul,.wy-menu-vertical .toctree-l3.current .current.toctree-l4>ul,.wy-menu-vertical .toctree-l4.current .current.toctree-l5>ul,.wy-menu-vertical .toctree-l5.current .current.toctree-l6>ul,.wy-menu-vertical .toctree-l6.current .current.toctree-l7>ul,.wy-menu-vertical .toctree-l7.current .current.toctree-l8>ul,.wy-menu-vertical .toctree-l8.current .current.toctree-l9>ul,.wy-menu-vertical .toctree-l9.current .current.toctree-l10>ul,.wy-menu-vertical .toctree-l10.current .current.toctree-l11>ul{display:block}.wy-menu-vertical li.toctree-l3,.wy-menu-vertical li.toctree-l4{font-size:.9em}.wy-menu-vertical li.toctree-l2 a,.wy-menu-vertical li.toctree-l3 a,.wy-menu-vertical li.toctree-l4 a,.wy-menu-vertical li.toctree-l5 a,.wy-menu-vertical li.toctree-l6 a,.wy-menu-vertical li.toctree-l7 a,.wy-menu-vertical li.toctree-l8 a,.wy-menu-vertical li.toctree-l9 a,.wy-menu-vertical li.toctree-l10 a{color:#404040}.wy-menu-vertical li.toctree-l2 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l3 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l4 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l5 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l6 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l7 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l8 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l9 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l10 a:hover button.toctree-expand{color:grey}.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a,.wy-menu-vertical li.toctree-l3.current li.toctree-l4>a,.wy-menu-vertical li.toctree-l4.current li.toctree-l5>a,.wy-menu-vertical li.toctree-l5.current li.toctree-l6>a,.wy-menu-vertical li.toctree-l6.current li.toctree-l7>a,.wy-menu-vertical li.toctree-l7.current li.toctree-l8>a,.wy-menu-vertical li.toctree-l8.current li.toctree-l9>a,.wy-menu-vertical li.toctree-l9.current li.toctree-l10>a,.wy-menu-vertical li.toctree-l10.current li.toctree-l11>a{display:block}.wy-menu-vertical li.toctree-l2.current>a{padding:.4045em 2.427em}.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a{padding:.4045em 1.618em .4045em 4.045em}.wy-menu-vertical li.toctree-l3.current>a{padding:.4045em 4.045em}.wy-menu-vertical li.toctree-l3.current li.toctree-l4>a{padding:.4045em 1.618em .4045em 5.663em}.wy-menu-vertical li.toctree-l4.current>a{padding:.4045em 5.663em}.wy-menu-vertical li.toctree-l4.current li.toctree-l5>a{padding:.4045em 1.618em .4045em 7.281em}.wy-menu-vertical li.toctree-l5.current>a{padding:.4045em 7.281em}.wy-menu-vertical li.toctree-l5.current li.toctree-l6>a{padding:.4045em 1.618em .4045em 8.899em}.wy-menu-vertical li.toctree-l6.current>a{padding:.4045em 8.899em}.wy-menu-vertical li.toctree-l6.current li.toctree-l7>a{padding:.4045em 1.618em .4045em 10.517em}.wy-menu-vertical li.toctree-l7.current>a{padding:.4045em 10.517em}.wy-menu-vertical li.toctree-l7.current li.toctree-l8>a{padding:.4045em 1.618em .4045em 12.135em}.wy-menu-vertical li.toctree-l8.current>a{padding:.4045em 12.135em}.wy-menu-vertical li.toctree-l8.current li.toctree-l9>a{padding:.4045em 1.618em .4045em 13.753em}.wy-menu-vertical li.toctree-l9.current>a{padding:.4045em 13.753em}.wy-menu-vertical li.toctree-l9.current li.toctree-l10>a{padding:.4045em 1.618em .4045em 15.371em}.wy-menu-vertical li.toctree-l10.current>a{padding:.4045em 15.371em}.wy-menu-vertical li.toctree-l10.current li.toctree-l11>a{padding:.4045em 1.618em .4045em 16.989em}.wy-menu-vertical li.toctree-l2.current>a,.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a{background:#c9c9c9}.wy-menu-vertical li.toctree-l2 button.toctree-expand{color:#a3a3a3}.wy-menu-vertical li.toctree-l3.current>a,.wy-menu-vertical li.toctree-l3.current li.toctree-l4>a{background:#bdbdbd}.wy-menu-vertical li.toctree-l3 button.toctree-expand{color:#969696}.wy-menu-vertical li.current ul{display:block}.wy-menu-vertical li ul{margin-bottom:0;display:none}.wy-menu-vertical li ul li a{margin-bottom:0;color:#d9d9d9;font-weight:400}.wy-menu-vertical a{line-height:18px;padding:.4045em 1.618em;display:block;position:relative;font-size:90%;color:#d9d9d9}.wy-menu-vertical a:hover{background-color:#4e4a4a;cursor:pointer}.wy-menu-vertical a:hover button.toctree-expand{color:#d9d9d9}.wy-menu-vertical a:active{background-color:#2980b9;cursor:pointer;color:#fff}.wy-menu-vertical a:active button.toctree-expand{color:#fff}.wy-side-nav-search{display:block;width:300px;padding:.809em;margin-bottom:.809em;z-index:200;background-color:#2980b9;text-align:center;color:#fcfcfc}.wy-side-nav-search input[type=text]{width:100%;border-radius:50px;padding:6px 12px;border-color:#2472a4}.wy-side-nav-search img{display:block;margin:auto auto .809em;height:45px;width:45px;background-color:#2980b9;padding:5px;border-radius:100%}.wy-side-nav-search .wy-dropdown>a,.wy-side-nav-search>a{color:#fcfcfc;font-size:100%;font-weight:700;display:inline-block;padding:4px 6px;margin-bottom:.809em;max-width:100%}.wy-side-nav-search .wy-dropdown>a:hover,.wy-side-nav-search>a:hover{background:hsla(0,0%,100%,.1)}.wy-side-nav-search .wy-dropdown>a img.logo,.wy-side-nav-search>a img.logo{display:block;margin:0 auto;height:auto;width:auto;border-radius:0;max-width:100%;background:transparent}.wy-side-nav-search .wy-dropdown>a.icon img.logo,.wy-side-nav-search>a.icon img.logo{margin-top:.85em}.wy-side-nav-search>div.version{margin-top:-.4045em;margin-bottom:.809em;font-weight:400;color:hsla(0,0%,100%,.3)}.wy-nav .wy-menu-vertical header{color:#2980b9}.wy-nav .wy-menu-vertical a{color:#b3b3b3}.wy-nav .wy-menu-vertical a:hover{background-color:#2980b9;color:#fff}[data-menu-wrap]{-webkit-transition:all .2s ease-in;-moz-transition:all .2s ease-in;transition:all .2s ease-in;position:absolute;opacity:1;width:100%;opacity:0}[data-menu-wrap].move-center{left:0;right:auto;opacity:1}[data-menu-wrap].move-left{right:auto;left:-100%;opacity:0}[data-menu-wrap].move-right{right:-100%;left:auto;opacity:0}.wy-body-for-nav{background:#fcfcfc}.wy-grid-for-nav{position:absolute;width:100%;height:100%}.wy-nav-side{position:fixed;top:0;bottom:0;left:0;padding-bottom:2em;width:300px;overflow-x:hidden;overflow-y:hidden;min-height:100%;color:#9b9b9b;background:#343131;z-index:200}.wy-side-scroll{width:320px;position:relative;overflow-x:hidden;overflow-y:scroll;height:100%}.wy-nav-top{display:none;background:#2980b9;color:#fff;padding:.4045em .809em;position:relative;line-height:50px;text-align:center;font-size:100%;*zoom:1}.wy-nav-top:after,.wy-nav-top:before{display:table;content:""}.wy-nav-top:after{clear:both}.wy-nav-top a{color:#fff;font-weight:700}.wy-nav-top img{margin-right:12px;height:45px;width:45px;background-color:#2980b9;padding:5px;border-radius:100%}.wy-nav-top i{font-size:30px;float:left;cursor:pointer;padding-top:inherit}.wy-nav-content-wrap{margin-left:300px;background:#fcfcfc;min-height:100%}.wy-nav-content{padding:1.618em 3.236em;height:100%;max-width:800px;margin:auto}.wy-body-mask{position:fixed;width:100%;height:100%;background:rgba(0,0,0,.2);display:none;z-index:499}.wy-body-mask.on{display:block}footer{color:grey}footer p{margin-bottom:12px}.rst-content footer span.commit tt,footer span.commit .rst-content tt,footer span.commit code{padding:0;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;font-size:1em;background:none;border:none;color:grey}.rst-footer-buttons{*zoom:1}.rst-footer-buttons:after,.rst-footer-buttons:before{width:100%;display:table;content:""}.rst-footer-buttons:after{clear:both}.rst-breadcrumbs-buttons{margin-top:12px;*zoom:1}.rst-breadcrumbs-buttons:after,.rst-breadcrumbs-buttons:before{display:table;content:""}.rst-breadcrumbs-buttons:after{clear:both}#search-results .search li{margin-bottom:24px;border-bottom:1px solid #e1e4e5;padding-bottom:24px}#search-results .search li:first-child{border-top:1px solid #e1e4e5;padding-top:24px}#search-results .search li a{font-size:120%;margin-bottom:12px;display:inline-block}#search-results .context{color:grey;font-size:90%}.genindextable li>ul{margin-left:24px}@media screen and (max-width:768px){.wy-body-for-nav{background:#fcfcfc}.wy-nav-top{display:block}.wy-nav-side{left:-300px}.wy-nav-side.shift{width:85%;left:0}.wy-menu.wy-menu-vertical,.wy-side-nav-search,.wy-side-scroll{width:auto}.wy-nav-content-wrap{margin-left:0}.wy-nav-content-wrap .wy-nav-content{padding:1.618em}.wy-nav-content-wrap.shift{position:fixed;min-width:100%;left:85%;top:0;height:100%;overflow:hidden}}@media screen and (min-width:1100px){.wy-nav-content-wrap{background:rgba(0,0,0,.05)}.wy-nav-content{margin:0;background:#fcfcfc}}@media print{.rst-versions,.wy-nav-side,footer{display:none}.wy-nav-content-wrap{margin-left:0}}.rst-versions{position:fixed;bottom:0;left:0;width:300px;color:#fcfcfc;background:#1f1d1d;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;z-index:400}.rst-versions a{color:#2980b9;text-decoration:none}.rst-versions .rst-badge-small{display:none}.rst-versions .rst-current-version{padding:12px;background-color:#272525;display:block;text-align:right;font-size:90%;cursor:pointer;color:#27ae60;*zoom:1}.rst-versions .rst-current-version:after,.rst-versions .rst-current-version:before{display:table;content:""}.rst-versions .rst-current-version:after{clear:both}.rst-content .code-block-caption .rst-versions .rst-current-version .headerlink,.rst-content .eqno .rst-versions .rst-current-version .headerlink,.rst-content .rst-versions .rst-current-version .admonition-title,.rst-content code.download .rst-versions .rst-current-version span:first-child,.rst-content dl dt .rst-versions .rst-current-version .headerlink,.rst-content h1 .rst-versions .rst-current-version .headerlink,.rst-content h2 .rst-versions .rst-current-version .headerlink,.rst-content h3 .rst-versions .rst-current-version .headerlink,.rst-content h4 .rst-versions .rst-current-version .headerlink,.rst-content h5 .rst-versions .rst-current-version .headerlink,.rst-content h6 .rst-versions .rst-current-version .headerlink,.rst-content p .rst-versions .rst-current-version .headerlink,.rst-content table>caption .rst-versions .rst-current-version .headerlink,.rst-content tt.download .rst-versions .rst-current-version span:first-child,.rst-versions .rst-current-version .fa,.rst-versions .rst-current-version .icon,.rst-versions .rst-current-version .rst-content .admonition-title,.rst-versions .rst-current-version .rst-content .code-block-caption .headerlink,.rst-versions .rst-current-version .rst-content .eqno .headerlink,.rst-versions .rst-current-version .rst-content code.download span:first-child,.rst-versions .rst-current-version .rst-content dl dt .headerlink,.rst-versions .rst-current-version .rst-content h1 .headerlink,.rst-versions .rst-current-version .rst-content h2 .headerlink,.rst-versions .rst-current-version .rst-content h3 .headerlink,.rst-versions .rst-current-version .rst-content h4 .headerlink,.rst-versions .rst-current-version .rst-content h5 .headerlink,.rst-versions .rst-current-version .rst-content h6 .headerlink,.rst-versions .rst-current-version .rst-content p .headerlink,.rst-versions .rst-current-version .rst-content table>caption .headerlink,.rst-versions .rst-current-version .rst-content tt.download span:first-child,.rst-versions .rst-current-version .wy-menu-vertical li button.toctree-expand,.wy-menu-vertical li .rst-versions .rst-current-version button.toctree-expand{color:#fcfcfc}.rst-versions .rst-current-version .fa-book,.rst-versions .rst-current-version .icon-book{float:left}.rst-versions .rst-current-version.rst-out-of-date{background-color:#e74c3c;color:#fff}.rst-versions .rst-current-version.rst-active-old-version{background-color:#f1c40f;color:#000}.rst-versions.shift-up{height:auto;max-height:100%;overflow-y:scroll}.rst-versions.shift-up .rst-other-versions{display:block}.rst-versions .rst-other-versions{font-size:90%;padding:12px;color:grey;display:none}.rst-versions .rst-other-versions hr{display:block;height:1px;border:0;margin:20px 0;padding:0;border-top:1px solid #413d3d}.rst-versions .rst-other-versions dd{display:inline-block;margin:0}.rst-versions .rst-other-versions dd a{display:inline-block;padding:6px;color:#fcfcfc}.rst-versions.rst-badge{width:auto;bottom:20px;right:20px;left:auto;border:none;max-width:300px;max-height:90%}.rst-versions.rst-badge .fa-book,.rst-versions.rst-badge .icon-book{float:none;line-height:30px}.rst-versions.rst-badge.shift-up .rst-current-version{text-align:right}.rst-versions.rst-badge.shift-up .rst-current-version .fa-book,.rst-versions.rst-badge.shift-up .rst-current-version .icon-book{float:left}.rst-versions.rst-badge>.rst-current-version{width:auto;height:30px;line-height:30px;padding:0 6px;display:block;text-align:center}@media screen and (max-width:768px){.rst-versions{width:85%;display:none}.rst-versions.shift{display:block}}.rst-content .toctree-wrapper>p.caption,.rst-content h1,.rst-content h2,.rst-content h3,.rst-content h4,.rst-content h5,.rst-content h6{margin-bottom:24px}.rst-content img{max-width:100%;height:auto}.rst-content div.figure,.rst-content figure{margin-bottom:24px}.rst-content div.figure .caption-text,.rst-content figure .caption-text{font-style:italic}.rst-content div.figure p:last-child.caption,.rst-content figure p:last-child.caption{margin-bottom:0}.rst-content div.figure.align-center,.rst-content figure.align-center{text-align:center}.rst-content .section>a>img,.rst-content .section>img,.rst-content section>a>img,.rst-content section>img{margin-bottom:24px}.rst-content abbr[title]{text-decoration:none}.rst-content.style-external-links a.reference.external:after{font-family:FontAwesome;content:"\f08e";color:#b3b3b3;vertical-align:super;font-size:60%;margin:0 .2em}.rst-content blockquote{margin-left:24px;line-height:24px;margin-bottom:24px}.rst-content pre.literal-block{white-space:pre;margin:0;padding:12px;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;display:block;overflow:auto}.rst-content div[class^=highlight],.rst-content pre.literal-block{border:1px solid #e1e4e5;overflow-x:auto;margin:1px 0 24px}.rst-content div[class^=highlight] div[class^=highlight],.rst-content pre.literal-block div[class^=highlight]{padding:0;border:none;margin:0}.rst-content div[class^=highlight] td.code{width:100%}.rst-content .linenodiv pre{border-right:1px solid #e6e9ea;margin:0;padding:12px;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;user-select:none;pointer-events:none}.rst-content div[class^=highlight] pre{white-space:pre;margin:0;padding:12px;display:block;overflow:auto}.rst-content div[class^=highlight] pre .hll{display:block;margin:0 -12px;padding:0 12px}.rst-content .linenodiv pre,.rst-content div[class^=highlight] pre,.rst-content pre.literal-block{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;font-size:12px;line-height:1.4}.rst-content div.highlight .gp,.rst-content div.highlight span.linenos{user-select:none;pointer-events:none}.rst-content div.highlight span.linenos{display:inline-block;padding-left:0;padding-right:12px;margin-right:12px;border-right:1px solid #e6e9ea}.rst-content .code-block-caption{font-style:italic;font-size:85%;line-height:1;padding:1em 0;text-align:center}@media print{.rst-content .codeblock,.rst-content div[class^=highlight],.rst-content div[class^=highlight] pre{white-space:pre-wrap}}.rst-content .admonition,.rst-content .admonition-todo,.rst-content .attention,.rst-content .caution,.rst-content .danger,.rst-content .error,.rst-content .hint,.rst-content .important,.rst-content .note,.rst-content .seealso,.rst-content .tip,.rst-content .warning{clear:both}.rst-content .admonition-todo .last,.rst-content .admonition-todo>:last-child,.rst-content .admonition .last,.rst-content .admonition>:last-child,.rst-content .attention .last,.rst-content .attention>:last-child,.rst-content .caution .last,.rst-content .caution>:last-child,.rst-content .danger .last,.rst-content .danger>:last-child,.rst-content .error .last,.rst-content .error>:last-child,.rst-content .hint .last,.rst-content .hint>:last-child,.rst-content .important .last,.rst-content .important>:last-child,.rst-content .note .last,.rst-content .note>:last-child,.rst-content .seealso .last,.rst-content .seealso>:last-child,.rst-content .tip .last,.rst-content .tip>:last-child,.rst-content .warning .last,.rst-content .warning>:last-child{margin-bottom:0}.rst-content .admonition-title:before{margin-right:4px}.rst-content .admonition table{border-color:rgba(0,0,0,.1)}.rst-content .admonition table td,.rst-content .admonition table th{background:transparent!important;border-color:rgba(0,0,0,.1)!important}.rst-content .section ol.loweralpha,.rst-content .section ol.loweralpha>li,.rst-content .toctree-wrapper ol.loweralpha,.rst-content .toctree-wrapper ol.loweralpha>li,.rst-content section ol.loweralpha,.rst-content section ol.loweralpha>li{list-style:lower-alpha}.rst-content .section ol.upperalpha,.rst-content .section ol.upperalpha>li,.rst-content .toctree-wrapper ol.upperalpha,.rst-content .toctree-wrapper ol.upperalpha>li,.rst-content section ol.upperalpha,.rst-content section ol.upperalpha>li{list-style:upper-alpha}.rst-content .section ol li>*,.rst-content .section ul li>*,.rst-content .toctree-wrapper ol li>*,.rst-content .toctree-wrapper ul li>*,.rst-content section ol li>*,.rst-content section ul li>*{margin-top:12px;margin-bottom:12px}.rst-content .section ol li>:first-child,.rst-content .section ul li>:first-child,.rst-content .toctree-wrapper ol li>:first-child,.rst-content .toctree-wrapper ul li>:first-child,.rst-content section ol li>:first-child,.rst-content section ul li>:first-child{margin-top:0}.rst-content .section ol li>p,.rst-content .section ol li>p:last-child,.rst-content .section ul li>p,.rst-content .section ul li>p:last-child,.rst-content .toctree-wrapper ol li>p,.rst-content .toctree-wrapper ol li>p:last-child,.rst-content .toctree-wrapper ul li>p,.rst-content .toctree-wrapper ul li>p:last-child,.rst-content section ol li>p,.rst-content section ol li>p:last-child,.rst-content section ul li>p,.rst-content section ul li>p:last-child{margin-bottom:12px}.rst-content .section ol li>p:only-child,.rst-content .section ol li>p:only-child:last-child,.rst-content .section ul li>p:only-child,.rst-content .section ul li>p:only-child:last-child,.rst-content .toctree-wrapper ol li>p:only-child,.rst-content .toctree-wrapper ol li>p:only-child:last-child,.rst-content .toctree-wrapper ul li>p:only-child,.rst-content .toctree-wrapper ul li>p:only-child:last-child,.rst-content section ol li>p:only-child,.rst-content section ol li>p:only-child:last-child,.rst-content section ul li>p:only-child,.rst-content section ul li>p:only-child:last-child{margin-bottom:0}.rst-content .section ol li>ol,.rst-content .section ol li>ul,.rst-content .section ul li>ol,.rst-content .section ul li>ul,.rst-content .toctree-wrapper ol li>ol,.rst-content .toctree-wrapper ol li>ul,.rst-content .toctree-wrapper ul li>ol,.rst-content .toctree-wrapper ul li>ul,.rst-content section ol li>ol,.rst-content section ol li>ul,.rst-content section ul li>ol,.rst-content section ul li>ul{margin-bottom:12px}.rst-content .section ol.simple li>*,.rst-content .section ol.simple li ol,.rst-content .section ol.simple li ul,.rst-content .section ul.simple li>*,.rst-content .section ul.simple li ol,.rst-content .section ul.simple li ul,.rst-content .toctree-wrapper ol.simple li>*,.rst-content .toctree-wrapper ol.simple li ol,.rst-content .toctree-wrapper ol.simple li ul,.rst-content .toctree-wrapper ul.simple li>*,.rst-content .toctree-wrapper ul.simple li ol,.rst-content .toctree-wrapper ul.simple li ul,.rst-content section ol.simple li>*,.rst-content section ol.simple li ol,.rst-content section ol.simple li ul,.rst-content section ul.simple li>*,.rst-content section ul.simple li ol,.rst-content section ul.simple li ul{margin-top:0;margin-bottom:0}.rst-content .line-block{margin-left:0;margin-bottom:24px;line-height:24px}.rst-content .line-block .line-block{margin-left:24px;margin-bottom:0}.rst-content .topic-title{font-weight:700;margin-bottom:12px}.rst-content .toc-backref{color:#404040}.rst-content .align-right{float:right;margin:0 0 24px 24px}.rst-content .align-left{float:left;margin:0 24px 24px 0}.rst-content .align-center{margin:auto}.rst-content .align-center:not(table){display:block}.rst-content .code-block-caption .headerlink,.rst-content .eqno .headerlink,.rst-content .toctree-wrapper>p.caption .headerlink,.rst-content dl dt .headerlink,.rst-content h1 .headerlink,.rst-content h2 .headerlink,.rst-content h3 .headerlink,.rst-content h4 .headerlink,.rst-content h5 .headerlink,.rst-content h6 .headerlink,.rst-content p.caption .headerlink,.rst-content p .headerlink,.rst-content table>caption .headerlink{opacity:0;font-size:14px;font-family:FontAwesome;margin-left:.5em}.rst-content .code-block-caption .headerlink:focus,.rst-content .code-block-caption:hover .headerlink,.rst-content .eqno .headerlink:focus,.rst-content .eqno:hover .headerlink,.rst-content .toctree-wrapper>p.caption .headerlink:focus,.rst-content .toctree-wrapper>p.caption:hover .headerlink,.rst-content dl dt .headerlink:focus,.rst-content dl dt:hover .headerlink,.rst-content h1 .headerlink:focus,.rst-content h1:hover .headerlink,.rst-content h2 .headerlink:focus,.rst-content h2:hover .headerlink,.rst-content h3 .headerlink:focus,.rst-content h3:hover .headerlink,.rst-content h4 .headerlink:focus,.rst-content h4:hover .headerlink,.rst-content h5 .headerlink:focus,.rst-content h5:hover .headerlink,.rst-content h6 .headerlink:focus,.rst-content h6:hover .headerlink,.rst-content p.caption .headerlink:focus,.rst-content p.caption:hover .headerlink,.rst-content p .headerlink:focus,.rst-content p:hover .headerlink,.rst-content table>caption .headerlink:focus,.rst-content table>caption:hover .headerlink{opacity:1}.rst-content p a{overflow-wrap:anywhere}.rst-content .wy-table td p,.rst-content .wy-table td ul,.rst-content .wy-table th p,.rst-content .wy-table th ul,.rst-content table.docutils td p,.rst-content table.docutils td ul,.rst-content table.docutils th p,.rst-content table.docutils th ul,.rst-content table.field-list td p,.rst-content table.field-list td ul,.rst-content table.field-list th p,.rst-content table.field-list th ul{font-size:inherit}.rst-content .btn:focus{outline:2px solid}.rst-content table>caption .headerlink:after{font-size:12px}.rst-content .centered{text-align:center}.rst-content .sidebar{float:right;width:40%;display:block;margin:0 0 24px 24px;padding:24px;background:#f3f6f6;border:1px solid #e1e4e5}.rst-content .sidebar dl,.rst-content .sidebar p,.rst-content .sidebar ul{font-size:90%}.rst-content .sidebar .last,.rst-content .sidebar>:last-child{margin-bottom:0}.rst-content .sidebar .sidebar-title{display:block;font-family:Roboto Slab,ff-tisa-web-pro,Georgia,Arial,sans-serif;font-weight:700;background:#e1e4e5;padding:6px 12px;margin:-24px -24px 24px;font-size:100%}.rst-content .highlighted{background:#f1c40f;box-shadow:0 0 0 2px #f1c40f;display:inline;font-weight:700}.rst-content .citation-reference,.rst-content .footnote-reference{vertical-align:baseline;position:relative;top:-.4em;line-height:0;font-size:90%}.rst-content .hlist{width:100%}.rst-content dl dt span.classifier:before{content:" : "}.rst-content dl dt span.classifier-delimiter{display:none!important}html.writer-html4 .rst-content table.docutils.citation,html.writer-html4 .rst-content table.docutils.footnote{background:none;border:none}html.writer-html4 .rst-content table.docutils.citation td,html.writer-html4 .rst-content table.docutils.citation tr,html.writer-html4 .rst-content table.docutils.footnote td,html.writer-html4 .rst-content table.docutils.footnote tr{border:none;background-color:transparent!important;white-space:normal}html.writer-html4 .rst-content table.docutils.citation td.label,html.writer-html4 .rst-content table.docutils.footnote td.label{padding-left:0;padding-right:0;vertical-align:top}html.writer-html5 .rst-content dl.citation,html.writer-html5 .rst-content dl.field-list,html.writer-html5 .rst-content dl.footnote{display:grid;grid-template-columns:max-content auto}html.writer-html5 .rst-content dl.citation>dt,html.writer-html5 .rst-content dl.field-list>dt,html.writer-html5 .rst-content dl.footnote>dt{padding-left:1rem}html.writer-html5 .rst-content dl.citation>dt:after,html.writer-html5 .rst-content dl.field-list>dt:after,html.writer-html5 .rst-content dl.footnote>dt:after{content:":"}html.writer-html5 .rst-content dl.citation>dd,html.writer-html5 .rst-content dl.citation>dt,html.writer-html5 .rst-content dl.field-list>dd,html.writer-html5 .rst-content dl.field-list>dt,html.writer-html5 .rst-content dl.footnote>dd,html.writer-html5 .rst-content dl.footnote>dt{margin-bottom:0}html.writer-html5 .rst-content dl.citation,html.writer-html5 .rst-content dl.footnote{font-size:.9rem}html.writer-html5 .rst-content dl.citation>dt,html.writer-html5 .rst-content dl.footnote>dt{margin:0 .5rem .5rem 0;line-height:1.2rem;word-break:break-all;font-weight:400}html.writer-html5 .rst-content dl.citation>dt>span.brackets,html.writer-html5 .rst-content dl.footnote>dt>span.brackets{margin-right:.5rem}html.writer-html5 .rst-content dl.citation>dt>span.brackets:before,html.writer-html5 .rst-content dl.footnote>dt>span.brackets:before{content:"["}html.writer-html5 .rst-content dl.citation>dt>span.brackets:after,html.writer-html5 .rst-content dl.footnote>dt>span.brackets:after{content:"]"}html.writer-html5 .rst-content dl.citation>dt>span.fn-backref,html.writer-html5 .rst-content dl.footnote>dt>span.fn-backref{font-style:italic}html.writer-html5 .rst-content dl.citation>dd,html.writer-html5 .rst-content dl.footnote>dd{margin:0 0 .5rem;line-height:1.2rem}html.writer-html5 .rst-content dl.citation>dd p,html.writer-html5 .rst-content dl.footnote>dd p,html.writer-html5 .rst-content dl.option-list kbd{font-size:.9rem}.rst-content dl.citation,.rst-content table.docutils.footnote,html.writer-html4 .rst-content table.docutils.citation,html.writer-html5 .rst-content dl.footnote{color:grey}.rst-content dl.citation code,.rst-content dl.citation tt,.rst-content table.docutils.footnote code,.rst-content table.docutils.footnote tt,html.writer-html4 .rst-content table.docutils.citation code,html.writer-html4 .rst-content table.docutils.citation tt,html.writer-html5 .rst-content dl.footnote code,html.writer-html5 .rst-content dl.footnote tt{color:#555}.rst-content .wy-table-responsive.citation,.rst-content .wy-table-responsive.footnote{margin-bottom:0}.rst-content .wy-table-responsive.citation+:not(.citation),.rst-content .wy-table-responsive.footnote+:not(.footnote){margin-top:24px}.rst-content .wy-table-responsive.citation:last-child,.rst-content .wy-table-responsive.footnote:last-child{margin-bottom:24px}.rst-content table.docutils th{border-color:#e1e4e5}html.writer-html5 .rst-content table.docutils th{border:1px solid #e1e4e5}html.writer-html5 .rst-content table.docutils td>p,html.writer-html5 .rst-content table.docutils th>p{line-height:1rem;margin-bottom:0;font-size:.9rem}.rst-content table.docutils td .last,.rst-content table.docutils td .last>:last-child{margin-bottom:0}.rst-content table.field-list,.rst-content table.field-list td{border:none}.rst-content table.field-list td p{line-height:inherit}.rst-content table.field-list td>strong{display:inline-block}.rst-content table.field-list .field-name{padding-right:10px;text-align:left;white-space:nowrap}.rst-content table.field-list .field-body{text-align:left}.rst-content code,.rst-content tt{color:#000;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;padding:2px 5px}.rst-content code big,.rst-content code em,.rst-content tt big,.rst-content tt em{font-size:100%!important;line-height:normal}.rst-content code.literal,.rst-content tt.literal{color:#e74c3c;white-space:normal}.rst-content code.xref,.rst-content tt.xref,a .rst-content code,a .rst-content tt{font-weight:700;color:#404040;overflow-wrap:normal}.rst-content kbd,.rst-content pre,.rst-content samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace}.rst-content a code,.rst-content a tt{color:#2980b9}.rst-content dl{margin-bottom:24px}.rst-content dl dt{font-weight:700;margin-bottom:12px}.rst-content dl ol,.rst-content dl p,.rst-content dl table,.rst-content dl ul{margin-bottom:12px}.rst-content dl dd{margin:0 0 12px 24px;line-height:24px}.rst-content dl dd>ol:last-child,.rst-content dl dd>p:last-child,.rst-content dl dd>table:last-child,.rst-content dl dd>ul:last-child{margin-bottom:0}html.writer-html4 .rst-content dl:not(.docutils),html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple){margin-bottom:24px}html.writer-html4 .rst-content dl:not(.docutils)>dt,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple)>dt{display:table;margin:6px 0;font-size:90%;line-height:normal;background:#e7f2fa;color:#2980b9;border-top:3px solid #6ab0de;padding:6px;position:relative}html.writer-html4 .rst-content dl:not(.docutils)>dt:before,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple)>dt:before{color:#6ab0de}html.writer-html4 .rst-content dl:not(.docutils)>dt .headerlink,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple)>dt .headerlink{color:#404040;font-size:100%!important}html.writer-html4 .rst-content dl:not(.docutils) dl:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple)>dt,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) dl:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple)>dt{margin-bottom:6px;border:none;border-left:3px solid #ccc;background:#f0f0f0;color:#555}html.writer-html4 .rst-content dl:not(.docutils) dl:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple)>dt .headerlink,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) dl:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple)>dt .headerlink{color:#404040;font-size:100%!important}html.writer-html4 .rst-content dl:not(.docutils)>dt:first-child,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple)>dt:first-child{margin-top:0}html.writer-html4 .rst-content dl:not(.docutils) code.descclassname,html.writer-html4 .rst-content dl:not(.docutils) code.descname,html.writer-html4 .rst-content dl:not(.docutils) tt.descclassname,html.writer-html4 .rst-content dl:not(.docutils) tt.descname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) code.descclassname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) code.descname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) tt.descclassname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) tt.descname{background-color:transparent;border:none;padding:0;font-size:100%!important}html.writer-html4 .rst-content dl:not(.docutils) code.descname,html.writer-html4 .rst-content dl:not(.docutils) tt.descname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) code.descname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) tt.descname{font-weight:700}html.writer-html4 .rst-content dl:not(.docutils) .optional,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) .optional{display:inline-block;padding:0 4px;color:#000;font-weight:700}html.writer-html4 .rst-content dl:not(.docutils) .property,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) .property{display:inline-block;padding-right:8px;max-width:100%}html.writer-html4 .rst-content dl:not(.docutils) .k,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) .k{font-style:italic}html.writer-html4 .rst-content dl:not(.docutils) .descclassname,html.writer-html4 .rst-content dl:not(.docutils) .descname,html.writer-html4 .rst-content dl:not(.docutils) .sig-name,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) .descclassname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) .descname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.citation):not(.glossary):not(.simple) .sig-name{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;color:#000}.rst-content .viewcode-back,.rst-content .viewcode-link{display:inline-block;color:#27ae60;font-size:80%;padding-left:24px}.rst-content .viewcode-back{display:block;float:right}.rst-content p.rubric{margin-bottom:12px;font-weight:700}.rst-content code.download,.rst-content tt.download{background:inherit;padding:inherit;font-weight:400;font-family:inherit;font-size:inherit;color:inherit;border:inherit;white-space:inherit}.rst-content code.download span:first-child,.rst-content tt.download span:first-child{-webkit-font-smoothing:subpixel-antialiased}.rst-content code.download span:first-child:before,.rst-content tt.download span:first-child:before{margin-right:4px}.rst-content .guilabel{border:1px solid #7fbbe3;background:#e7f2fa;font-size:80%;font-weight:700;border-radius:4px;padding:2.4px 6px;margin:auto 2px}.rst-content :not(dl.option-list)>:not(dt):not(kbd):not(.kbd)>.kbd,.rst-content :not(dl.option-list)>:not(dt):not(kbd):not(.kbd)>kbd{color:inherit;font-size:80%;background-color:#fff;border:1px solid #a6a6a6;border-radius:4px;box-shadow:0 2px grey;padding:2.4px 6px;margin:auto 0}.rst-content .versionmodified{font-style:italic}@media screen and (max-width:480px){.rst-content .sidebar{width:100%}}span[id*=MathJax-Span]{color:#404040}.math{text-align:center}@font-face{font-family:Lato;src:url(fonts/lato-normal.woff2?bd03a2cc277bbbc338d464e679fe9942) format("woff2"),url(fonts/lato-normal.woff?27bd77b9162d388cb8d4c4217c7c5e2a) format("woff");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:Lato;src:url(fonts/lato-bold.woff2?cccb897485813c7c256901dbca54ecf2) format("woff2"),url(fonts/lato-bold.woff?d878b6c29b10beca227e9eef4246111b) format("woff");font-weight:700;font-style:normal;font-display:block}@font-face{font-family:Lato;src:url(fonts/lato-bold-italic.woff2?0b6bb6725576b072c5d0b02ecdd1900d) format("woff2"),url(fonts/lato-bold-italic.woff?9c7e4e9eb485b4a121c760e61bc3707c) format("woff");font-weight:700;font-style:italic;font-display:block}@font-face{font-family:Lato;src:url(fonts/lato-normal-italic.woff2?4eb103b4d12be57cb1d040ed5e162e9d) format("woff2"),url(fonts/lato-normal-italic.woff?f28f2d6482446544ef1ea1ccc6dd5892) format("woff");font-weight:400;font-style:italic;font-display:block}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:400;src:url(fonts/Roboto-Slab-Regular.woff2?7abf5b8d04d26a2cafea937019bca958) format("woff2"),url(fonts/Roboto-Slab-Regular.woff?c1be9284088d487c5e3ff0a10a92e58c) format("woff");font-display:block}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:700;src:url(fonts/Roboto-Slab-Bold.woff2?9984f4a9bda09be08e83f2506954adbe) format("woff2"),url(fonts/Roboto-Slab-Bold.woff?bed5564a116b05148e3b3bea6fb1162a) format("woff");font-display:block} \ No newline at end of file diff --git a/docs/build/_static/differential_amp.PNG b/docs/build/_static/differential_amp.PNG new file mode 100644 index 0000000..be6896e Binary files /dev/null and b/docs/build/_static/differential_amp.PNG differ diff --git a/docs/build/_static/doctools.js b/docs/build/_static/doctools.js new file mode 100644 index 0000000..d06a71d --- /dev/null +++ b/docs/build/_static/doctools.js @@ -0,0 +1,156 @@ +/* + * doctools.js + * ~~~~~~~~~~~ + * + * Base JavaScript utilities for all Sphinx HTML documentation. + * + * :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS. + * :license: BSD, see LICENSE for details. + * + */ +"use strict"; + +const BLACKLISTED_KEY_CONTROL_ELEMENTS = new Set([ + "TEXTAREA", + "INPUT", + "SELECT", + "BUTTON", +]); + +const _ready = (callback) => { + if (document.readyState !== "loading") { + callback(); + } else { + document.addEventListener("DOMContentLoaded", callback); + } +}; + +/** + * Small JavaScript module for the documentation. + */ +const Documentation = { + init: () => { + Documentation.initDomainIndexTable(); + Documentation.initOnKeyListeners(); + }, + + /** + * i18n support + */ + TRANSLATIONS: {}, + PLURAL_EXPR: (n) => (n === 1 ? 0 : 1), + LOCALE: "unknown", + + // gettext and ngettext don't access this so that the functions + // can safely bound to a different name (_ = Documentation.gettext) + gettext: (string) => { + const translated = Documentation.TRANSLATIONS[string]; + switch (typeof translated) { + case "undefined": + return string; // no translation + case "string": + return translated; // translation exists + default: + return translated[0]; // (singular, plural) translation tuple exists + } + }, + + ngettext: (singular, plural, n) => { + const translated = Documentation.TRANSLATIONS[singular]; + if (typeof translated !== "undefined") + return translated[Documentation.PLURAL_EXPR(n)]; + return n === 1 ? singular : plural; + }, + + addTranslations: (catalog) => { + Object.assign(Documentation.TRANSLATIONS, catalog.messages); + Documentation.PLURAL_EXPR = new Function( + "n", + `return (${catalog.plural_expr})` + ); + Documentation.LOCALE = catalog.locale; + }, + + /** + * helper function to focus on search bar + */ + focusSearchBar: () => { + document.querySelectorAll("input[name=q]")[0]?.focus(); + }, + + /** + * Initialise the domain index toggle buttons + */ + initDomainIndexTable: () => { + const toggler = (el) => { + const idNumber = el.id.substr(7); + const toggledRows = document.querySelectorAll(`tr.cg-${idNumber}`); + if (el.src.substr(-9) === "minus.png") { + el.src = `${el.src.substr(0, el.src.length - 9)}plus.png`; + toggledRows.forEach((el) => (el.style.display = "none")); + } else { + el.src = `${el.src.substr(0, el.src.length - 8)}minus.png`; + toggledRows.forEach((el) => (el.style.display = "")); + } + }; + + const togglerElements = document.querySelectorAll("img.toggler"); + togglerElements.forEach((el) => + el.addEventListener("click", (event) => toggler(event.currentTarget)) + ); + togglerElements.forEach((el) => (el.style.display = "")); + if (DOCUMENTATION_OPTIONS.COLLAPSE_INDEX) togglerElements.forEach(toggler); + }, + + initOnKeyListeners: () => { + // only install a listener if it is really needed + if ( + !DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS && + !DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS + ) + return; + + document.addEventListener("keydown", (event) => { + // bail for input elements + if (BLACKLISTED_KEY_CONTROL_ELEMENTS.has(document.activeElement.tagName)) return; + // bail with special keys + if (event.altKey || event.ctrlKey || event.metaKey) return; + + if (!event.shiftKey) { + switch (event.key) { + case "ArrowLeft": + if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) break; + + const prevLink = document.querySelector('link[rel="prev"]'); + if (prevLink && prevLink.href) { + window.location.href = prevLink.href; + event.preventDefault(); + } + break; + case "ArrowRight": + if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) break; + + const nextLink = document.querySelector('link[rel="next"]'); + if (nextLink && nextLink.href) { + window.location.href = nextLink.href; + event.preventDefault(); + } + break; + } + } + + // some keyboard layouts may need Shift to get / + switch (event.key) { + case "/": + if (!DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS) break; + Documentation.focusSearchBar(); + event.preventDefault(); + } + }); + }, +}; + +// quick alias for translations +const _ = Documentation.gettext; + +_ready(Documentation.init); diff --git a/docs/build/_static/documentation_options.js b/docs/build/_static/documentation_options.js new file mode 100644 index 0000000..7e4c114 --- /dev/null +++ b/docs/build/_static/documentation_options.js @@ -0,0 +1,13 @@ +const DOCUMENTATION_OPTIONS = { + VERSION: '', + LANGUAGE: 'en', + COLLAPSE_INDEX: false, + BUILDER: 'html', + FILE_SUFFIX: '.html', + LINK_SUFFIX: '.html', + HAS_SOURCE: true, + SOURCELINK_SUFFIX: '.txt', + NAVIGATION_WITH_KEYS: false, + SHOW_SEARCH_SUMMARY: true, + ENABLE_SEARCH_SHORTCUTS: true, +}; \ No newline at end of file diff --git a/docs/build/_static/edit/BNC_to_ttl.jpg b/docs/build/_static/edit/BNC_to_ttl.jpg new file mode 100644 index 0000000..e005116 Binary files /dev/null and b/docs/build/_static/edit/BNC_to_ttl.jpg differ diff --git a/docs/build/_static/edit/enclosure_front_real.jpg b/docs/build/_static/edit/enclosure_front_real.jpg new file mode 100644 index 0000000..b92f7ad Binary files /dev/null and b/docs/build/_static/edit/enclosure_front_real.jpg differ diff --git a/docs/build/_static/edit/full_enclosure_top_down.jpg b/docs/build/_static/edit/full_enclosure_top_down.jpg new file mode 100644 index 0000000..1336628 Binary files /dev/null and b/docs/build/_static/edit/full_enclosure_top_down.jpg differ diff --git a/docs/build/_static/edit/input_and_diff_hookup.jpg b/docs/build/_static/edit/input_and_diff_hookup.jpg new file mode 100644 index 0000000..5fb26b1 Binary files /dev/null and b/docs/build/_static/edit/input_and_diff_hookup.jpg differ diff --git a/docs/build/_static/edit/pig_tail_power_passthrough.jpg b/docs/build/_static/edit/pig_tail_power_passthrough.jpg new file mode 100644 index 0000000..f5f4f2b Binary files /dev/null and b/docs/build/_static/edit/pig_tail_power_passthrough.jpg differ diff --git a/docs/build/_static/enclosure_all.jpg b/docs/build/_static/enclosure_all.jpg new file mode 100644 index 0000000..562dff2 Binary files /dev/null and b/docs/build/_static/enclosure_all.jpg differ diff --git a/docs/build/_static/enclosure_front_real.jpg b/docs/build/_static/enclosure_front_real.jpg new file mode 100644 index 0000000..b92f7ad Binary files /dev/null and b/docs/build/_static/enclosure_front_real.jpg differ diff --git a/docs/build/_static/file.png b/docs/build/_static/file.png new file mode 100644 index 0000000..a858a41 Binary files /dev/null and b/docs/build/_static/file.png differ diff --git a/docs/build/_static/front_panel_actual.jpg b/docs/build/_static/front_panel_actual.jpg new file mode 100644 index 0000000..0372c22 Binary files /dev/null and b/docs/build/_static/front_panel_actual.jpg differ diff --git a/docs/build/_static/full_enclosure_top_down.jpg b/docs/build/_static/full_enclosure_top_down.jpg new file mode 100644 index 0000000..1336628 Binary files /dev/null and b/docs/build/_static/full_enclosure_top_down.jpg differ diff --git a/docs/build/_static/input_and_diff_hookup.jpg b/docs/build/_static/input_and_diff_hookup.jpg new file mode 100644 index 0000000..5fb26b1 Binary files /dev/null and b/docs/build/_static/input_and_diff_hookup.jpg differ diff --git a/docs/build/_static/jquery.js b/docs/build/_static/jquery.js new file mode 100644 index 0000000..c4c6022 --- /dev/null +++ b/docs/build/_static/jquery.js @@ -0,0 +1,2 @@ +/*! jQuery v3.6.0 | (c) OpenJS Foundation and other contributors | jquery.org/license */ +!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},x=function(e){return null!=e&&e===e.window},E=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.6.0",S=function(e,t){return new S.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ye(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace($,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||v.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||v.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||v.push(".#.+[+~]"),e.querySelectorAll("\\\f"),v.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},j=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&y(p,e)?-1:t==C||t.ownerDocument==p&&y(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||D,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,D=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),y.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",y.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="",y.option=!!ce.lastChild;var ge={thead:[1,"","
    "],col:[2,"","
    "],tr:[2,"","
    "],td:[3,"","
    "],_default:[0,"",""]};function ve(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;n",""]);var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function je(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function De(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function qe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Le(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var _t,zt=[],Ut=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=zt.pop()||S.expando+"_"+wt.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Ut.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Ut.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Ut,"$1"+r):!1!==e.jsonp&&(e.url+=(Tt.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,zt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((_t=E.implementation.createHTMLDocument("").body).innerHTML="
    ",2===_t.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return $(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=Fe(y.pixelPosition,function(e,t){if(t)return t=We(e,n),Pe.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return $(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0",d.insertBefore(c.lastChild,d.firstChild)}function d(){var a=y.elements;return"string"==typeof a?a.split(" "):a}function e(a,b){var c=y.elements;"string"!=typeof c&&(c=c.join(" ")),"string"!=typeof a&&(a=a.join(" ")),y.elements=c+" "+a,j(b)}function f(a){var b=x[a[v]];return b||(b={},w++,a[v]=w,x[w]=b),b}function g(a,c,d){if(c||(c=b),q)return c.createElement(a);d||(d=f(c));var e;return e=d.cache[a]?d.cache[a].cloneNode():u.test(a)?(d.cache[a]=d.createElem(a)).cloneNode():d.createElem(a),!e.canHaveChildren||t.test(a)||e.tagUrn?e:d.frag.appendChild(e)}function h(a,c){if(a||(a=b),q)return a.createDocumentFragment();c=c||f(a);for(var e=c.frag.cloneNode(),g=0,h=d(),i=h.length;i>g;g++)e.createElement(h[g]);return e}function i(a,b){b.cache||(b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag()),a.createElement=function(c){return y.shivMethods?g(c,a,b):b.createElem(c)},a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+d().join().replace(/[\w\-:]+/g,function(a){return b.createElem(a),b.frag.createElement(a),'c("'+a+'")'})+");return n}")(y,b.frag)}function j(a){a||(a=b);var d=f(a);return!y.shivCSS||p||d.hasCSS||(d.hasCSS=!!c(a,"article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}mark{background:#FF0;color:#000}template{display:none}")),q||i(a,d),a}function k(a){for(var b,c=a.getElementsByTagName("*"),e=c.length,f=RegExp("^(?:"+d().join("|")+")$","i"),g=[];e--;)b=c[e],f.test(b.nodeName)&&g.push(b.applyElement(l(b)));return g}function l(a){for(var b,c=a.attributes,d=c.length,e=a.ownerDocument.createElement(A+":"+a.nodeName);d--;)b=c[d],b.specified&&e.setAttribute(b.nodeName,b.nodeValue);return e.style.cssText=a.style.cssText,e}function m(a){for(var b,c=a.split("{"),e=c.length,f=RegExp("(^|[\\s,>+~])("+d().join("|")+")(?=[[\\s,>+~#.:]|$)","gi"),g="$1"+A+"\\:$2";e--;)b=c[e]=c[e].split("}"),b[b.length-1]=b[b.length-1].replace(f,g),c[e]=b.join("}");return c.join("{")}function n(a){for(var b=a.length;b--;)a[b].removeNode()}function o(a){function b(){clearTimeout(g._removeSheetTimer),d&&d.removeNode(!0),d=null}var d,e,g=f(a),h=a.namespaces,i=a.parentWindow;return!B||a.printShived?a:("undefined"==typeof h[A]&&h.add(A),i.attachEvent("onbeforeprint",function(){b();for(var f,g,h,i=a.styleSheets,j=[],l=i.length,n=Array(l);l--;)n[l]=i[l];for(;h=n.pop();)if(!h.disabled&&z.test(h.media)){try{f=h.imports,g=f.length}catch(o){g=0}for(l=0;g>l;l++)n.push(f[l]);try{j.push(h.cssText)}catch(o){}}j=m(j.reverse().join("")),e=k(a),d=c(a,j)}),i.attachEvent("onafterprint",function(){n(e),clearTimeout(g._removeSheetTimer),g._removeSheetTimer=setTimeout(b,500)}),a.printShived=!0,a)}var p,q,r="3.7.3",s=a.html5||{},t=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,u=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,v="_html5shiv",w=0,x={};!function(){try{var a=b.createElement("a");a.innerHTML="",p="hidden"in a,q=1==a.childNodes.length||function(){b.createElement("a");var a=b.createDocumentFragment();return"undefined"==typeof a.cloneNode||"undefined"==typeof a.createDocumentFragment||"undefined"==typeof a.createElement}()}catch(c){p=!0,q=!0}}();var y={elements:s.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output picture progress section summary template time video",version:r,shivCSS:s.shivCSS!==!1,supportsUnknownElements:q,shivMethods:s.shivMethods!==!1,type:"default",shivDocument:j,createElement:g,createDocumentFragment:h,addElements:e};a.html5=y,j(b);var z=/^$|\b(?:all|print)\b/,A="html5shiv",B=!q&&function(){var c=b.documentElement;return!("undefined"==typeof b.namespaces||"undefined"==typeof b.parentWindow||"undefined"==typeof c.applyElement||"undefined"==typeof c.removeNode||"undefined"==typeof a.attachEvent)}();y.type+=" print",y.shivPrint=o,o(b),"object"==typeof module&&module.exports&&(module.exports=y)}("undefined"!=typeof window?window:this,document); \ No newline at end of file diff --git a/docs/build/_static/js/html5shiv.min.js b/docs/build/_static/js/html5shiv.min.js new file mode 100644 index 0000000..cd1c674 --- /dev/null +++ b/docs/build/_static/js/html5shiv.min.js @@ -0,0 +1,4 @@ +/** +* @preserve HTML5 Shiv 3.7.3 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed +*/ +!function(a,b){function c(a,b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.documentElement;return c.innerHTML="x",d.insertBefore(c.lastChild,d.firstChild)}function d(){var a=t.elements;return"string"==typeof a?a.split(" "):a}function e(a,b){var c=t.elements;"string"!=typeof c&&(c=c.join(" ")),"string"!=typeof a&&(a=a.join(" ")),t.elements=c+" "+a,j(b)}function f(a){var b=s[a[q]];return b||(b={},r++,a[q]=r,s[r]=b),b}function g(a,c,d){if(c||(c=b),l)return c.createElement(a);d||(d=f(c));var e;return e=d.cache[a]?d.cache[a].cloneNode():p.test(a)?(d.cache[a]=d.createElem(a)).cloneNode():d.createElem(a),!e.canHaveChildren||o.test(a)||e.tagUrn?e:d.frag.appendChild(e)}function h(a,c){if(a||(a=b),l)return a.createDocumentFragment();c=c||f(a);for(var e=c.frag.cloneNode(),g=0,h=d(),i=h.length;i>g;g++)e.createElement(h[g]);return e}function i(a,b){b.cache||(b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag()),a.createElement=function(c){return t.shivMethods?g(c,a,b):b.createElem(c)},a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+d().join().replace(/[\w\-:]+/g,function(a){return b.createElem(a),b.frag.createElement(a),'c("'+a+'")'})+");return n}")(t,b.frag)}function j(a){a||(a=b);var d=f(a);return!t.shivCSS||k||d.hasCSS||(d.hasCSS=!!c(a,"article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}mark{background:#FF0;color:#000}template{display:none}")),l||i(a,d),a}var k,l,m="3.7.3-pre",n=a.html5||{},o=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,p=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,q="_html5shiv",r=0,s={};!function(){try{var a=b.createElement("a");a.innerHTML="",k="hidden"in a,l=1==a.childNodes.length||function(){b.createElement("a");var a=b.createDocumentFragment();return"undefined"==typeof a.cloneNode||"undefined"==typeof a.createDocumentFragment||"undefined"==typeof a.createElement}()}catch(c){k=!0,l=!0}}();var t={elements:n.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output picture progress section summary template time video",version:m,shivCSS:n.shivCSS!==!1,supportsUnknownElements:l,shivMethods:n.shivMethods!==!1,type:"default",shivDocument:j,createElement:g,createDocumentFragment:h,addElements:e};a.html5=t,j(b),"object"==typeof module&&module.exports&&(module.exports=t)}("undefined"!=typeof window?window:this,document); \ No newline at end of file diff --git a/docs/build/_static/js/theme.js b/docs/build/_static/js/theme.js new file mode 100644 index 0000000..1fddb6e --- /dev/null +++ b/docs/build/_static/js/theme.js @@ -0,0 +1 @@ +!function(n){var e={};function t(i){if(e[i])return e[i].exports;var o=e[i]={i:i,l:!1,exports:{}};return n[i].call(o.exports,o,o.exports,t),o.l=!0,o.exports}t.m=n,t.c=e,t.d=function(n,e,i){t.o(n,e)||Object.defineProperty(n,e,{enumerable:!0,get:i})},t.r=function(n){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(n,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(n,"__esModule",{value:!0})},t.t=function(n,e){if(1&e&&(n=t(n)),8&e)return n;if(4&e&&"object"==typeof n&&n&&n.__esModule)return n;var i=Object.create(null);if(t.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:n}),2&e&&"string"!=typeof n)for(var o in n)t.d(i,o,function(e){return n[e]}.bind(null,o));return i},t.n=function(n){var e=n&&n.__esModule?function(){return n.default}:function(){return n};return t.d(e,"a",e),e},t.o=function(n,e){return Object.prototype.hasOwnProperty.call(n,e)},t.p="",t(t.s=0)}([function(n,e,t){t(1),n.exports=t(3)},function(n,e,t){(function(){var e="undefined"!=typeof window?window.jQuery:t(2);n.exports.ThemeNav={navBar:null,win:null,winScroll:!1,winResize:!1,linkScroll:!1,winPosition:0,winHeight:null,docHeight:null,isRunning:!1,enable:function(n){var t=this;void 0===n&&(n=!0),t.isRunning||(t.isRunning=!0,e((function(e){t.init(e),t.reset(),t.win.on("hashchange",t.reset),n&&t.win.on("scroll",(function(){t.linkScroll||t.winScroll||(t.winScroll=!0,requestAnimationFrame((function(){t.onScroll()})))})),t.win.on("resize",(function(){t.winResize||(t.winResize=!0,requestAnimationFrame((function(){t.onResize()})))})),t.onResize()})))},enableSticky:function(){this.enable(!0)},init:function(n){n(document);var e=this;this.navBar=n("div.wy-side-scroll:first"),this.win=n(window),n(document).on("click","[data-toggle='wy-nav-top']",(function(){n("[data-toggle='wy-nav-shift']").toggleClass("shift"),n("[data-toggle='rst-versions']").toggleClass("shift")})).on("click",".wy-menu-vertical .current ul li a",(function(){var t=n(this);n("[data-toggle='wy-nav-shift']").removeClass("shift"),n("[data-toggle='rst-versions']").toggleClass("shift"),e.toggleCurrent(t),e.hashChange()})).on("click","[data-toggle='rst-current-version']",(function(){n("[data-toggle='rst-versions']").toggleClass("shift-up")})),n("table.docutils:not(.field-list,.footnote,.citation)").wrap("
    "),n("table.docutils.footnote").wrap("
    "),n("table.docutils.citation").wrap("
    "),n(".wy-menu-vertical ul").not(".simple").siblings("a").each((function(){var t=n(this);expand=n(''),expand.on("click",(function(n){return e.toggleCurrent(t),n.stopPropagation(),!1})),t.prepend(expand)}))},reset:function(){var n=encodeURI(window.location.hash)||"#";try{var e=$(".wy-menu-vertical"),t=e.find('[href="'+n+'"]');if(0===t.length){var i=$('.document [id="'+n.substring(1)+'"]').closest("div.section");0===(t=e.find('[href="#'+i.attr("id")+'"]')).length&&(t=e.find('[href="#"]'))}if(t.length>0){$(".wy-menu-vertical .current").removeClass("current").attr("aria-expanded","false"),t.addClass("current").attr("aria-expanded","true"),t.closest("li.toctree-l1").parent().addClass("current").attr("aria-expanded","true");for(let n=1;n<=10;n++)t.closest("li.toctree-l"+n).addClass("current").attr("aria-expanded","true");t[0].scrollIntoView()}}catch(n){console.log("Error expanding nav for anchor",n)}},onScroll:function(){this.winScroll=!1;var n=this.win.scrollTop(),e=n+this.winHeight,t=this.navBar.scrollTop()+(n-this.winPosition);n<0||e>this.docHeight||(this.navBar.scrollTop(t),this.winPosition=n)},onResize:function(){this.winResize=!1,this.winHeight=this.win.height(),this.docHeight=$(document).height()},hashChange:function(){this.linkScroll=!0,this.win.one("hashchange",(function(){this.linkScroll=!1}))},toggleCurrent:function(n){var e=n.closest("li");e.siblings("li.current").removeClass("current").attr("aria-expanded","false"),e.siblings().find("li.current").removeClass("current").attr("aria-expanded","false");var t=e.find("> ul li");t.length&&(t.removeClass("current").attr("aria-expanded","false"),e.toggleClass("current").attr("aria-expanded",(function(n,e){return"true"==e?"false":"true"})))}},"undefined"!=typeof window&&(window.SphinxRtdTheme={Navigation:n.exports.ThemeNav,StickyNav:n.exports.ThemeNav}),function(){for(var n=0,e=["ms","moz","webkit","o"],t=0;t0 + var meq1 = "^(" + C + ")?" + V + C + "(" + V + ")?$"; // [C]VC[V] is m=1 + var mgr1 = "^(" + C + ")?" + V + C + V + C; // [C]VCVC... is m>1 + var s_v = "^(" + C + ")?" + v; // vowel in stem + + this.stemWord = function (w) { + var stem; + var suffix; + var firstch; + var origword = w; + + if (w.length < 3) + return w; + + var re; + var re2; + var re3; + var re4; + + firstch = w.substr(0,1); + if (firstch == "y") + w = firstch.toUpperCase() + w.substr(1); + + // Step 1a + re = /^(.+?)(ss|i)es$/; + re2 = /^(.+?)([^s])s$/; + + if (re.test(w)) + w = w.replace(re,"$1$2"); + else if (re2.test(w)) + w = w.replace(re2,"$1$2"); + + // Step 1b + re = /^(.+?)eed$/; + re2 = /^(.+?)(ed|ing)$/; + if (re.test(w)) { + var fp = re.exec(w); + re = new RegExp(mgr0); + if (re.test(fp[1])) { + re = /.$/; + w = w.replace(re,""); + } + } + else if (re2.test(w)) { + var fp = re2.exec(w); + stem = fp[1]; + re2 = new RegExp(s_v); + if (re2.test(stem)) { + w = stem; + re2 = /(at|bl|iz)$/; + re3 = new RegExp("([^aeiouylsz])\\1$"); + re4 = new RegExp("^" + C + v + "[^aeiouwxy]$"); + if (re2.test(w)) + w = w + "e"; + else if (re3.test(w)) { + re = /.$/; + w = w.replace(re,""); + } + else if (re4.test(w)) + w = w + "e"; + } + } + + // Step 1c + re = /^(.+?)y$/; + if (re.test(w)) { + var fp = re.exec(w); + stem = fp[1]; + re = new RegExp(s_v); + if (re.test(stem)) + w = stem + "i"; + } + + // Step 2 + re = /^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/; + if (re.test(w)) { + var fp = re.exec(w); + stem = fp[1]; + suffix = fp[2]; + re = new RegExp(mgr0); + if (re.test(stem)) + w = stem + step2list[suffix]; + } + + // Step 3 + re = /^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/; + if (re.test(w)) { + var fp = re.exec(w); + stem = fp[1]; + suffix = fp[2]; + re = new RegExp(mgr0); + if (re.test(stem)) + w = stem + step3list[suffix]; + } + + // Step 4 + re = /^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/; + re2 = /^(.+?)(s|t)(ion)$/; + if (re.test(w)) { + var fp = re.exec(w); + stem = fp[1]; + re = new RegExp(mgr1); + if (re.test(stem)) + w = stem; + } + else if (re2.test(w)) { + var fp = re2.exec(w); + stem = fp[1] + fp[2]; + re2 = new RegExp(mgr1); + if (re2.test(stem)) + w = stem; + } + + // Step 5 + re = /^(.+?)e$/; + if (re.test(w)) { + var fp = re.exec(w); + stem = fp[1]; + re = new RegExp(mgr1); + re2 = new RegExp(meq1); + re3 = new RegExp("^" + C + v + "[^aeiouwxy]$"); + if (re.test(stem) || (re2.test(stem) && !(re3.test(stem)))) + w = stem; + } + re = /ll$/; + re2 = new RegExp(mgr1); + if (re.test(w) && re2.test(w)) { + re = /.$/; + w = w.replace(re,""); + } + + // and turn initial Y back to y + if (firstch == "y") + w = firstch.toLowerCase() + w.substr(1); + return w; + } +} + diff --git a/docs/build/_static/low_frequency_diff_amp-1.png b/docs/build/_static/low_frequency_diff_amp-1.png new file mode 100644 index 0000000..cb67ac5 Binary files /dev/null and b/docs/build/_static/low_frequency_diff_amp-1.png differ diff --git a/docs/build/_static/low_frequency_diff_amp.pdf b/docs/build/_static/low_frequency_diff_amp.pdf new file mode 100644 index 0000000..2729212 Binary files /dev/null and b/docs/build/_static/low_frequency_diff_amp.pdf differ diff --git a/docs/build/_static/low_frequency_diff_amp_top-1.png b/docs/build/_static/low_frequency_diff_amp_top-1.png new file mode 100644 index 0000000..697ed4e Binary files /dev/null and b/docs/build/_static/low_frequency_diff_amp_top-1.png differ diff --git a/docs/build/_static/low_frequency_diff_amp_top.pdf b/docs/build/_static/low_frequency_diff_amp_top.pdf new file mode 100644 index 0000000..2e7b1c8 Binary files /dev/null and b/docs/build/_static/low_frequency_diff_amp_top.pdf differ diff --git a/docs/build/_static/minus.png b/docs/build/_static/minus.png new file mode 100644 index 0000000..d96755f Binary files /dev/null and b/docs/build/_static/minus.png differ diff --git a/docs/build/_static/name_server.jpg b/docs/build/_static/name_server.jpg new file mode 100644 index 0000000..fc1280f Binary files /dev/null and b/docs/build/_static/name_server.jpg differ diff --git a/docs/build/_static/odmr_example_code.PNG b/docs/build/_static/odmr_example_code.PNG new file mode 100644 index 0000000..3cac75e Binary files /dev/null and b/docs/build/_static/odmr_example_code.PNG differ diff --git a/docs/build/_static/odmr_example_graph.png b/docs/build/_static/odmr_example_graph.png new file mode 100644 index 0000000..9436ffb Binary files /dev/null and b/docs/build/_static/odmr_example_graph.png differ diff --git a/docs/build/_static/odmr_pulse.jpg b/docs/build/_static/odmr_pulse.jpg new file mode 100644 index 0000000..7668689 Binary files /dev/null and b/docs/build/_static/odmr_pulse.jpg differ diff --git a/docs/build/_static/pig_tail_power_passthrough.jpg b/docs/build/_static/pig_tail_power_passthrough.jpg new file mode 100644 index 0000000..f5f4f2b Binary files /dev/null and b/docs/build/_static/pig_tail_power_passthrough.jpg differ diff --git a/docs/build/_static/plus.png b/docs/build/_static/plus.png new file mode 100644 index 0000000..7107cec Binary files /dev/null and b/docs/build/_static/plus.png differ diff --git a/docs/build/_static/power_pass_through_hand_drawn.png b/docs/build/_static/power_pass_through_hand_drawn.png new file mode 100644 index 0000000..3de22b7 Binary files /dev/null and b/docs/build/_static/power_pass_through_hand_drawn.png differ diff --git a/docs/build/_static/power_passthrough.jpg b/docs/build/_static/power_passthrough.jpg new file mode 100644 index 0000000..44be7b1 Binary files /dev/null and b/docs/build/_static/power_passthrough.jpg differ diff --git a/docs/build/_static/pygments.css b/docs/build/_static/pygments.css new file mode 100644 index 0000000..08bec68 --- /dev/null +++ b/docs/build/_static/pygments.css @@ -0,0 +1,74 @@ +pre { line-height: 125%; } +td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } +span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } +td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } +span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } +.highlight .hll { background-color: #ffffcc } +.highlight { background: #f8f8f8; } +.highlight .c { color: #3D7B7B; font-style: italic } /* Comment */ +.highlight .err { border: 1px solid #FF0000 } /* Error */ +.highlight .k { color: #008000; font-weight: bold } /* Keyword */ +.highlight .o { color: #666666 } /* Operator */ +.highlight .ch { color: #3D7B7B; font-style: italic } /* Comment.Hashbang */ +.highlight .cm { color: #3D7B7B; font-style: italic } /* Comment.Multiline */ +.highlight .cp { color: #9C6500 } /* Comment.Preproc */ +.highlight .cpf { color: #3D7B7B; font-style: italic } /* Comment.PreprocFile */ +.highlight .c1 { color: #3D7B7B; font-style: italic } /* Comment.Single */ +.highlight .cs { color: #3D7B7B; font-style: italic } /* Comment.Special */ +.highlight .gd { color: #A00000 } /* Generic.Deleted */ +.highlight .ge { font-style: italic } /* Generic.Emph */ +.highlight .gr { color: #E40000 } /* Generic.Error */ +.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.highlight .gi { color: #008400 } /* Generic.Inserted */ +.highlight .go { color: #717171 } /* Generic.Output */ +.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ +.highlight .gs { font-weight: bold } /* Generic.Strong */ +.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.highlight .gt { color: #0044DD } /* Generic.Traceback */ +.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */ +.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ +.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ +.highlight .kp { color: #008000 } /* Keyword.Pseudo */ +.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ +.highlight .kt { color: #B00040 } /* Keyword.Type */ +.highlight .m { color: #666666 } /* Literal.Number */ +.highlight .s { color: #BA2121 } /* Literal.String */ +.highlight .na { color: #687822 } /* Name.Attribute */ +.highlight .nb { color: #008000 } /* Name.Builtin */ +.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */ +.highlight .no { color: #880000 } /* Name.Constant */ +.highlight .nd { color: #AA22FF } /* Name.Decorator */ +.highlight .ni { color: #717171; font-weight: bold } /* Name.Entity */ +.highlight .ne { color: #CB3F38; font-weight: bold } /* Name.Exception */ +.highlight .nf { color: #0000FF } /* Name.Function */ +.highlight .nl { color: #767600 } /* Name.Label */ +.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ +.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */ +.highlight .nv { color: #19177C } /* Name.Variable */ +.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ +.highlight .w { color: #bbbbbb } /* Text.Whitespace */ +.highlight .mb { color: #666666 } /* Literal.Number.Bin */ +.highlight .mf { color: #666666 } /* Literal.Number.Float */ +.highlight .mh { color: #666666 } /* Literal.Number.Hex */ +.highlight .mi { color: #666666 } /* Literal.Number.Integer */ +.highlight .mo { color: #666666 } /* Literal.Number.Oct */ +.highlight .sa { color: #BA2121 } /* Literal.String.Affix */ +.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */ +.highlight .sc { color: #BA2121 } /* Literal.String.Char */ +.highlight .dl { color: #BA2121 } /* Literal.String.Delimiter */ +.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */ +.highlight .s2 { color: #BA2121 } /* Literal.String.Double */ +.highlight .se { color: #AA5D1F; font-weight: bold } /* Literal.String.Escape */ +.highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */ +.highlight .si { color: #A45A77; font-weight: bold } /* Literal.String.Interpol */ +.highlight .sx { color: #008000 } /* Literal.String.Other */ +.highlight .sr { color: #A45A77 } /* Literal.String.Regex */ +.highlight .s1 { color: #BA2121 } /* Literal.String.Single */ +.highlight .ss { color: #19177C } /* Literal.String.Symbol */ +.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */ +.highlight .fm { color: #0000FF } /* Name.Function.Magic */ +.highlight .vc { color: #19177C } /* Name.Variable.Class */ +.highlight .vg { color: #19177C } /* Name.Variable.Global */ +.highlight .vi { color: #19177C } /* Name.Variable.Instance */ +.highlight .vm { color: #19177C } /* Name.Variable.Magic */ +.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/docs/build/_static/qick_daemon.jpg b/docs/build/_static/qick_daemon.jpg new file mode 100644 index 0000000..ceadfce Binary files /dev/null and b/docs/build/_static/qick_daemon.jpg differ diff --git a/docs/build/_static/qickdawg_forgithub.png b/docs/build/_static/qickdawg_forgithub.png new file mode 100644 index 0000000..87934e8 Binary files /dev/null and b/docs/build/_static/qickdawg_forgithub.png differ diff --git a/docs/build/_static/router_holder-1.png b/docs/build/_static/router_holder-1.png new file mode 100644 index 0000000..2a07025 Binary files /dev/null and b/docs/build/_static/router_holder-1.png differ diff --git a/docs/build/_static/router_holder.pdf b/docs/build/_static/router_holder.pdf new file mode 100644 index 0000000..d0b92ef Binary files /dev/null and b/docs/build/_static/router_holder.pdf differ diff --git a/docs/build/_static/scp_copy.PNG b/docs/build/_static/scp_copy.PNG new file mode 100644 index 0000000..044376b Binary files /dev/null and b/docs/build/_static/scp_copy.PNG differ diff --git a/docs/build/_static/searchtools.js b/docs/build/_static/searchtools.js new file mode 100644 index 0000000..7918c3f --- /dev/null +++ b/docs/build/_static/searchtools.js @@ -0,0 +1,574 @@ +/* + * searchtools.js + * ~~~~~~~~~~~~~~~~ + * + * Sphinx JavaScript utilities for the full-text search. + * + * :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS. + * :license: BSD, see LICENSE for details. + * + */ +"use strict"; + +/** + * Simple result scoring code. + */ +if (typeof Scorer === "undefined") { + var Scorer = { + // Implement the following function to further tweak the score for each result + // The function takes a result array [docname, title, anchor, descr, score, filename] + // and returns the new score. + /* + score: result => { + const [docname, title, anchor, descr, score, filename] = result + return score + }, + */ + + // query matches the full name of an object + objNameMatch: 11, + // or matches in the last dotted part of the object name + objPartialMatch: 6, + // Additive scores depending on the priority of the object + objPrio: { + 0: 15, // used to be importantResults + 1: 5, // used to be objectResults + 2: -5, // used to be unimportantResults + }, + // Used when the priority is not in the mapping. + objPrioDefault: 0, + + // query found in title + title: 15, + partialTitle: 7, + // query found in terms + term: 5, + partialTerm: 2, + }; +} + +const _removeChildren = (element) => { + while (element && element.lastChild) element.removeChild(element.lastChild); +}; + +/** + * See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions#escaping + */ +const _escapeRegExp = (string) => + string.replace(/[.*+\-?^${}()|[\]\\]/g, "\\$&"); // $& means the whole matched string + +const _displayItem = (item, searchTerms, highlightTerms) => { + const docBuilder = DOCUMENTATION_OPTIONS.BUILDER; + const docFileSuffix = DOCUMENTATION_OPTIONS.FILE_SUFFIX; + const docLinkSuffix = DOCUMENTATION_OPTIONS.LINK_SUFFIX; + const showSearchSummary = DOCUMENTATION_OPTIONS.SHOW_SEARCH_SUMMARY; + const contentRoot = document.documentElement.dataset.content_root; + + const [docName, title, anchor, descr, score, _filename] = item; + + let listItem = document.createElement("li"); + let requestUrl; + let linkUrl; + if (docBuilder === "dirhtml") { + // dirhtml builder + let dirname = docName + "/"; + if (dirname.match(/\/index\/$/)) + dirname = dirname.substring(0, dirname.length - 6); + else if (dirname === "index/") dirname = ""; + requestUrl = contentRoot + dirname; + linkUrl = requestUrl; + } else { + // normal html builders + requestUrl = contentRoot + docName + docFileSuffix; + linkUrl = docName + docLinkSuffix; + } + let linkEl = listItem.appendChild(document.createElement("a")); + linkEl.href = linkUrl + anchor; + linkEl.dataset.score = score; + linkEl.innerHTML = title; + if (descr) { + listItem.appendChild(document.createElement("span")).innerHTML = + " (" + descr + ")"; + // highlight search terms in the description + if (SPHINX_HIGHLIGHT_ENABLED) // set in sphinx_highlight.js + highlightTerms.forEach((term) => _highlightText(listItem, term, "highlighted")); + } + else if (showSearchSummary) + fetch(requestUrl) + .then((responseData) => responseData.text()) + .then((data) => { + if (data) + listItem.appendChild( + Search.makeSearchSummary(data, searchTerms) + ); + // highlight search terms in the summary + if (SPHINX_HIGHLIGHT_ENABLED) // set in sphinx_highlight.js + highlightTerms.forEach((term) => _highlightText(listItem, term, "highlighted")); + }); + Search.output.appendChild(listItem); +}; +const _finishSearch = (resultCount) => { + Search.stopPulse(); + Search.title.innerText = _("Search Results"); + if (!resultCount) + Search.status.innerText = Documentation.gettext( + "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories." + ); + else + Search.status.innerText = _( + `Search finished, found ${resultCount} page(s) matching the search query.` + ); +}; +const _displayNextItem = ( + results, + resultCount, + searchTerms, + highlightTerms, +) => { + // results left, load the summary and display it + // this is intended to be dynamic (don't sub resultsCount) + if (results.length) { + _displayItem(results.pop(), searchTerms, highlightTerms); + setTimeout( + () => _displayNextItem(results, resultCount, searchTerms, highlightTerms), + 5 + ); + } + // search finished, update title and status message + else _finishSearch(resultCount); +}; + +/** + * Default splitQuery function. Can be overridden in ``sphinx.search`` with a + * custom function per language. + * + * The regular expression works by splitting the string on consecutive characters + * that are not Unicode letters, numbers, underscores, or emoji characters. + * This is the same as ``\W+`` in Python, preserving the surrogate pair area. + */ +if (typeof splitQuery === "undefined") { + var splitQuery = (query) => query + .split(/[^\p{Letter}\p{Number}_\p{Emoji_Presentation}]+/gu) + .filter(term => term) // remove remaining empty strings +} + +/** + * Search Module + */ +const Search = { + _index: null, + _queued_query: null, + _pulse_status: -1, + + htmlToText: (htmlString) => { + const htmlElement = new DOMParser().parseFromString(htmlString, 'text/html'); + htmlElement.querySelectorAll(".headerlink").forEach((el) => { el.remove() }); + const docContent = htmlElement.querySelector('[role="main"]'); + if (docContent !== undefined) return docContent.textContent; + console.warn( + "Content block not found. Sphinx search tries to obtain it via '[role=main]'. Could you check your theme or template." + ); + return ""; + }, + + init: () => { + const query = new URLSearchParams(window.location.search).get("q"); + document + .querySelectorAll('input[name="q"]') + .forEach((el) => (el.value = query)); + if (query) Search.performSearch(query); + }, + + loadIndex: (url) => + (document.body.appendChild(document.createElement("script")).src = url), + + setIndex: (index) => { + Search._index = index; + if (Search._queued_query !== null) { + const query = Search._queued_query; + Search._queued_query = null; + Search.query(query); + } + }, + + hasIndex: () => Search._index !== null, + + deferQuery: (query) => (Search._queued_query = query), + + stopPulse: () => (Search._pulse_status = -1), + + startPulse: () => { + if (Search._pulse_status >= 0) return; + + const pulse = () => { + Search._pulse_status = (Search._pulse_status + 1) % 4; + Search.dots.innerText = ".".repeat(Search._pulse_status); + if (Search._pulse_status >= 0) window.setTimeout(pulse, 500); + }; + pulse(); + }, + + /** + * perform a search for something (or wait until index is loaded) + */ + performSearch: (query) => { + // create the required interface elements + const searchText = document.createElement("h2"); + searchText.textContent = _("Searching"); + const searchSummary = document.createElement("p"); + searchSummary.classList.add("search-summary"); + searchSummary.innerText = ""; + const searchList = document.createElement("ul"); + searchList.classList.add("search"); + + const out = document.getElementById("search-results"); + Search.title = out.appendChild(searchText); + Search.dots = Search.title.appendChild(document.createElement("span")); + Search.status = out.appendChild(searchSummary); + Search.output = out.appendChild(searchList); + + const searchProgress = document.getElementById("search-progress"); + // Some themes don't use the search progress node + if (searchProgress) { + searchProgress.innerText = _("Preparing search..."); + } + Search.startPulse(); + + // index already loaded, the browser was quick! + if (Search.hasIndex()) Search.query(query); + else Search.deferQuery(query); + }, + + /** + * execute search (requires search index to be loaded) + */ + query: (query) => { + const filenames = Search._index.filenames; + const docNames = Search._index.docnames; + const titles = Search._index.titles; + const allTitles = Search._index.alltitles; + const indexEntries = Search._index.indexentries; + + // stem the search terms and add them to the correct list + const stemmer = new Stemmer(); + const searchTerms = new Set(); + const excludedTerms = new Set(); + const highlightTerms = new Set(); + const objectTerms = new Set(splitQuery(query.toLowerCase().trim())); + splitQuery(query.trim()).forEach((queryTerm) => { + const queryTermLower = queryTerm.toLowerCase(); + + // maybe skip this "word" + // stopwords array is from language_data.js + if ( + stopwords.indexOf(queryTermLower) !== -1 || + queryTerm.match(/^\d+$/) + ) + return; + + // stem the word + let word = stemmer.stemWord(queryTermLower); + // select the correct list + if (word[0] === "-") excludedTerms.add(word.substr(1)); + else { + searchTerms.add(word); + highlightTerms.add(queryTermLower); + } + }); + + if (SPHINX_HIGHLIGHT_ENABLED) { // set in sphinx_highlight.js + localStorage.setItem("sphinx_highlight_terms", [...highlightTerms].join(" ")) + } + + // console.debug("SEARCH: searching for:"); + // console.info("required: ", [...searchTerms]); + // console.info("excluded: ", [...excludedTerms]); + + // array of [docname, title, anchor, descr, score, filename] + let results = []; + _removeChildren(document.getElementById("search-progress")); + + const queryLower = query.toLowerCase(); + for (const [title, foundTitles] of Object.entries(allTitles)) { + if (title.toLowerCase().includes(queryLower) && (queryLower.length >= title.length/2)) { + for (const [file, id] of foundTitles) { + let score = Math.round(100 * queryLower.length / title.length) + results.push([ + docNames[file], + titles[file] !== title ? `${titles[file]} > ${title}` : title, + id !== null ? "#" + id : "", + null, + score, + filenames[file], + ]); + } + } + } + + // search for explicit entries in index directives + for (const [entry, foundEntries] of Object.entries(indexEntries)) { + if (entry.includes(queryLower) && (queryLower.length >= entry.length/2)) { + for (const [file, id] of foundEntries) { + let score = Math.round(100 * queryLower.length / entry.length) + results.push([ + docNames[file], + titles[file], + id ? "#" + id : "", + null, + score, + filenames[file], + ]); + } + } + } + + // lookup as object + objectTerms.forEach((term) => + results.push(...Search.performObjectSearch(term, objectTerms)) + ); + + // lookup as search terms in fulltext + results.push(...Search.performTermsSearch(searchTerms, excludedTerms)); + + // let the scorer override scores with a custom scoring function + if (Scorer.score) results.forEach((item) => (item[4] = Scorer.score(item))); + + // now sort the results by score (in opposite order of appearance, since the + // display function below uses pop() to retrieve items) and then + // alphabetically + results.sort((a, b) => { + const leftScore = a[4]; + const rightScore = b[4]; + if (leftScore === rightScore) { + // same score: sort alphabetically + const leftTitle = a[1].toLowerCase(); + const rightTitle = b[1].toLowerCase(); + if (leftTitle === rightTitle) return 0; + return leftTitle > rightTitle ? -1 : 1; // inverted is intentional + } + return leftScore > rightScore ? 1 : -1; + }); + + // remove duplicate search results + // note the reversing of results, so that in the case of duplicates, the highest-scoring entry is kept + let seen = new Set(); + results = results.reverse().reduce((acc, result) => { + let resultStr = result.slice(0, 4).concat([result[5]]).map(v => String(v)).join(','); + if (!seen.has(resultStr)) { + acc.push(result); + seen.add(resultStr); + } + return acc; + }, []); + + results = results.reverse(); + + // for debugging + //Search.lastresults = results.slice(); // a copy + // console.info("search results:", Search.lastresults); + + // print the results + _displayNextItem(results, results.length, searchTerms, highlightTerms); + }, + + /** + * search for object names + */ + performObjectSearch: (object, objectTerms) => { + const filenames = Search._index.filenames; + const docNames = Search._index.docnames; + const objects = Search._index.objects; + const objNames = Search._index.objnames; + const titles = Search._index.titles; + + const results = []; + + const objectSearchCallback = (prefix, match) => { + const name = match[4] + const fullname = (prefix ? prefix + "." : "") + name; + const fullnameLower = fullname.toLowerCase(); + if (fullnameLower.indexOf(object) < 0) return; + + let score = 0; + const parts = fullnameLower.split("."); + + // check for different match types: exact matches of full name or + // "last name" (i.e. last dotted part) + if (fullnameLower === object || parts.slice(-1)[0] === object) + score += Scorer.objNameMatch; + else if (parts.slice(-1)[0].indexOf(object) > -1) + score += Scorer.objPartialMatch; // matches in last name + + const objName = objNames[match[1]][2]; + const title = titles[match[0]]; + + // If more than one term searched for, we require other words to be + // found in the name/title/description + const otherTerms = new Set(objectTerms); + otherTerms.delete(object); + if (otherTerms.size > 0) { + const haystack = `${prefix} ${name} ${objName} ${title}`.toLowerCase(); + if ( + [...otherTerms].some((otherTerm) => haystack.indexOf(otherTerm) < 0) + ) + return; + } + + let anchor = match[3]; + if (anchor === "") anchor = fullname; + else if (anchor === "-") anchor = objNames[match[1]][1] + "-" + fullname; + + const descr = objName + _(", in ") + title; + + // add custom score for some objects according to scorer + if (Scorer.objPrio.hasOwnProperty(match[2])) + score += Scorer.objPrio[match[2]]; + else score += Scorer.objPrioDefault; + + results.push([ + docNames[match[0]], + fullname, + "#" + anchor, + descr, + score, + filenames[match[0]], + ]); + }; + Object.keys(objects).forEach((prefix) => + objects[prefix].forEach((array) => + objectSearchCallback(prefix, array) + ) + ); + return results; + }, + + /** + * search for full-text terms in the index + */ + performTermsSearch: (searchTerms, excludedTerms) => { + // prepare search + const terms = Search._index.terms; + const titleTerms = Search._index.titleterms; + const filenames = Search._index.filenames; + const docNames = Search._index.docnames; + const titles = Search._index.titles; + + const scoreMap = new Map(); + const fileMap = new Map(); + + // perform the search on the required terms + searchTerms.forEach((word) => { + const files = []; + const arr = [ + { files: terms[word], score: Scorer.term }, + { files: titleTerms[word], score: Scorer.title }, + ]; + // add support for partial matches + if (word.length > 2) { + const escapedWord = _escapeRegExp(word); + Object.keys(terms).forEach((term) => { + if (term.match(escapedWord) && !terms[word]) + arr.push({ files: terms[term], score: Scorer.partialTerm }); + }); + Object.keys(titleTerms).forEach((term) => { + if (term.match(escapedWord) && !titleTerms[word]) + arr.push({ files: titleTerms[word], score: Scorer.partialTitle }); + }); + } + + // no match but word was a required one + if (arr.every((record) => record.files === undefined)) return; + + // found search word in contents + arr.forEach((record) => { + if (record.files === undefined) return; + + let recordFiles = record.files; + if (recordFiles.length === undefined) recordFiles = [recordFiles]; + files.push(...recordFiles); + + // set score for the word in each file + recordFiles.forEach((file) => { + if (!scoreMap.has(file)) scoreMap.set(file, {}); + scoreMap.get(file)[word] = record.score; + }); + }); + + // create the mapping + files.forEach((file) => { + if (fileMap.has(file) && fileMap.get(file).indexOf(word) === -1) + fileMap.get(file).push(word); + else fileMap.set(file, [word]); + }); + }); + + // now check if the files don't contain excluded terms + const results = []; + for (const [file, wordList] of fileMap) { + // check if all requirements are matched + + // as search terms with length < 3 are discarded + const filteredTermCount = [...searchTerms].filter( + (term) => term.length > 2 + ).length; + if ( + wordList.length !== searchTerms.size && + wordList.length !== filteredTermCount + ) + continue; + + // ensure that none of the excluded terms is in the search result + if ( + [...excludedTerms].some( + (term) => + terms[term] === file || + titleTerms[term] === file || + (terms[term] || []).includes(file) || + (titleTerms[term] || []).includes(file) + ) + ) + break; + + // select one (max) score for the file. + const score = Math.max(...wordList.map((w) => scoreMap.get(file)[w])); + // add result to the result list + results.push([ + docNames[file], + titles[file], + "", + null, + score, + filenames[file], + ]); + } + return results; + }, + + /** + * helper function to return a node containing the + * search summary for a given text. keywords is a list + * of stemmed words. + */ + makeSearchSummary: (htmlText, keywords) => { + const text = Search.htmlToText(htmlText); + if (text === "") return null; + + const textLower = text.toLowerCase(); + const actualStartPosition = [...keywords] + .map((k) => textLower.indexOf(k.toLowerCase())) + .filter((i) => i > -1) + .slice(-1)[0]; + const startWithContext = Math.max(actualStartPosition - 120, 0); + + const top = startWithContext === 0 ? "" : "..."; + const tail = startWithContext + 240 < text.length ? "..." : ""; + + let summary = document.createElement("p"); + summary.classList.add("context"); + summary.textContent = top + text.substr(startWithContext, 240).trim() + tail; + + return summary; + }, +}; + +_ready(Search.init); diff --git a/docs/build/_static/sphinx_highlight.js b/docs/build/_static/sphinx_highlight.js new file mode 100644 index 0000000..8a96c69 --- /dev/null +++ b/docs/build/_static/sphinx_highlight.js @@ -0,0 +1,154 @@ +/* Highlighting utilities for Sphinx HTML documentation. */ +"use strict"; + +const SPHINX_HIGHLIGHT_ENABLED = true + +/** + * highlight a given string on a node by wrapping it in + * span elements with the given class name. + */ +const _highlight = (node, addItems, text, className) => { + if (node.nodeType === Node.TEXT_NODE) { + const val = node.nodeValue; + const parent = node.parentNode; + const pos = val.toLowerCase().indexOf(text); + if ( + pos >= 0 && + !parent.classList.contains(className) && + !parent.classList.contains("nohighlight") + ) { + let span; + + const closestNode = parent.closest("body, svg, foreignObject"); + const isInSVG = closestNode && closestNode.matches("svg"); + if (isInSVG) { + span = document.createElementNS("http://www.w3.org/2000/svg", "tspan"); + } else { + span = document.createElement("span"); + span.classList.add(className); + } + + span.appendChild(document.createTextNode(val.substr(pos, text.length))); + const rest = document.createTextNode(val.substr(pos + text.length)); + parent.insertBefore( + span, + parent.insertBefore( + rest, + node.nextSibling + ) + ); + node.nodeValue = val.substr(0, pos); + /* There may be more occurrences of search term in this node. So call this + * function recursively on the remaining fragment. + */ + _highlight(rest, addItems, text, className); + + if (isInSVG) { + const rect = document.createElementNS( + "http://www.w3.org/2000/svg", + "rect" + ); + const bbox = parent.getBBox(); + rect.x.baseVal.value = bbox.x; + rect.y.baseVal.value = bbox.y; + rect.width.baseVal.value = bbox.width; + rect.height.baseVal.value = bbox.height; + rect.setAttribute("class", className); + addItems.push({ parent: parent, target: rect }); + } + } + } else if (node.matches && !node.matches("button, select, textarea")) { + node.childNodes.forEach((el) => _highlight(el, addItems, text, className)); + } +}; +const _highlightText = (thisNode, text, className) => { + let addItems = []; + _highlight(thisNode, addItems, text, className); + addItems.forEach((obj) => + obj.parent.insertAdjacentElement("beforebegin", obj.target) + ); +}; + +/** + * Small JavaScript module for the documentation. + */ +const SphinxHighlight = { + + /** + * highlight the search words provided in localstorage in the text + */ + highlightSearchWords: () => { + if (!SPHINX_HIGHLIGHT_ENABLED) return; // bail if no highlight + + // get and clear terms from localstorage + const url = new URL(window.location); + const highlight = + localStorage.getItem("sphinx_highlight_terms") + || url.searchParams.get("highlight") + || ""; + localStorage.removeItem("sphinx_highlight_terms") + url.searchParams.delete("highlight"); + window.history.replaceState({}, "", url); + + // get individual terms from highlight string + const terms = highlight.toLowerCase().split(/\s+/).filter(x => x); + if (terms.length === 0) return; // nothing to do + + // There should never be more than one element matching "div.body" + const divBody = document.querySelectorAll("div.body"); + const body = divBody.length ? divBody[0] : document.querySelector("body"); + window.setTimeout(() => { + terms.forEach((term) => _highlightText(body, term, "highlighted")); + }, 10); + + const searchBox = document.getElementById("searchbox"); + if (searchBox === null) return; + searchBox.appendChild( + document + .createRange() + .createContextualFragment( + '" + ) + ); + }, + + /** + * helper function to hide the search marks again + */ + hideSearchWords: () => { + document + .querySelectorAll("#searchbox .highlight-link") + .forEach((el) => el.remove()); + document + .querySelectorAll("span.highlighted") + .forEach((el) => el.classList.remove("highlighted")); + localStorage.removeItem("sphinx_highlight_terms") + }, + + initEscapeListener: () => { + // only install a listener if it is really needed + if (!DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS) return; + + document.addEventListener("keydown", (event) => { + // bail for input elements + if (BLACKLISTED_KEY_CONTROL_ELEMENTS.has(document.activeElement.tagName)) return; + // bail with special keys + if (event.shiftKey || event.altKey || event.ctrlKey || event.metaKey) return; + if (DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS && (event.key === "Escape")) { + SphinxHighlight.hideSearchWords(); + event.preventDefault(); + } + }); + }, +}; + +_ready(() => { + /* Do not call highlightSearchWords() when we are on the search page. + * It will highlight words from the *previous* search query. + */ + if (typeof Search === "undefined") SphinxHighlight.highlightSearchWords(); + SphinxHighlight.initEscapeListener(); +}); diff --git a/docs/build/_static/ssh_xilinx.PNG b/docs/build/_static/ssh_xilinx.PNG new file mode 100644 index 0000000..287aab5 Binary files /dev/null and b/docs/build/_static/ssh_xilinx.PNG differ diff --git a/docs/build/_static/unzip.PNG b/docs/build/_static/unzip.PNG new file mode 100644 index 0000000..402ca1a Binary files /dev/null and b/docs/build/_static/unzip.PNG differ diff --git a/docs/build/_static/voltage_divider&power_supply.jpg b/docs/build/_static/voltage_divider&power_supply.jpg new file mode 100644 index 0000000..df95d20 Binary files /dev/null and b/docs/build/_static/voltage_divider&power_supply.jpg differ diff --git a/docs/build/genindex.html b/docs/build/genindex.html new file mode 100644 index 0000000..dd81df9 --- /dev/null +++ b/docs/build/genindex.html @@ -0,0 +1,257 @@ + + + + + + Index — QICK-DAWG documentation + + + + + + + + + + + + + + + + + +
    + + +
    + +
    +
    +
    +
      +
    • + +
    • +
    • +
    +
    +
    + +
    + +
    + +
    +

    © Copyright 2024, Andy Mounce, Emmeline Riendeau.

    +
    + + Built with Sphinx using a + theme + provided by Read the Docs. + + +
    +
    +
    +
    +
    + + + + \ No newline at end of file diff --git a/docs/build/hardware/Readme.html b/docs/build/hardware/Readme.html new file mode 100644 index 0000000..a0624d5 --- /dev/null +++ b/docs/build/hardware/Readme.html @@ -0,0 +1,437 @@ + + + + + + + Hardware Setup — QICK-DAWG documentation + + + + + + + + + + + + + + + + + + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    + +

    + QD logo +

    +
    +

    Hardware Setup

    +

    In this document we outline the hardware setup for an all-in-one RFSoC4x2 enclosure. We show:

    +
      +
    1. Enclosure Overview

      +

      a. Components list

      +
    2. +
    3. Enclosure Modification

      +

      a. Drill Holes

      +

      b. 3D Printed Cages

      +

      c. Low-Frequency Differential Amplifier

      +

      d. BNC to PMOD TTL

      +
    4. +
    5. Assembly

      +

      a. Power

      +

      b. Securing the RFSoC4x2

      +

      c. Securing 3D printed cages

      +

      d. Front Panel Assembly

      +

      e. Input Signal Assembly

      +

      f. Router and Ethernet Connection

      +
    6. +
    +
    +

    1. Enclosure Overview

    +

    + Fully assembled RFSoC4x2 Enclosure +

    +

    1a. Components

    + + +

    parts_all.xlsx lists the source, quantity, and cost for hardware modification components. parts_digikey.xlsx can be uploaded directly into the Digikey shopping cart for easy purchase of Digikey items.

    +
    +
    +

    2. Enclosure Modification

    +
    +

    2a. Drilling Holes

    +

    Drill holes are made in the main body of the CH-14404 enclosure to secure 3D printed cages, the RFSoC4x2, an ethernet pass-through, and a power pass-through. Drill holes are also made in the front panel of the CH-144-4 enclosure for 6 SMA pass-throughs and 8 BNC pass-throughs. The schematic below shows the position and purpose of each drill hole. Enclosure_Main.STEP and Enclosure_Front.STEP give the exact size and position of each drill hole (found in the hardware folder).

    +

    + Enclosure CAD diagram +

    + Bud Industries CH-14404 Enclosure Screw Hole CAD Schematic
    +
  • A = RFSoC4x2 with the PMOD oriented toward the enclosure front
  • +
  • B = Router with the ethernet ports facing the RFSoC4x2
  • +
  • Optional
  • +
      +
    • C = DC Power Supply supply with voltage outputs orientated towards the RFSoC4x2
    • +
    • D = Voltage Divider
    • +
    • An external power supply can be used rather than C) DC Power Supply and D) Voltage Divider +
    +
  • E = Low-Frequency Differential Amplifier with V+ and V- facing the RFSoC4x2
  • +
  • F = Ethernet Pass-Through
  • +
  • G = Power Pass-Through
  • +
    +

    +

    + Enclosure Front Panel CAD Schematic +

    CH-14404 Enclosure Front Panel pass-through schematic. 6 SMA pass-throughs (Left) and 8 BNC pass-throughs (Right).
    +
    +

    +
    +
    +

    2b. 3D Printed Cages

    +

    The router and low-frequency differential amplifier are secured in the enclosure using 3D printed cages. It is especially important to immobilize the low-frequency differential amplifier since the wires and solder for the RFSoC4x2 to low-frequency differential amplifier connection are very delicate.

    +

    The 3D printed low-frequency differential amplifier holder is made of Low_Freq_Diff_Amp_Base.STEP and Low_Freq_Diff_Amp_Top.STEP in the main hardware folder. Print these parts at 0.16mm tolerance. The low-frequency differential amplifier sits in the 3D printed base with the loops for V+, V-, and ground pointing down. The 3D printed top should be snug over the top of the 3D printed base. In a later step, the 3D printed low-frequency differential amplifier holder will be secured to the enclosure base with screws.

    +
    +
    +
    +
    + Diff Amp Holder Base +
    3D printed low-frequency differential amplifier holder base
    +
    +
    + Diff Amp Holder Top +
    3D printed low-frequency differential amplifier holder top
    +
    +
    +
    +
    +



    +

    Router_Holder.STEP is the CAD part for the router holder and is found in the main hardware folder. Printing tolerance of 0.2mm is adequate for the router holder. The holder sits over the router and is held in place by screws from the underside of the enclosure into the part’s legs.

    +
    + Router Holder +
    3D printed router holder
    +
    +
    +
    +

    2c. Low-Frequency Differential Amplifier

    +

    to bypass the high-pass filter inherent to the analog to digital converters (ADCs) on the RFSOC4x2. +Recall from the installation readme that the balun and capacitors on the analog-to-digital converters (ADCs) act as a high-pass filter, which filters our the low-frequency experimental defect data. The balun and capacitor need to be removed from one ADC to read in experiment data. Additionally, a low-frequency differential amplifier is required to process the low-frequency signal input after the balun has been removed. Follow step 1a in the installation readme to remove or bypass the balun and capacitors for one of the ADCs if not yet done. Now follow the modified step 1b to connect the low-frequency differential amplifier with the 3D printed holder for the low-frequency differential amplifier.

    +
    +
    +

    Modified Installation Readme 1b.
    Connect the low-frequency differential amplifier

    +
    + Diff Amp Circuit Schematic +

    Texas Instruments LMH5401EVM low-frequency differential amplifier schematic with bias voltage for the RFSoC4x2

    +
    +

    To connect the low-frequency differential amplifier to the RFSoC4x2,

    +
      +
    • solder a 3.3 V input wire to the red V+ post on the low-frequency differential amplifier

    • +
    • solder a -1.8 V input wire to the yellow V- post on the low-frequency differential amplifier

    • +
    • solder a ground wire to either the TPG1 or TPG2 post on the low-frequency amplifier

    • +
    • screw a 0.7 V SMA wire to the Vcm (V common) SMA head on the top of the low-frequency differential amplifier

    • +
    • MODIFIED - with the posts facing down, feed the soldered V+, V-, and ground wires through the base of the low-frequency differential amplifier 3D printed holder, and push the low-frequency differential amplifier down so that it is snug in the base

    • +
    • cut a semi-flexible SMA cable in half and strip the insulation off of both ends to expose the center conductor

    • +
    • screw the SMA heads of the cut SMA cable to Vp and Vm SMA heads on the low-frequency differential amplifier–screwing on the SMA cables now will limit the torsion on our delicate soldering in the next steps

    • +
    • take the SMA cables attached to the low-frequency differential amplifier and solder them to the RFSoC4x2

      +
        +
      • Vp should be solder to the top right solder pad

      • +
      • Vm should be soldered to the middle right solder pad

      • +
      +
    • +
    +

    The image below is the circuit diagram for the RFSoC4x2. The top right solder pad–the pad for Vp–is labeled 6. The middle right solder pad–the pad for Vm–is labeled 5

    +
    + Balun Surgery +

    (Top Left) 6 contact pads underneath the balun (Bottom Left) Vm input soldered to pad 5 and Vp input soldered to pad 6 (Right) Inputs from low-frequency differential amplifier soldered to RFSoC4x2 ADC D

    +
    +

    Note that you can instead leave the balun in place and directly solder coax cables to the capacitor terminals, however, this is more difficult and it is easy to destroy the capacitor terminals with the solder iron.

    +
    +
    +

    2d. BNC to PMOD TTL

    +

    To use the PMOD to control a laser with digital TTLs we need to connect the PMOD to BNC on the front panel of the enclosure. To do so,

    +
      +
    • select a BNC pass-through to be inserted to the front panel

    • +
    • take a PMOD male to male connector and cut off one end

    • +
    • strip the insulation from the cut end of the PMOD connector

    • +
    • solder the exposed PMOD connector wire to the cup of the BNC connector

    • +
    • secure the BNC pass-through to the enclosure front panel using the provided washer and nut

    • +
    • the remaining PMOD connector male end can be plugged into the RFSoC4x2 PMOD

    • +
    +
    +
    + BNC to TTL Physical +

    BNC to TTl connection in the RFSoC4x2 enclosure

    +
    +
    + BNC to TTL Drawing +

    Schematic for soldering PMOD cable to BNC head. Single ended male PMOD soldered to BNC cup.

    +
    +
    +
    +
    +
    +

    3. Assembling the Components

    +
    +

    3a. Power

    +

    A single power source is plugged into the power pass-through in the back of the enclosure and pig-tail power splitters are used to power the RFSoC4x2, router, and optional internal low-frequency differential amplifier voltage supply. The power cord supplied with the RFSoC4x2 provides more voltage than necessary thus this source can be used to power the RFSoC4x2, router, and optional internal low-frequency differential amplifier voltage supply. To create the single power plug in:

    +
      +
    • remove the hex nut and washer from the power pass-through jack (1 in schematic below)

    • +
    • push the power pass-through jack through drill hole G (schematic 2a above) from the outside of the enclosure to the inside

    • +
    • place washer back on the power pass-through jack and tighten the hex nut, the pass-through should be secured to the wall of the enclosure now

    • +
    • measure and trim the two or three pigtail power cords (2 in schematic below). The power cords need to reach the router power input, RFSoC4x2 power input, and optional voltage supply. Refer to schematic 2a above. to estimate distances.

    • +
    • solder two or three pigtails to the head of the power pass-through, connecting positive wires to the center jack and negative wires to the outer loop (3 and 4, respectively, in schematic below)

    • +
    +
    +
    + Power Split Physical +

    Power pass-through and pig-tail power splitting in the RFSoC4x2 enclosure. Power is split to the RFSoC4x2, router, and voltage source.

    +
    +
    + Power Split Diagram +

    Schematic for soldering pigtail power wires to the power pass-through. 1) hex nut washer 2) pig-tail power cords 3) power pass-through center jack 4) power pass-through ground ring

    +
    +
    +
    +
    +

    3b. Securing the RFSoC4x2

    +

    Screws and hex standoff pillars are used to support and secure the RFSoC4x2 in the enclosure. To do so,

    +
      +
    • pass a screw through an edge screw hole in the RFSoC4x2 into a hex pillar placed underneath the board, repeat for each of the 8 perimeter screw holes

    • +
    • place the RFSoC4x2 in the enclosure in spot A (schematic 2a) with the PMODs facing the open end of the enclosure

    • +
    • screw 8 x 4-40 0.25” up through the bottom of the enclosure into the bottom of the 8 x 0.5” hex pillars

    • +
    • tighten the screws until the RFSoC4x2 is secure

    • +
    +
    +
    +

    3c. Securing 3D Printed Cages

    +

    To secure the 3D printed cage for the router,

    +
      +
    • place the router inside enclosure in spot B (schematic 2a above) with the ethernet ports facing the RFSoC4x2

    • +
    • place the 3D printed router cage on top of the router

    • +
    • screw 4 4-40 0.25” screws through the bottom of the enclosure into the legs of the 3D printed router cage. Tighten the screws until the router is secure

    • +
    +

    To secure the 3D printed support for the low-frequency differential amplifier,

    +
      +
    • place the low-frequency differential amplifier in the 3D printed base in the enclosure in spot E (schematic 2a above))

    • +
    • screw 4 4-40 0.25” screws through the bottom of the enclosure into the legs of the 3D printed low-frequency differential amplifier. Tighten the screws until the router is secure

    • +
    +
    +
    +

    3d. Front Panel Assembly

    +

    With the holes drilled in the CH-14404 enclosure front panel BNC and SMA pass-throughs can be secured in place. To do so,

    +
      +
    • remove the washers and nuts from 6 SMA pass-throughs and 8 BNC pass-throughs

    • +
    • through the front pass of the panel, place 6 SMA in the smaller left hand drill holes and 8 BNC in the right hand drill holes (schematic 2a)

    • +
    • from the backside of the panel put the washers and nuts back on the SMA and BNC pass-throughs and tighten to secure

    • +
    +

    The SMA and BNC pass-throughs should be secured in place on the front enclosure panel now.

    +
    + Front Panel Real + +

    Front panel of the RFSoC4x2 enclosure. Silk-screening was used to label SMA and BNC ports

    +
    +
    +
    +

    3e. Input Signal Assembly

    +

    To connect the input signal to the RFSoC4x2,

    +
      +
    • screw one end of a rigid SMA cable to the inside end of a SMA pass through on the front panel

    • +
    • screw the other end of the rigid SMA cable to the signal in SMA head on the low-frequency differential amplifier (IN+)

    • +
    +
    +
    + Input/Output Connection Physical +

    Input and output connections inside the RFSoC4x2 enclosure

    +
    +
    + Input/Output Connection Drawing +

    Schematic of input and output connections in the RFSoC4x2 enclosure

    +
    +
    +
    +
    +

    3f. Router and Ethernet Connection

    +

    To add the ethernet pass-through to the enclosure:

    +
      +
    • remove the washer from the ethernet pass-through base

    • +
    • push the base of the ethernet pass-through through drill hole F from the outside of the enclosure

    • +
    • screw the washer back on the ethernet-pass through from the inside of the enclosure

    • +
    +

    The ethernet-pass through should now be secured to the wall of the enclosure. To connect the lab control computer to the RFSoC4x2,

    +
      +
    • connect the router from the lab control computer to the ethernet pass through

    • +
    • connect an ethernet cord from the ethernet pass through to the router

    • +
    • connect an ethernet cord from the router to the RFSoC4x2

    • +
    +

    Now the lab control computer can be used to communicate with and control with RFSoC4x2.

    +
    +
    +
    + + +
    +
    + +
    +
    +
    +
    + + + + \ No newline at end of file diff --git a/docs/build/hardware/files.html b/docs/build/hardware/files.html new file mode 100644 index 0000000..2a23550 --- /dev/null +++ b/docs/build/hardware/files.html @@ -0,0 +1,127 @@ + + + + + + + Files — QICK-DAWG documentation + + + + + + + + + + + + + + + + + + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    + +
    +

    Files

    +

    Click here to download the file: myfile’<./../_static/Enclosure_Front.STEP>’’

    +
    + + +
    +
    + +
    +
    +
    +
    + + + + \ No newline at end of file diff --git a/docs/build/index.html b/docs/build/index.html new file mode 100644 index 0000000..9e1b6dd --- /dev/null +++ b/docs/build/index.html @@ -0,0 +1,196 @@ + + + + + + + QICK-DAWG — QICK-DAWG documentation + + + + + + + + + + + + + + + + + + +
    + + +
    + + +
    +
    + + + + \ No newline at end of file diff --git a/docs/build/installation/Readme.html b/docs/build/installation/Readme.html new file mode 100644 index 0000000..ca1d0e7 --- /dev/null +++ b/docs/build/installation/Readme.html @@ -0,0 +1,373 @@ + + + + + + + Installation — QICK-DAWG documentation + + + + + + + + + + + + + + + + + + + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    + +
    +

    Installation

    +

    The RFSoC4x2, as shown in the image below, is a board built and sold by Real Digital using AMD’s ZYNQ Ultrascale+ Gen 3 RFSoC ZU48DR chip. While the ZU48DR has 8 DACs and ADCs, the RFSOC4x2 only uses 4x digital to analog converters (5 GSa/s) and 2x analog to digital converters (9.85 GSa/s). Nonetheless, this number of inputs and outputs is nearly perfect for NV and quantum defect control. However, as the RFSOC4x2 is sold, the ADCs have a high frequency 1GHz high-pass balun inline which is tyipcally too high frequency for our measurements and thus must be modified.

    +

    + RFSoC4x2 with inputs and outputs labelled +

    +

    In this document we outline setup for using QICK-DAWG with RFSoC4x2. In this guide we show how to:

    +
      +
    1. Setup RFSoC4x2 Hardware
      +a. Bipass/Remove the balun & capacitors
      +b. Connect the lw frequency differential amplifier
      +c. Connect PMOD digial outputs
      +d. Assembling and powering on your RFSoC4x2 board +e. (Optional) Full enclosure

    2. +
    3. Upload and install QICK-DAWG and other software to you RFSoC4x2 board
      +a. Flash your microSD card
      +b. Remotely connect to your RFSoC4x2 through SSH
      +c. Copy required files
      +d. Install necessary packages

    4. +
    +
    +

    1. Setup RFSoC4x2 Hardware

    +
    +

    Prerequisites

    +
      +
    • RFSoC4x2 (with 12 volt 50 watt power supply)

    • +
    • Managed Router (example)

    • +
    • Low Frequency Differential Amplifier Texas Instruments LMH5401EVM

    • +
    • 3 x DC Output Voltage Supply (+3.2, +0.7, -1.8V for biasing the differential amplifier)

    • +
    • SMA cables

    • +
    • Computer with Ethernet port or ethernet adaptor

    • +
    • Ethernet Cord(s) (at least one from RFSoC to router)

    • +
    • Micro SD Card Reader

    • +
    +
    +
    +

    Software

    +
      +
    • Win32DiskImager for Windows or Disk Manager on MacOS

    • +
    • Dependent Packages (follow Installing Necessary Packages section–included in batch file setup)

      + +
    • +
    +
    +
    +

    1a. Bipass/Remove the Balun & Capacitors

    +

    The signal measured by the photodiodes cannot be direcetly connected to the ADCs on the board, thus requiring modification the to the RFSoC4x2. The ADCs on the RFSoC4x2 have baluns and capacitors that act as high pass filters. When using photodiodes for photoluminesence detection, the signal is at low frequency thus the balun and capacitors on the board need to be removed or bipassed in order to get the signal into the ADC. Furthermore, as the ADCs take in a differential voltage signal, we have to add a differential amplifier which takes the signal from the photodetector in and outputs a biased signal to the ADCs for digitization (see section 1.b below).

    +

    The input electronics for one ADC channel on the RFSoC4x2 is shown in the figure below.

    +
    +

    + Balun Surgery +

    +
    WHERE IS THIS IMAGE CAPTION SHOWING UP.
    +
    +

    The combiation of the Balun, MABA-011118 and the two 100nF capactors (C302 and C303) result in a high pass filter. In order to collect the signal, we need to bypass or remove these components. Our barbaric method is to pull off the balun (under an RF shield) and desolder the capacitors as shown in the following image. The cacpacitors are then replaced with either 2x 0 ohm resistors or 2x short lenghts of wire.

    +

    + Balun Surgery +

    +
    +
    +

    1b. Connect the low frequency differential amplifier

    +

    To properly condidtion our signal for digitization, we use a Texas Instruments Texas Instruments LMH5401 EVM evaluation board. This board takes in one or two signals and outputs two voltages above (Vp) and below (Vm) a common voltage, Vcm. For full scale, the RFSoC4x2 requires an offset voltage of Vcm = 0.7V (note that this is also true for the ZCU216 evaluation board, but the ZCU111 evaluation board requires Vcm = 1.2 V). Addtionally, the differential amplifier requires two voltages for power, which are optimially set to Vcm + 2.5 = 3.2V and Vcm - 2.5 = -1.8. A labeled diagram of the LMH5401EVN is shown in the figure below.

    +

    + Balun Surgery +

    +

    To connect the low frequency differential amplifier to the RFSoC4x2,

    +
      +
    • solder a 3.3 V input wire to the red V+ post on the low frequency differential amplifier

    • +
    • solder a -1.8 V input wire to the yellow V- post on the low frequency differential amplifier

    • +
    • screw a 0.7 V SMA wire to the Vcm (V common) SMA head on the top of the low frequency differential amplifier

    • +
    • cut a semi-flexible SMA cable in half and strip the insulation off of both ends to expose the center conductor

    • +
    • screw the SMA heads of the cut SMA cable to Vp and Vm SMA heads on the low frequency differential amplifier–screwing on the SMA cables now will limit the torsion on our delicate soldering in the next steps

    • +
    • take the SMA cables attached to the low frequency differential amplifier and solder them to the RFSoC4x2

      +
        +
      • Vp should be solder to the top right solder pad

      • +
      • Vm should be soldered to the middle right solder pad

      • +
      +
    • +
    +

    The image below is the circuit diagram for the RFSoC4x2. The top right solder pad–the pad for Vp–is labeled 6. The middle right solder pad–the pad for Vm–is labeled 5

    +

    + Balun Surgery +

    + +

    Note that you can instead leave the balun in place and directly solder coax cables to the capacitor terminals, however, this is more difficult and it is easy to destroy the capacitor terminals with the solder iron.

    +
    +
    +

    1c. Connect PMOD digial outputs

    +

    To control the laser through TTL you must connect your laser to the PMOD located on the corner of the board. To connect, we cut the female head off a PMOD cable and soldered on a female BNC head instead. PMOD A 1-8 are enabled for QICK-DAWG–in the demo we use PMOD 1. The image below provides a schematic of the PMOD on the RFSoC4x2.

    +

    + PMOD diagram +

    +
    +
    +

    1d. Assembling and powering on your RFSoC4x2 board

    +

    With the hardware modified and differential amplifier connected, the RFSoC4x2 can be assembled to be connected to your computer. This connection is made through a managed ethernet router and by using the Pyro4 python package.

    +
      +
    • Slide your micro SD card into its slot on the RFSoC4x2 board. Check that the BOOT switch is on SD mode.

    • +
    • Connect an Ethernet cable from the board to the router and connect an Ethernet cable from the router to your computer.

    • +
    • Connect the router and board to their respective power supplies. Be sure to use the 12 volt 50 watt power supply for the RFSoC4x2 board not the router.

    • +
    • Flip the power switch on the RFSoC4x2 on. You should hear the fan above the RFSoC chip begin to whir and you should see green LED lights blinking all over the board. After about 30 seconds the boot light should turn green and the LED screen will display the board’s IP address.

    • +
    • Your setup should resemble the schematic below.

    • +
    +

    + Diagram of the RFSoC4x2 Board +

    +
    +
    +

    1e. (Optional) Full enclosure

    +

    In our lab, we have assembled all the necessary components into a custom rack box with screw holes and 3D printed cages for fastening components down. We modified Bud Industries CH-14404 Enclosure. The following files are found in qickdawg/installation/enclosure

    +
      +
    • Enclosure_Front.SLDPRT, CAD for custom enclsoure front panel holes for SMA and BNC pass through

    • +
    • Enclosure_Main.SLDPRT, CAD for custom enclosure drill holes to secure components

    • +
    • Low_Freq_Diff_Amp_Base.SLDRT, CAD for 3D printable differential amplifier support for mounting the differential amplifier near the RFSoC 4x2 board

    • +
    • Low-Freq_Diff_Amp_Top.SLDPRT, CAD for 3D printable differential amplifier top

    • +
    • Router_Holder.SLDPRT, CAD for 3D printable router cage for holding the router in the enclsoure

    • +
    +

    + Full Enclosure +

    +
    +
    +
    +

    2. Install QICK-DAWG and other software to you RFSoC4x2 board

    +

    (Getting started directions adapted from QICK ZCU111 quick-start-guide)

    +
    +

    2a. Flashing your Micro SD Card

    +
      +
    • First, you will need to flash the micro SD card with the RFSoC4x2 PYNQ image found here. Download the RFSoC4x2 PYNQ image and unzip the file if it is a .zip file.

    • +
    +

    (Windows)

    +
      +
    • With your micro SD card plugged in to your computer, open Win32DiskImager. Select the PYNQ file as your image file and select your micro SD card as the device. Double check you are not flashing the image file to the wrong drive (not your computer hard drive)! To execute, click Write.

    • +
    +

    + Flashing your micro SD card using Win 32 Disk Imager +

    +
    +
    +

    2b. Remotely connect to your RFSoC4x2

    +

    To connect to your RFSoC4x2, you first need to find the IP address assigned to your board. Conveniently, the RFSoC4x2 has an LED screen on the top of the board that displays the IP address. +Alternatively, you can log into your router and find the IP address and/or assign a static IP address.

    +
    +

    Copying Necessary Files to the RFSoC4x2

    +

    We have written our own .bat file and jupyter notebook to streamline the installation process. The first step is to run the .bat file which copies all of the required files to the RFSoC4x2

    +
      +
    • Clone qickdawg to your computer

    • +
    • Open the command prompt

    • +
    • Navigate to the folder that contains the QICKDAWG file FPGA_SETUP.bat

    • +
    • In the command prompt type FPGA_SETUP.bat and hit enter

    • +
    • When prompted enter the IP address of your FPGA and password–xilinx

    • +
    +

    FPGA_SETUP.bat copies the following files to your RFSoC4x2:

    +
      +
    • qick

    • +
    • Serpent and Pyro4 packages

    • +
    • run_server and qick_daemon Jupyter Notebook files

    • +
    • qickdawg speicific firmware

    • +
    +
    +
    +

    Connecting to the Jupyter Server

    +

    With the required files copied to your RFSoC4x2, we will now install the required packages by running an .ipynb though the RFSoC4x2’s Jupyter Notebook server. To connect to the jupyter notebook server:

    +
      +
    • In a browser window type your RFSoC4x2 IP address as shown on the board’s LED screen and use password xilinx as shown in the graphic below

    • +
    +

    + Initial view of Jupyter Hub +

    +

    From the home page, navigate to the installation folder, open Installation_Packages.ipynb and run all of the cells in install the packages. This should install qick, serpent, and pyro4 to your python environtment, which sholud be sufficient to run a pyro server and remotely connect to your RFSoC4x2

    +
    +
    +

    Run the pyro server to remotely connect to QICK and the RFSoC4x2

    +

    With all of hte packages installed, you can now run your pyro server to connect to an instance of qick. This is accomplished by running two jupyter notebooks.

    +
      +
    • First we run run_server/name_server.ipynb which starts a pyro4 server. In this notebook, you need to change the ip address to the ip address to the board.

    • +
    +

    + Name Server +

    +
      +
    • Second, we run the run_server/qick_daemon.ipynb notebook, which uploads firmware to the RFSoC4x2 and creates a python socket to communicat with the board. This notebook has a string which contains the path to our alternative firmware and has a ns_host variable which needs to be assigned to the ip address of your RFSoC4x2 board.

    • +
    +

    + Name Server +

    +

    With these two notebooks running you can now start communicating with your RFSoC4x2 from a python kernel on your main computer. From here, we recommend running through qickdawg/jupyter_notebooks/NVDemo_RFSoC4x2.ipynb which contains significant documentation on how to run our basic NV characterization notebooks.

    + +
    +
    +
    +
    + + +
    +
    + +
    +
    +
    +
    + + + + \ No newline at end of file diff --git a/docs/build/objects.inv b/docs/build/objects.inv new file mode 100644 index 0000000..90fc8d9 Binary files /dev/null and b/docs/build/objects.inv differ diff --git a/docs/build/programs/cpmgxy8.html b/docs/build/programs/cpmgxy8.html new file mode 100644 index 0000000..6787848 --- /dev/null +++ b/docs/build/programs/cpmgxy8.html @@ -0,0 +1,127 @@ + + + + + + + CPMGXY-8 — QICK-DAWG documentation + + + + + + + + + + + + + + + + + + + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    + +
    +

    CPMGXY-8

    +
    + + +
    +
    + +
    +
    +
    +
    + + + + \ No newline at end of file diff --git a/docs/build/programs/hahn_echo.html b/docs/build/programs/hahn_echo.html new file mode 100644 index 0000000..b52912b --- /dev/null +++ b/docs/build/programs/hahn_echo.html @@ -0,0 +1,281 @@ + + + + + + + Hahn Echo — QICK-DAWG documentation + + + + + + + + + + + + + + + + + + + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    + +
    +

    Hahn Echo

    +../_images/HAHN_ECHO.png +
    +
    +class qickdawg.HahnEchoDelaySweep(cfg)
    +

    An NVAveragerProgram class that generates and executes a sequence used +to measure the T2 decay of a hahn echo

    +
    +

    Parameters

    +

    soccfg : qick.QickConfig +cfg : .NVConfiguration

    +
    +

    instance of .NVConfiguration class with attributes: +.adc_channel : int

    +
    +

    ADC channel for gathering data, usually 0 or 1

    +
    +
    +
    .mw_channelint

    qick channel that provides microwave excitation +0 or 1 for RFSoC4x2 +0 to 6 for ZCU111 or ZCU216

    +
    +
    .mw_nqzint

    nyquist zone for microwave generator (1 or 2)

    +
    +
    .mw_gainint

    gain of micrwave channel, in register values, from 0 to 2**15-1

    +
    +
    .pre_initbool

    boolian value that indicates whether to pre-pulse the laser to initialize +the spin state

    +
    +
    .relax_delay_tregint

    Time between on/off cycles and reps in register units

    +
    +
    .readout_length_tregint

    Time for which the adc accumulates data in register units

    +
    +
    .laser_readout_offset_tregint

    Time offset between initial laser triggering and readout start

    +
    +
    .laser_gate_pmodint

    PMOD channel used to trigger laser source usually 0 to 6

    +
    +
    +
    +

    Returns +.HahnEchoDelaySweep

    +
    +

    An instance of HahnEchoDelay sweep with compiled assembly language

    +
    +
    +
    +

    Methods

    +
    +
    initialize

    method that generates the assembly code that setups the adcs & mw generators, +and performs other one-off setps

    +
    +
    body

    method that generates the assembly code that exectues in the middle of each sweep +and rep

    +
    +
    plot_sequence

    generates a plot labeled with self.cfg attributes or the required inputs

    +
    +
    time_per_rep

    returns the approximatetime for one rep to complete

    +
    +
    total_time

    returns the approximate total time for the entire program to complete

    +
    +
    +
    +
    +acquire(raw_data=False, *arg, **kwarg)
    +

    Method that exectues the qick program and accumulates data from the data buffer until the proram is complete +For NV measurements, the results are DC values and thus only have I values (rather than I and Q)

    +
    +

    Parameters

    +
    +
    socQickSoc

    qick.QickSoc instance

    +
    +
    reads_per_rep

    int number of readout triggers in the loop body

    +
    +
    load_pulses

    bool: if True, load pulse envelopes

    +
    +
    start_src

    str: “internal” (tProc starts immediately) or “external” (each round waits for an external trigger)

    +
    +
    progress

    bool: if true, displays progress bar

    +
    +
    debug

    bool: if true, displays assembly code for tProc program

    +
    +
    +
    +
    +

    Returns

    +
    +
    ndarray

    raw accumulated IQ values (int32) +if rounds>1, only the last round is kept +dimensions : (n_ch, n_expts*n_reps*n_reads, 2)

    +
    +
    ndarray

    averaged IQ values (float) +divided by the length of the RO window, and averaged over reps and rounds +if shot_threshold is defined, the I values will be the fraction of points over threshold +dimensions for a simple averaging program: (n_ch, n_reads, 2) +dimensions for a program with multiple expts/steps: (n_ch, n_reads, n_expts, 2)

    +
    +
    +
    +
    + +
    +
    +body()
    +

    Method that generates the assembly code that is looped over or repeated. +For HahnEchoDelaySweep this peforms four measurements at a time and does two pulse +sequences differing only by the phase of the final pulse. The sequences is: +1. Set pulse phase to 0 +2. Pulse mw for pi/2 +3. delay by variable delay time +4. pulse mw for 2x pi/2 +5. delay by variable delay time +6. pulse mw for pi/2 (on second sequence change the phase to 180 degrees) +7. Perform readout +8. Loop over delay times +9. Loop over reps +10. Loop over rounds

    +
    + +
    +
    +initialize()
    +

    Method that generates the assembly code that is sets up adcs and sources.

    +

    For HahnEchoDelaySweep this: +1. Configures the adc to acquire points for self.cfg.readout_integration_t# +2. Configures the microwave channel +3. Configures the sweep parameters +4. Initiailzes the spin state with a laser pulse

    +
    + +
    +
    +plot_sequence()
    +

    Function that plots the pulse sequence generated by this program

    +
    +

    Parameters

    +
    +
    cfg: .NVConfiguration or None(default None)

    If None, this plots the sequence with configuration labels +If a .NVConfiguration object is supplied, the configuration value are added to the plot

    +
    +
    +
    +
    + +
    +
    + +
    + + +
    +
    + +
    +
    +
    +
    + + + + \ No newline at end of file diff --git a/docs/build/programs/odmr.html b/docs/build/programs/odmr.html new file mode 100644 index 0000000..70c2021 --- /dev/null +++ b/docs/build/programs/odmr.html @@ -0,0 +1,330 @@ + + + + + + + ODMR — QICK-DAWG documentation + + + + + + + + + + + + + + + + + + + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    + +
    +

    ODMR

    +

    ODMR is optically detected nuclear magnetic resonance

    +../_images/ODMR.png +
    +
    +class qickdawg.LockinODMR(cfg)
    +

    An NVAveragerProgram class that generates and executes ODMR measurements by +measuring photoluminescnece intensity (PL) as a function of microwave frequency +taking the difference between PL for microwave drive on or off

    +
    +

    Parameters

    +
    +
    cfg

    instance of qickdawg.NVConfiguration class with attributes: +.adc_channel (required)

    +
    +

    int channel which is reading data 0 or 1

    +
    +
    +
    .mw_channel (required)

    qick channel that provides microwave excitation +0 or 1 for RFSoC4x2 +0 to 6 for ZCU111 or ZCU216

    +
    +
    .mw_nqz (required)

    nyquist zone for microwave generator (1 or 2)

    +
    +
    .mw_start_freg(required)

    frequency generated by microwave channel in register units

    +
    +
    .mw_end_freg (required)

    frequency generated by micrewave channel at the end of the sweep

    +
    +
    .nsweep_points (required)

    number of points between mw_start_fMHz and mw_end_fMHz

    +
    +
    .mw_gain (required)

    gain of micrwave channel, in register values, from 0 to 2**15-1

    +
    +
    .pre_init (required)

    boolian value that indicates whether to pre-pulse the laser to initialize +the spin state

    +
    +
    .relax_delay_treg (required)

    int that indicates how long to delay between on/off cycles and reps +in register units

    +
    +
    .readout_integration_treg (required)

    int time for which PL intensity is averaged in register units

    +
    +
    .laser_gate_pmod(required)

    int PMOD channel used to trigger laser source +0 to 4

    +
    +
    .reps(required)

    times the pulse sequence is repeated

    +
    +
    .reads_per_rep(required)

    times adcs are triggered per rep

    +
    +
    +
    +
    returns

    an instances of LockinODMR class with assembly language compiled

    +
    +
    +
    +
    +

    Methods

    +
    +
    initialize

    method that generates the assembly code that setups the adcs & mw generators, +and performs other one-off setps

    +
    +
    body

    method that generates the assembly code that exectues in the middle of each sweep +and rep

    +
    +
    analyze_results

    takes the output of self.acquire() and returns odmr_contrast and other results

    +
    +
    plot_sequence

    generates a plot labeled with self.cfg attributes or the required inputs

    +
    +
    time_per_rep

    returns the approximatetime for one rep to complete

    +
    +
    total_time

    returns the approximate total time for the entire program to complete

    +
    +
    +
    +
    +acquire(raw_data=False, *arg, **kwarg)
    +

    Method that exectues the qick program and accumulates data from the data buffer until the proram is complete +For NV measurements, the results are DC values and thus only have I values (rather than I and Q)

    +
    +

    Parameters

    +
    +
    socQickSoc

    qick.QickSoc instance

    +
    +
    reads_per_rep

    int number of readout triggers in the loop body

    +
    +
    load_pulses

    bool: if True, load pulse envelopes

    +
    +
    start_src

    str: “internal” (tProc starts immediately) or “external” (each round waits for an external trigger)

    +
    +
    progress

    bool: if true, displays progress bar

    +
    +
    debug

    bool: if true, displays assembly code for tProc program

    +
    +
    +
    +
    +

    Returns

    +
    +
    ndarray

    raw accumulated IQ values (int32) +if rounds>1, only the last round is kept +dimensions : (n_ch, n_expts*n_reps*n_reads, 2)

    +
    +
    ndarray

    averaged IQ values (float) +divided by the length of the RO window, and averaged over reps and rounds +if shot_threshold is defined, the I values will be the fraction of points over threshold +dimensions for a simple averaging program: (n_ch, n_reads, 2) +dimensions for a program with multiple expts/steps: (n_ch, n_reads, n_expts, 2)

    +
    +
    +
    +
    + +
    +
    +analyze_results(data)
    +

    Method that takes in a 1D array of data points from self.acquire() and analyzes the +results based on the number of reps, rounds, and frequency points

    +
    +

    Parameters

    +
    +
    data

    (1D np.array) data returned from self.acquire()

    +
    +
    returns

    (qickdawg.ItemAttribute instance) with attributes +.frequencies (len(frequencies) np array, GHz units) - frequencies swept over +.signal (nfrequency np.array, adc units) - average adc signal for microwave on +.reference (nfrequency np.array, adc units) - average adc signal for mwicrowave off +.odmr (nfrequency np.array, adc units)) - .signal minus .refrence +.odmr_contrast (nfrequency np.array, % units) - (.signal - .reference)/.reference *100

    +
    +
    +
    +
    + +
    +
    +body()
    +

    Method that generates the assembly code that is looped over or repeated. +For LockinODMR this has two acquisitions +The first acquisition has the microwave channel on for .cfg.readout_integration_t# and

    +
    +

    averages the adc values over this time

    +
    +
    +
    The second acquisition has the microwave channel off for .cfg.readout_integration_t# and

    averages the adc values over this time

    +
    +
    +
    + +
    +
    +initialize()
    +

    Method that generates the assembly code that initializes the pulse sequence. +For LockinODMR this sets up the adc to integrate for self.cfg.readout_intregration_t#, +setups hte microave channel to run fo the same amount of time, and setups the a +qickdawg.NVQickSweep to sweep over frequencies

    +
    + +
    +
    +plot_sequence()
    +

    Function that plots the pulse sequence generated by this program

    +
    +

    Parameters

    +
    +
    cfg: .NVConfiguration or None(default None)

    If None, this plots the squence with configuration labels +If a .NVConfiguration object is supplied, the configuraiton value are added to the plot

    +
    +
    +
    +
    + +
    +
    +time_per_rep()
    +

    Method that returns the approximate time per rep, excluding any overhead

    +
    +
    returns

    (float) time for one rep in seconds

    +
    +
    +
    + +
    +
    +total_time()
    +

    Method that returns the approximate time for full qickdawg program to run

    +
    +
    returns

    (float) time for full qickdawg program in seconds

    +
    +
    +
    + +
    +
    + +
    + + +
    +
    + +
    +
    +
    +
    + + + + \ No newline at end of file diff --git a/docs/build/programs/rabi_oscillations.html b/docs/build/programs/rabi_oscillations.html new file mode 100644 index 0000000..09d5939 --- /dev/null +++ b/docs/build/programs/rabi_oscillations.html @@ -0,0 +1,274 @@ + + + + + + + Rabi Oscillations — QICK-DAWG documentation + + + + + + + + + + + + + + + + + + + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    + +
    +

    Rabi Oscillations

    +../_images/RABI.png +
    +
    +class qickdawg.RabiSweep(cfg)
    +

    An NVAveragerProgram class that generates and executes a sequence used +to determine the pi (pi/2) pulse lenghts for your experimetanl configuration

    +
    +

    Parameters

    +
    +
    soccfg

    instance of qick.QickConfig class

    +
    +
    cfg

    instance of qickdawg.NVConfiguration class with attributes: +.adc_channel (required)

    +
    +

    int channel which is reading data 0 or 1

    +
    +
    +
    .mw_channel (required)

    qick channel that provides microwave excitation +0 or 1 for RFSoC4x2 +0 to 6 for ZCU111 or ZCU216

    +
    +
    .mw_nqz (required)

    nyquist zone for microwave generator (1 or 2)

    +
    +
    .mw_gain (required)

    gain of micrwave channel, in register values, from 0 to 2**15-1

    +
    +
    .pre_init (required)

    boolian value that indicates whether to pre-pulse the laser to initialize +the spin state

    +
    +
    .relax_delay_treg (required)

    int that indicates how long to delay between on/off cycles and reps +in register units

    +
    +
    .readout_length_treg (required)

    int time for which the adc accumulates data +the limit is 1020 points for the FPGA buffer

    +
    +
    +

    .laser_readout_offset_treg (required)

    +
    +
    .laser_gate_pmod(required)

    int PMOD channel used to trigger laser source +0 to 4

    +
    +
    +
    +
    returns

    an instances of LockinODMR class with assembly language compiled

    +
    +
    +
    +
    +

    Methods

    +
    +
    initialize

    method that generates the assembly code that setups the adcs & mw generators, +and performs other one-off setps

    +
    +
    body

    method that generates the assembly code that exectues in the middle of each sweep +and rep

    +
    +
    plot_sequence

    generates a plot labeled with self.cfg attributes or the required inputs

    +
    +
    time_per_rep

    returns the approximatetime for one rep to complete

    +
    +
    total_time

    returns the approximate total time for the entire program to complete

    +
    +
    +
    +
    +acquire(raw_data=False, *arg, **kwarg)
    +

    Method that exectues the qick program and accumulates data from the data buffer until the proram is complete +For NV measurements, the results are DC values and thus only have I values (rather than I and Q)

    +
    +

    Parameters

    +
    +
    socQickSoc

    qick.QickSoc instance

    +
    +
    reads_per_rep

    int number of readout triggers in the loop body

    +
    +
    load_pulses

    bool: if True, load pulse envelopes

    +
    +
    start_src

    str: “internal” (tProc starts immediately) or “external” (each round waits for an external trigger)

    +
    +
    progress

    bool: if true, displays progress bar

    +
    +
    debug

    bool: if true, displays assembly code for tProc program

    +
    +
    +
    +
    +

    Returns

    +
    +
    ndarray

    raw accumulated IQ values (int32) +if rounds>1, only the last round is kept +dimensions : (n_ch, n_expts*n_reps*n_reads, 2)

    +
    +
    ndarray

    averaged IQ values (float) +divided by the length of the RO window, and averaged over reps and rounds +if shot_threshold is defined, the I values will be the fraction of points over threshold +dimensions for a simple averaging program: (n_ch, n_reads, 2) +dimensions for a program with multiple expts/steps: (n_ch, n_reads, n_expts, 2)

    +
    +
    +
    +
    + +
    +
    +body()
    +

    Method that generates the assembly code that is looped over or repeated. +For RabiSweep this peforms four measurements at a time and does two pulse sequences: +1. Microwave pulse followed by readout and reference emasurement +2. No micrwave pulse followed by readout and reference

    +
    + +
    +
    +initialize()
    +

    Method that generates the assembly code that is sets up adcs and sources. +For RabiSweep this: +configures the adc to acquire points for self.cfg.readout_integration_t#. +configures the microwave channel +configures the sweep parameters +initiailzes the spin state with a laser pulse

    +
    + +
    +
    +plot_sequence()
    +

    Function that plots the pulse sequence generated by this program

    +
    +

    Parameters

    +
    +
    cfg: .NVConfiguration or None(default None)

    If None, this plots the squence with configuration labels +If a .NVConfiguration object is supplied, the configuraiton value are added to the plot

    +
    +
    +
    +
    + +
    +
    + +
    + + +
    +
    + +
    +
    +
    +
    + + + + \ No newline at end of file diff --git a/docs/build/programs/ramsey_interferometry.html b/docs/build/programs/ramsey_interferometry.html new file mode 100644 index 0000000..50ede04 --- /dev/null +++ b/docs/build/programs/ramsey_interferometry.html @@ -0,0 +1,279 @@ + + + + + + + Ramsey Interferometry — QICK-DAWG documentation + + + + + + + + + + + + + + + + + + + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    + +
    +

    Ramsey Interferometry

    +../_images/Ramsey.png +
    +
    +class qickdawg.Ramsey(cfg)
    +

    An NVAveragerProgram class that generates and executes a sequence used +to measure ramsey

    +
    +

    Parameters

    +

    soccfg : qick.QickConfig +cfg : .NVConfiguration

    +
    +

    instance of .NVConfiguration class with attributes: +.adc_channel : int

    +
    +

    ADC channel for gathering data, usually 0 or 1

    +
    +
    +
    .mw_channelint

    qick channel that provides microwave excitation +0 or 1 for RFSoC4x2 +0 to 6 for ZCU111 or ZCU216

    +
    +
    .mw_nqzint

    nyquist zone for microwave generator (1 or 2)

    +
    +
    .mw_gainint

    gain of micrwave channel, in register values, from 0 to 2**15-1

    +
    +
    .pre_initbool

    boolian value that indicates whether to pre-pulse the laser to initialize +the spin state

    +
    +
    .relax_delay_tregint

    Time between on/off cycles and reps in register units

    +
    +
    .readout_length_tregint

    Time for which the adc accumulates data in register units

    +
    +
    .laser_readout_offset_tregint

    Time offset between initial laser triggering and readout start

    +
    +
    .laser_gate_pmodint

    PMOD channel used to trigger laser source usually 0 to 6

    +
    +
    +
    +

    Returns +.Ramsey

    +
    +

    An instance of Rmasey with compiled assembly language

    +
    +
    +
    +

    Methods

    +
    +
    initialize

    method that generates the assembly code that setups the adcs & mw generators, +and performs other one-off setps

    +
    +
    body

    method that generates the assembly code that exectues in the middle of each sweep +and rep

    +
    +
    plot_sequence

    generates a plot labeled with self.cfg attributes or the required inputs

    +
    +
    time_per_rep

    returns the approximatetime for one rep to complete

    +
    +
    total_time

    returns the approximate total time for the entire program to complete

    +
    +
    +
    +
    +acquire(raw_data=False, *arg, **kwarg)
    +

    Method that exectues the qick program and accumulates data from the data buffer until the proram is complete +For NV measurements, the results are DC values and thus only have I values (rather than I and Q)

    +
    +

    Parameters

    +
    +
    socQickSoc

    qick.QickSoc instance

    +
    +
    reads_per_rep

    int number of readout triggers in the loop body

    +
    +
    load_pulses

    bool: if True, load pulse envelopes

    +
    +
    start_src

    str: “internal” (tProc starts immediately) or “external” (each round waits for an external trigger)

    +
    +
    progress

    bool: if true, displays progress bar

    +
    +
    debug

    bool: if true, displays assembly code for tProc program

    +
    +
    +
    +
    +

    Returns

    +
    +
    ndarray

    raw accumulated IQ values (int32) +if rounds>1, only the last round is kept +dimensions : (n_ch, n_expts*n_reps*n_reads, 2)

    +
    +
    ndarray

    averaged IQ values (float) +divided by the length of the RO window, and averaged over reps and rounds +if shot_threshold is defined, the I values will be the fraction of points over threshold +dimensions for a simple averaging program: (n_ch, n_reads, 2) +dimensions for a program with multiple expts/steps: (n_ch, n_reads, n_expts, 2)

    +
    +
    +
    +
    + +
    +
    +body()
    +

    Method that generates the assembly code that is looped over or repeated. +For Ramsey this peforms four measurements at a time and does two pulse +sequences differing only by the phase of the final pulse. The sequences is: +1. Set pulse phase to 0 +2. Pulse mw for pi/2 +5. delay by variable delay time +6. pulse mw for pi/2 (on second sequence change the phase to 180 degrees) +7. Perform readout +8. Loop over delay times +9. Loop over reps +10. Loop over rounds

    +
    + +
    +
    +initialize()
    +

    Method that generates the assembly code that is sets up adcs and sources.

    +

    For Ramsey this: +1. Configures the adc to acquire points for self.cfg.readout_integration_t#. +2. Configures the microwave channel +3. Configures the sweep parameters +4. Initiailzes the spin state with a laser pulse

    +
    + +
    +
    +plot_sequence()
    +

    Function that plots the pulse sequence generated by this program

    +
    +

    Parameters

    +
    +
    cfg: .NVConfiguration or None(default None)

    If None, this plots the squence with configuration labels +If a .NVConfiguration object is supplied, the configuraiton value are added to the plot

    +
    +
    +
    +
    + +
    +
    + +
    + + +
    +
    + +
    +
    +
    +
    + + + + \ No newline at end of file diff --git a/docs/build/programs/readout_window.html b/docs/build/programs/readout_window.html new file mode 100644 index 0000000..10887a9 --- /dev/null +++ b/docs/build/programs/readout_window.html @@ -0,0 +1,234 @@ + + + + + + + Readout Window — QICK-DAWG documentation + + + + + + + + + + + + + + + + + + + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    + +
    +

    Readout Window

    +../_images/READOUT.png +
    +
    +class qickdawg.ReadoutWindow(cfg)
    +

    An NVAveragerProgram class that generates and executes a sequence used +to calibrate the laser gating relative to the adc data accumulation. +This is intended to be used with the function qickdawg.get_readout_window() +to accumulate multiple windows with (to accomodate the 1020 point limit of the +FPGA buffer) and microwave on and off to provide contrast between spin projections

    +
    +

    Parameters

    +
    +
    cfg

    instance of qickdawg.NVConfiguration class with attributes: +.adc_channel (required)

    +
    +

    int channel which is reading data 0 or 1

    +
    +
    +
    .mw_channel (required)

    qick channel that provides microwave excitation +0 or 1 for RFSoC4x2 +0 to 6 for ZCU111 or ZCU216

    +
    +
    .mw_nqz (required)

    nyquist zone for microwave generator (1 or 2)

    +
    +
    .mw_gain (required)

    gain of micrwave channel, in register values, from 0 to 2**15-1

    +
    +
    .pre_init (required)

    boolian value that indicates whether to pre-pulse the laser to initialize +the spin state

    +
    +
    .relax_delay_treg (required)

    int that indicates how long to delay between on/off cycles and reps +in register units

    +
    +
    .readout_length_treg (required)

    int time for which the adc accumulates data +the limit is 1020 points for the FPGA buffer

    +
    +
    +

    .laser_readout_offset_treg (required)

    +
    +
    .laser_gate_pmod(required)

    int PMOD channel used to trigger laser source +0 to 4

    +
    +
    +
    +
    returns

    an instances of LockinODMR class with assembly language compiled

    +
    +
    +
    +
    +

    Methods

    +
    +
    initialize

    method that generates the assembly code that setups the adcs & mw generators, +and performs other one-off setps

    +
    +
    body

    method that generates the assembly code that exectues in the middle of each sweep +and rep

    +
    +
    plot_sequence

    generates a plot labeled with self.cfg attributes or the required inputs

    +
    +
    time_per_rep

    returns the approximatetime for one rep to complete

    +
    +
    total_time

    returns the approximate total time for the entire program to complete

    +
    +
    +
    +
    +body()
    +

    Method that generates the assembly code that is looped over or repeated. +For Readoutwindow pre-initializes the spin state by turning just the laser on +for self.cfg.laser_initalize_t#. After initialization, the micrwave channel is pulsed +followed by the laser, then the adc is triggered. The laser and adc are offset by +self.cfg.laser_readout_offset_t#

    +
    + +
    +
    +initialize()
    +

    Method that generates the assembly code that configures adcs, mw, etc. +For ReadoutWindow this setups up the adc to acquire points for +self.cfg.readout_length_t#. If the mw_pi2_t# > 0, this setups the +microwave channel to pulse, otherwise there is mw pulse

    +
    + +
    +
    +plot_sequence()
    +

    Function that plots the pulse sequence generated by this program

    +
    +

    Parameters

    +
    +
    cfg: .NVConfiguration or None(default None)

    If None, this plots the squence with configuration labels +If a .NVConfiguration object is supplied, the configuraiton value are added to the plot

    +
    +
    +
    +
    + +
    +
    + +
    + + +
    +
    + +
    +
    +
    +
    + + + + \ No newline at end of file diff --git a/docs/build/programs/t1_relaxation.html b/docs/build/programs/t1_relaxation.html new file mode 100644 index 0000000..5c7cc9d --- /dev/null +++ b/docs/build/programs/t1_relaxation.html @@ -0,0 +1,278 @@ + + + + + + + T1 Relaxation — QICK-DAWG documentation + + + + + + + + + + + + + + + + + + + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    + +
    +

    T1 Relaxation

    +../_images/T1.png +
    +
    +class qickdawg.T1DelaySweep(cfg)
    +

    An NVAveragerProgram class that generates and executes a sequence used +to measure the T1 Decay

    +
    +

    Parameters

    +
    +
    soccfg

    instance of qick.QickConfig class

    +
    +
    cfg

    instance of qickdawg.NVConfiguration class with attributes: +.adc_channel (required)

    +
    +

    int channel which is reading data 0 or 1

    +
    +
    +
    .mw_channel (required)

    qick channel that provides microwave excitation +0 or 1 for RFSoC4x2 +0 to 6 for ZCU111 or ZCU216

    +
    +
    .mw_nqz (required)

    nyquist zone for microwave generator (1 or 2)

    +
    +
    .mw_gain (required)

    gain of micrwave channel, in register values, from 0 to 2**15-1

    +
    +
    .pre_init (required)

    boolian value that indicates whether to pre-pulse the laser to initialize +the spin state

    +
    +
    .relax_delay_treg (required)

    int that indicates how long to delay between on/off cycles and reps +in register units

    +
    +
    .readout_length_treg (required)

    int time for which the adc accumulates data +the limit is 1020 points for the FPGA buffer

    +
    +
    +

    .laser_readout_offset_treg (required)

    +
    +
    .laser_gate_pmod(required)

    int PMOD channel used to trigger laser source +0 to 4

    +
    +
    +
    +
    +
    +
    +

    Methods

    +
    +
    initialize

    method that generates the assembly code that setups the adcs & mw generators, +and performs other one-off setps

    +
    +
    body

    method that generates the assembly code that exectues in the middle of each sweep +and rep

    +
    +
    plot_sequence

    generates a plot labeled with self.cfg attributes or the required inputs

    +
    +
    time_per_rep

    returns the approximatetime for one rep to complete

    +
    +
    total_time

    returns the approximate total time for the entire program to complete

    +
    +
    +
    +
    +acquire(raw_data=False, *arg, **kwarg)
    +

    Method that exectues the qick program and accumulates data from the data buffer until the proram is complete +For NV measurements, the results are DC values and thus only have I values (rather than I and Q)

    +
    +

    Parameters

    +
    +
    socQickSoc

    qick.QickSoc instance

    +
    +
    reads_per_rep

    int number of readout triggers in the loop body

    +
    +
    load_pulses

    bool: if True, load pulse envelopes

    +
    +
    start_src

    str: “internal” (tProc starts immediately) or “external” (each round waits for an external trigger)

    +
    +
    progress

    bool: if true, displays progress bar

    +
    +
    debug

    bool: if true, displays assembly code for tProc program

    +
    +
    +
    +
    +

    Returns

    +
    +
    ndarray

    raw accumulated IQ values (int32) +if rounds>1, only the last round is kept +dimensions : (n_ch, n_expts*n_reps*n_reads, 2)

    +
    +
    ndarray

    averaged IQ values (float) +divided by the length of the RO window, and averaged over reps and rounds +if shot_threshold is defined, the I values will be the fraction of points over threshold +dimensions for a simple averaging program: (n_ch, n_reads, 2) +dimensions for a program with multiple expts/steps: (n_ch, n_reads, n_expts, 2)

    +
    +
    +
    +
    + +
    +
    +body()
    +

    Method that generates the assembly code that is looped over or repeated. +For T1DecaySweep this peforms four measurements at a time and does two pulse +sequences differing as wot whether the microwave is on or off on the first pulse. +The sequences is: +1. Pulse mw for pi (just delay for second sequence) +2. delay by variable delay time +3. Perform readout +4. Loop over delay times +5. Loop over reps +6. Loop over rounds

    +
    + +
    +
    +initialize()
    +

    Method that generates the assembly code that is sets up adcs and sources. +For T1DecaySweep this: +1. configures the adc to acquire points for self.cfg.readout_integration_t#. +2. configures the microwave channel +3. configures the sweep parameters +4. initiailzes the spin state with a laser pulse

    +
    + +
    +
    +plot_sequence()
    +

    Function that plots the pulse sequence generated by this program

    +
    +

    Parameters

    +
    +
    cfg: .NVConfiguration or None(default None)

    If None, this plots the squence with configuration labels +If a .NVConfiguration object is supplied, the configuraiton value are added to the plot

    +
    +
    +
    +
    + +
    +
    + +
    + + +
    +
    + +
    +
    +
    +
    + + + + \ No newline at end of file diff --git a/docs/build/search.html b/docs/build/search.html new file mode 100644 index 0000000..82faa66 --- /dev/null +++ b/docs/build/search.html @@ -0,0 +1,138 @@ + + + + + + Search — QICK-DAWG documentation + + + + + + + + + + + + + + + + + + + + +
    + + +
    + +
    +
    +
    +
      +
    • + +
    • +
    • +
    +
    +
    +
    +
    + + + + +
    + +
    + +
    +
    +
    + +
    + +
    +

    © Copyright 2024, Andy Mounce, Emmeline Riendeau.

    +
    + + Built with Sphinx using a + theme + provided by Read the Docs. + + +
    +
    +
    +
    +
    + + + + + + + + + \ No newline at end of file diff --git a/docs/build/searchindex.js b/docs/build/searchindex.js new file mode 100644 index 0000000..659d460 --- /dev/null +++ b/docs/build/searchindex.js @@ -0,0 +1 @@ +Search.setIndex({"docnames": ["hardware/Readme", "index", "installation/Readme", "programs/cpmgxy8", "programs/hahn_echo", "programs/odmr", "programs/rabi_oscillations", "programs/ramsey_interferometry", "programs/readout_window", "programs/t1_relaxation", "thebasics/ReadMe"], "filenames": ["hardware/Readme.md", "index.rst", "installation/Readme.md", "programs/cpmgxy8.rst", "programs/hahn_echo.rst", "programs/odmr.rst", "programs/rabi_oscillations.rst", "programs/ramsey_interferometry.rst", "programs/readout_window.rst", "programs/t1_relaxation.rst", "thebasics/ReadMe.md"], "titles": ["Hardware Setup", "QICK-DAWG", "Installation", "CPMGXY-8", "Hahn Echo", "ODMR", "Rabi Oscillations", "Ramsey Interferometry", "Readout Window", "T1 Relaxation", "Introduction"], "terms": {"In": [0, 2, 10], "thi": [0, 2, 4, 5, 6, 7, 8, 9, 10], "document": [0, 2, 10], "we": [0, 2, 10], "outlin": [0, 2], "an": [0, 2, 4, 5, 6, 7, 8, 9, 10], "all": [0, 2, 10], "one": [0, 2, 4, 5, 6, 7, 8, 9, 10], "show": [0, 2], "list": 0, "b": [0, 2], "c": [0, 2], "d": [0, 2], "e": [0, 2], "f": 0, "1a": 0, "bud": [0, 2], "industri": [0, 2], "ch": [0, 2], "14404": [0, 2], "fpga": [0, 2, 6, 8, 9, 10], "dc": [0, 2, 4, 5, 6, 7, 9], "voltag": [0, 2, 10], "suppli": [0, 2, 4, 5, 6, 7, 8, 9, 10], "texa": [0, 2, 10], "instrument": [0, 1, 2], "lmh5401evm": [0, 2, 10], "holder": [0, 10], "pass": [0, 2], "through": [0, 2], "6": [0, 2, 4, 5, 6, 7, 8, 9], "sma": [0, 2], "8": [0, 1, 2, 4, 7], "pig": 0, "tail": 0, "cord": [0, 2, 10], "x": [0, 2], "flexibl": [0, 2], "cabl": [0, 2], "rigid": 0, "64": 0, "16": 0, "4": [0, 2, 4, 5, 6, 7, 8, 9], "40": 0, "screw": [0, 2], "0": [0, 2, 4, 5, 6, 7, 8, 9], "25": 0, "5": [0, 2, 4, 7, 9], "hex": 0, "standoff": 0, "pilar": 0, "wire": [0, 2], "heat": 0, "shrink": 0, "connector": 0, "solder": [0, 2], "zip": [0, 2], "ti": 0, "adhes": 0, "mount": [0, 2], "parts_al": 0, "xlsx": 0, "sourc": [0, 4, 5, 6, 7, 8, 9], "quantiti": 0, "cost": 0, "parts_digikei": 0, "can": [0, 2], "upload": [0, 2], "directli": [0, 2], "digikei": 0, "shop": 0, "cart": 0, "easi": [0, 2], "purchas": 0, "item": 0, "ar": [0, 2, 4, 5, 6, 7, 8, 9, 10], "made": [0, 2, 10], "main": [0, 2], "bodi": [0, 4, 5, 6, 7, 8, 9], "also": [0, 2], "144": 0, "The": [0, 2, 4, 5, 7, 8, 9, 10], "schemat": [0, 2], "below": [0, 2], "posit": 0, "purpos": [0, 10], "each": [0, 4, 5, 6, 7, 8, 9], "enclosure_main": [0, 2], "step": [0, 2, 4, 5, 6, 7, 9], "enclosure_front": [0, 2], "give": 0, "exact": 0, "size": 0, "found": [0, 2, 10], "folder": [0, 2], "cad": [0, 2], "A": [0, 2, 10], "orient": 0, "toward": 0, "port": [0, 2], "face": 0, "option": 0, "output": [0, 5], "divid": [0, 4, 5, 6, 7, 9], "extern": [0, 4, 5, 6, 7, 9], "us": [0, 2, 4, 5, 6, 7, 8, 9, 10], "rather": [0, 4, 5, 6, 7, 9], "than": [0, 4, 5, 6, 7, 9, 10], "v": [0, 2], "g": 0, "left": 0, "right": [0, 2, 10], "It": 0, "i": [0, 2, 4, 5, 6, 7, 8, 9, 10], "especi": 0, "import": 0, "immobil": 0, "sinc": 0, "veri": 0, "delic": [0, 2], "low_freq_diff_amp_bas": [0, 2], "low_freq_diff_amp_top": 0, "part": 0, "16mm": 0, "toler": 0, "sit": 0, "base": [0, 5], "loop": [0, 4, 5, 6, 7, 8, 9], "ground": 0, "point": [0, 4, 5, 6, 7, 8, 9], "down": [0, 2], "top": [0, 2], "should": [0, 2], "snug": 0, "over": [0, 2, 4, 5, 6, 7, 8, 9], "later": 0, "router_hold": [0, 2], "2mm": 0, "adequ": 0, "held": 0, "place": [0, 2], "from": [0, 2, 4, 5, 6, 7, 8, 9, 10], "undersid": 0, "": [0, 2, 10], "leg": 0, "bypass": [0, 2], "high": [0, 2], "filter": [0, 2], "inher": 0, "analog": [0, 2], "digit": [0, 2], "convert": [0, 2], "adc": [0, 2, 4, 5, 6, 7, 8, 9], "recal": 0, "balun": 0, "capacitor": 0, "act": [0, 2], "which": [0, 2, 4, 5, 6, 7, 8, 9, 10], "our": [0, 2], "experiment": 0, "defect": [0, 1, 2], "data": [0, 4, 5, 6, 7, 8, 9, 10], "need": [0, 2], "remov": 0, "read": [0, 5, 6, 8, 9], "experi": 0, "addition": 0, "requir": [0, 2, 4, 5, 6, 7, 8, 9], "process": [0, 2], "after": [0, 2, 8], "ha": [0, 2, 5, 10], "been": 0, "follow": [0, 2, 6, 8, 10], "yet": 0, "done": 0, "now": [0, 2], "bia": 0, "To": [0, 2, 10], "red": [0, 2], "post": [0, 2], "yellow": [0, 2], "either": [0, 2, 10], "tpg1": 0, "tpg2": 0, "7": [0, 2, 4, 7], "vcm": [0, 2], "common": [0, 2], "head": [0, 2], "feed": 0, "push": 0, "so": [0, 10], "cut": [0, 2], "semi": [0, 2], "half": [0, 2], "strip": [0, 2], "insul": [0, 2], "off": [0, 2, 4, 5, 6, 7, 8, 9], "both": [0, 2], "end": [0, 2, 5], "expos": [0, 2], "center": [0, 2, 10], "conductor": [0, 2], "vp": [0, 2], "vm": [0, 2], "limit": [0, 2, 6, 8, 9, 10], "torsion": [0, 2], "next": [0, 2], "take": [0, 2, 5], "attach": [0, 2], "them": [0, 2], "pad": [0, 2], "middl": [0, 2, 4, 5, 6, 7, 8, 9], "imag": [0, 2], "circuit": [0, 2], "diagram": [0, 2], "label": [0, 2, 4, 5, 6, 7, 8, 9], "contact": 0, "underneath": 0, "bottom": 0, "note": [0, 2], "you": [0, 1, 10], "instead": [0, 2], "leav": [0, 2], "coax": [0, 2], "termin": [0, 2], "howev": [0, 2], "more": [0, 2], "difficult": [0, 2], "destroi": [0, 2], "iron": [0, 2], "control": [0, 1, 2], "laser": [0, 2, 4, 5, 6, 7, 8, 9, 10], "do": [0, 10], "select": [0, 2], "insert": 0, "male": 0, "cup": 0, "provid": [0, 2, 4, 5, 6, 7, 8, 9, 10], "washer": 0, "nut": 0, "remain": 0, "plug": [0, 2], "singl": 0, "back": 0, "splitter": 0, "intern": [0, 4, 5, 6, 7, 9], "necessari": 0, "thu": [0, 2, 4, 5, 6, 7, 9], "creat": [0, 2], "jack": 0, "abov": [0, 2, 10], "outsid": 0, "insid": 0, "tighten": 0, "wall": 0, "measur": [0, 2, 4, 5, 6, 7, 9, 10], "trim": 0, "two": [0, 2, 4, 5, 6, 7, 9], "three": 0, "pigtail": 0, "reach": 0, "refer": [0, 2, 5, 6], "estim": 0, "distanc": 0, "neg": 0, "outer": 0, "respect": [0, 2], "split": 0, "ring": 0, "pillar": 0, "support": [0, 1, 2], "edg": 0, "board": [0, 1, 10], "repeat": [0, 4, 5, 6, 7, 8, 9], "perimet": 0, "spot": 0, "open": [0, 2], "up": [0, 2, 4, 5, 6, 7, 8, 9], "until": [0, 4, 5, 6, 7, 9], "With": [0, 2], "smaller": 0, "hand": 0, "backsid": 0, "put": 0, "silk": 0, "screen": [0, 2], "wa": 0, "other": [0, 1, 4, 5, 6, 7, 8, 9, 10], "IN": [0, 10], "add": [0, 2], "lab": [0, 2, 10], "comput": [0, 2, 10], "commun": [0, 2], "introduct": 1, "quantum": [1, 2], "kit": 1, "arbitrari": 1, "waveform": 1, "gener": [1, 4, 5, 6, 7, 8, 9], "descript": 1, "hardwar": 1, "instal": 1, "usag": 1, "author": 1, "acknowledg": 1, "licens": 1, "project": [1, 2, 8], "statu": 1, "odmr": [1, 10], "lockinodmr": [1, 5, 6, 8, 10], "readout": [1, 4, 5, 6, 7, 9, 10], "window": [1, 2, 4, 5, 6, 7, 9, 10], "readoutwindow": [1, 8], "rabi": [1, 10], "oscil": [1, 10], "rabisweep": [1, 6], "ramsei": 1, "interferometri": 1, "hahn": [1, 10], "echo": [1, 10], "hahnechodelaysweep": [1, 4], "t1": 1, "relax": [1, 10], "t1delaysweep": [1, 9], "cpmgxy": 1, "1": [1, 4, 5, 6, 7, 8, 9, 10], "rfsoc4x2": [1, 4, 5, 6, 7, 8, 9, 10], "2": [1, 4, 5, 6, 7, 8, 9, 10], "softwar": [1, 10], "enclosur": 1, "overview": 1, "modif": [1, 2], "3": [1, 2, 4, 7, 9, 10], "assembl": 1, "compon": [1, 2], "index": 1, "modul": 1, "search": 1, "page": [1, 2], "shown": 2, "built": 2, "sold": 2, "real": 2, "amd": 2, "zynq": 2, "ultrascal": 2, "gen": 2, "rfsoc": [2, 10], "zu48dr": 2, "chip": [2, 10], "while": 2, "dac": 2, "onli": [2, 4, 5, 6, 7, 9], "4x": 2, "gsa": 2, "2x": [2, 4], "9": [2, 4, 7], "85": 2, "nonetheless": 2, "number": [2, 4, 5, 6, 7, 9], "input": [2, 4, 5, 6, 7, 8, 9], "nearli": 2, "perfect": 2, "nv": [2, 4, 5, 6, 7, 9], "have": [2, 4, 5, 6, 7, 9, 10], "1ghz": 2, "inlin": 2, "tyipcal": 2, "too": 2, "must": [2, 10], "modifi": [2, 10], "guid": 2, "how": [2, 5, 6, 8, 9], "lw": 2, "microsd": 2, "ssh": 2, "packag": [2, 10], "12": 2, "volt": 2, "50": 2, "watt": 2, "manag": 2, "router": [2, 10], "exampl": [2, 10], "8v": 2, "bias": 2, "ethernet": [2, 10], "adaptor": 2, "least": 2, "reader": 2, "win32diskimag": 2, "disk": 2, "maco": 2, "depend": 2, "section": 2, "includ": [2, 10], "batch": 2, "pyro4": 2, "serpent": 2, "signal": [2, 5], "photodiod": 2, "cannot": 2, "direcetli": 2, "when": 2, "photolumines": 2, "detect": [2, 5, 10], "order": 2, "get": 2, "furthermor": 2, "photodetector": 2, "see": 2, "electron": 2, "channel": [2, 4, 5, 6, 7, 8, 9], "figur": 2, "where": 2, "caption": 2, "combiat": 2, "maba": 2, "011118": 2, "100nf": 2, "capactor": 2, "c302": 2, "c303": 2, "result": [2, 4, 5, 6, 7, 9], "collect": [2, 10], "barbar": 2, "method": 2, "pull": 2, "under": [2, 10], "rf": 2, "shield": 2, "desold": 2, "cacpacitor": 2, "replac": 2, "ohm": 2, "resistor": 2, "short": 2, "lenght": [2, 6], "properli": 2, "condidt": 2, "lmh5401": 2, "evm": 2, "evalu": [2, 10], "p": 2, "m": 2, "cm": 2, "For": [2, 4, 5, 6, 7, 8, 9], "scale": 2, "offset": [2, 4, 7, 8], "7v": 2, "true": [2, 4, 5, 6, 7, 9], "zcu216": [2, 4, 5, 6, 7, 8, 9, 10], "zcu111": [2, 4, 5, 6, 7, 8, 9, 10], "addtion": 2, "optimi": 2, "set": [2, 4, 5, 6, 7, 9, 10], "2v": 2, "lmh5401evn": 2, "rfsoc4x2_schemat": 2, "ttl": 2, "locat": 2, "corner": 2, "femal": 2, "bnc": 2, "enabl": 2, "demo": [2, 10], "python": 2, "slide": 2, "its": 2, "slot": 2, "check": 2, "boot": 2, "switch": 2, "mode": 2, "Be": 2, "sure": 2, "flip": 2, "hear": 2, "fan": 2, "begin": 2, "whir": 2, "green": 2, "led": 2, "light": 2, "blink": 2, "about": 2, "30": 2, "second": [2, 4, 5, 7, 9], "turn": [2, 8], "displai": [2, 4, 5, 6, 7, 9], "ip": 2, "address": 2, "resembl": 2, "custom": 2, "rack": 2, "box": 2, "hole": 2, "3d": 2, "print": 2, "cage": 2, "fasten": 2, "qickdawg": [2, 4, 5, 6, 7, 8, 9, 10], "sldprt": 2, "enclsour": 2, "front": 2, "panel": 2, "drill": 2, "secur": 2, "sldrt": 2, "printabl": 2, "4x2": 2, "freq_diff_amp_top": 2, "hold": 2, "start": [2, 4, 5, 6, 7, 9], "direct": 2, "adapt": 2, "quick": 2, "first": [2, 5, 9, 10], "pynq": 2, "here": [2, 10], "download": 2, "unzip": 2, "devic": 2, "doubl": 2, "wrong": 2, "drive": [2, 5], "hard": 2, "execut": [2, 4, 5, 6, 7, 8, 9], "click": 2, "write": 2, "find": 2, "assign": 2, "conveni": 2, "altern": 2, "log": 2, "static": 2, "written": 2, "own": 2, "bat": 2, "notebook": [2, 10], "streamlin": 2, "clone": 2, "command": 2, "prompt": 2, "navig": 2, "contain": 2, "fpga_setup": 2, "type": 2, "hit": 2, "enter": 2, "password": 2, "xilinx": [2, 10], "run_serv": 2, "qick_daemon": 2, "speicif": 2, "firmwar": [2, 10], "ipynb": 2, "though": 2, "browser": 2, "graphic": 2, "home": 2, "installation_packag": 2, "cell": 2, "environt": 2, "sholud": 2, "suffici": 2, "hte": [2, 5], "instanc": [2, 4, 5, 6, 7, 8, 9], "accomplish": 2, "name_serv": 2, "chang": [2, 4, 7, 10], "socket": 2, "communicat": 2, "string": 2, "path": 2, "ns_host": 2, "variabl": [2, 4, 7, 9], "kernel": 2, "recommend": 2, "jupyter_notebook": 2, "nvdemo_rfsoc4x2": 2, "signific": 2, "basic": 2, "character": [2, 10], "http": 2, "www": 2, "realdigit": 2, "org": 2, "3ae3a2552d7da46e9041196c654cd63d": 2, "pdf": 2, "pypi": 2, "readthedoc": 2, "io": 2, "en": 2, "stabl": 2, "repositori": 2, "github": 2, "com": 2, "openquantumhardwar": 2, "class": [4, 5, 6, 7, 8, 9], "cfg": [4, 5, 6, 7, 8, 9], "nvaveragerprogram": [4, 5, 6, 7, 8, 9], "sequenc": [4, 5, 6, 7, 8, 9, 10], "t2": 4, "decai": [4, 9], "soccfg": [4, 6, 7, 9], "qick": [4, 5, 6, 7, 8, 9, 10], "qickconfig": [4, 6, 7, 9], "nvconfigur": [4, 5, 6, 7, 8, 9], "attribut": [4, 5, 6, 7, 8, 9], "adc_channel": [4, 5, 6, 7, 8, 9], "int": [4, 5, 6, 7, 8, 9], "gather": [4, 7], "usual": [4, 7], "mw_channel": [4, 5, 6, 7, 8, 9], "microwav": [4, 5, 6, 7, 8, 9, 10], "excit": [4, 5, 6, 7, 8, 9], "mw_nqz": [4, 5, 6, 7, 8, 9], "nyquist": [4, 5, 6, 7, 8, 9], "zone": [4, 5, 6, 7, 8, 9], "mw_gain": [4, 5, 6, 7, 8, 9], "gain": [4, 5, 6, 7, 8, 9], "micrwav": [4, 5, 6, 7, 8, 9], "regist": [4, 5, 6, 7, 8, 9], "valu": [4, 5, 6, 7, 8, 9], "15": [4, 5, 6, 7, 8, 9], "pre_init": [4, 5, 6, 7, 8, 9], "bool": [4, 5, 6, 7, 9], "boolian": [4, 5, 6, 7, 8, 9], "indic": [4, 5, 6, 7, 8, 9], "whether": [4, 5, 6, 7, 8, 9, 10], "pre": [4, 5, 6, 7, 8, 9], "puls": [4, 5, 6, 7, 8, 9, 10], "initi": [4, 5, 6, 7, 8, 9], "spin": [4, 5, 6, 7, 8, 9, 10], "state": [4, 5, 6, 7, 8, 9], "relax_delay_treg": [4, 5, 6, 7, 8, 9], "time": [4, 5, 6, 7, 8, 9], "between": [4, 5, 6, 7, 8, 9], "cycl": [4, 5, 6, 7, 8, 9], "rep": [4, 5, 6, 7, 8, 9], "unit": [4, 5, 6, 7, 8, 9], "readout_length_treg": [4, 6, 7, 8, 9], "accumul": [4, 5, 6, 7, 8, 9], "laser_readout_offset_treg": [4, 6, 7, 8, 9], "trigger": [4, 5, 6, 7, 8, 9], "laser_gate_pmod": [4, 5, 6, 7, 8, 9], "pmod": [4, 5, 6, 7, 8, 9], "hahnechodelai": 4, "sweep": [4, 5, 6, 7, 8, 9], "compil": [4, 5, 6, 7, 8], "assembli": [4, 5, 6, 7, 8, 9], "languag": [4, 5, 6, 7, 8], "code": [4, 5, 6, 7, 8, 9, 10], "setup": [4, 5, 6, 7, 8, 9], "mw": [4, 5, 6, 7, 8, 9, 10], "perform": [4, 5, 6, 7, 8, 9, 10], "setp": [4, 5, 6, 7, 8, 9], "exectu": [4, 5, 6, 7, 8, 9], "plot_sequ": [4, 5, 6, 7, 8, 9], "plot": [4, 5, 6, 7, 8, 9], "self": [4, 5, 6, 7, 8, 9], "time_per_rep": [4, 5, 6, 7, 8, 9], "approximatetim": [4, 5, 6, 7, 8, 9], "complet": [4, 5, 6, 7, 8, 9], "total_tim": [4, 5, 6, 7, 8, 9], "approxim": [4, 5, 6, 7, 8, 9], "total": [4, 5, 6, 7, 8, 9], "entir": [4, 5, 6, 7, 8, 9], "program": [4, 5, 6, 7, 8, 9, 10], "acquir": [4, 5, 6, 7, 8, 9], "raw_data": [4, 5, 6, 7, 9], "fals": [4, 5, 6, 7, 9], "arg": [4, 5, 6, 7, 9], "kwarg": [4, 5, 6, 7, 9], "buffer": [4, 5, 6, 7, 8, 9], "proram": [4, 5, 6, 7, 9], "q": [4, 5, 6, 7, 9], "soc": [4, 5, 6, 7, 9], "qicksoc": [4, 5, 6, 7, 9], "reads_per_rep": [4, 5, 6, 7, 9], "load_puls": [4, 5, 6, 7, 9], "load": [4, 5, 6, 7, 9], "envelop": [4, 5, 6, 7, 9], "start_src": [4, 5, 6, 7, 9], "str": [4, 5, 6, 7, 9], "tproc": [4, 5, 6, 7, 9], "immedi": [4, 5, 6, 7, 9], "round": [4, 5, 6, 7, 9], "wait": [4, 5, 6, 7, 9], "progress": [4, 5, 6, 7, 9], "bar": [4, 5, 6, 7, 9, 10], "debug": [4, 5, 6, 7, 9], "ndarrai": [4, 5, 6, 7, 9], "raw": [4, 5, 6, 7, 9], "iq": [4, 5, 6, 7, 9], "int32": [4, 5, 6, 7, 9], "last": [4, 5, 6, 7, 9], "kept": [4, 5, 6, 7, 9], "dimens": [4, 5, 6, 7, 9], "n_ch": [4, 5, 6, 7, 9], "n_expt": [4, 5, 6, 7, 9], "n_rep": [4, 5, 6, 7, 9], "n_read": [4, 5, 6, 7, 9], "averag": [4, 5, 6, 7, 9], "float": [4, 5, 6, 7, 9], "length": [4, 5, 6, 7, 9], "ro": [4, 5, 6, 7, 9], "shot_threshold": [4, 5, 6, 7, 9], "defin": [4, 5, 6, 7, 9], "fraction": [4, 5, 6, 7, 9], "threshold": [4, 5, 6, 7, 9], "simpl": [4, 5, 6, 7, 9], "multipl": [4, 5, 6, 7, 8, 9], "expt": [4, 5, 6, 7, 9], "peform": [4, 6, 7, 9], "four": [4, 6, 7, 9], "doe": [4, 6, 7, 9], "differ": [4, 5, 7, 9], "phase": [4, 7], "final": [4, 7], "pi": [4, 6, 7, 9], "delai": [4, 5, 6, 7, 8, 9], "180": [4, 7], "degre": [4, 7], "10": [4, 7], "configur": [4, 5, 6, 7, 8, 9, 10], "readout_integration_t": [4, 5, 6, 7, 9], "initiailz": [4, 6, 7, 9], "function": [4, 5, 6, 7, 8, 9], "none": [4, 5, 6, 7, 8, 9], "default": [4, 5, 6, 7, 8, 9, 10], "If": [4, 5, 6, 7, 8, 9], "object": [4, 5, 6, 7, 8, 9], "ad": [4, 5, 6, 7, 8, 9, 10], "optic": [5, 10], "nuclear": 5, "magnet": [5, 10], "reson": [5, 10], "photoluminescnec": 5, "intens": [5, 10], "pl": [5, 10], "frequenc": [5, 10], "mw_start_freg": 5, "mw_end_freg": 5, "micrewav": 5, "nsweep_point": 5, "mw_start_fmhz": 5, "mw_end_fmhz": 5, "long": [5, 6, 8, 9], "readout_integration_treg": 5, "per": 5, "analyze_result": 5, "odmr_contrast": 5, "1d": 5, "arrai": [5, 10], "analyz": 5, "np": 5, "itemattribut": 5, "len": 5, "ghz": 5, "swept": 5, "nfrequenc": 5, "mwicrowav": 5, "minu": 5, "refrenc": 5, "100": 5, "acquisit": 5, "integr": [5, 10], "readout_intregration_t": 5, "microav": 5, "run": [5, 10], "fo": 5, "same": 5, "amount": 5, "nvqicksweep": 5, "squenc": [5, 6, 7, 8, 9], "configuraiton": [5, 6, 7, 8, 9], "exclud": 5, "ani": [5, 10], "overhead": 5, "full": 5, "determin": 6, "your": 6, "experimetanl": 6, "1020": [6, 8, 9], "emasur": 6, "No": 6, "rmasei": 7, "calibr": 8, "gate": [8, 10], "rel": 8, "intend": 8, "get_readout_window": 8, "accomod": 8, "contrast": [8, 10], "return": 8, "just": [8, 9], "laser_initalize_t": 8, "laser_readout_offset_t": 8, "etc": 8, "readout_length_t": 8, "mw_pi2_t": 8, "otherwis": [8, 10], "t1decaysweep": 9, "wot": 9, "dawg": 10, "extens": 10, "nitrogen": 10, "vacanc": 10, "diamond": 10, "sens": 10, "applic": 10, "util": 10, "radio": 10, "system": 10, "field": 10, "programm": 10, "significantli": 10, "less": 10, "expens": 10, "current": 10, "avail": 10, "potenti": 10, "superior": 10, "capabl": 10, "specif": 10, "photoluminesc": 10, "t": 10, "jupyt": 10, "demonstr": 10, "typic": 10, "low": 10, "differenti": 10, "amplifi": 10, "power": 10, "readm": 10, "hanhn": 10, "come": 10, "soon": 10, "deault": 10, "copi": 10, "adjust": 10, "few": 10, "py": 10, "graph": 10, "mhz": 10, "versu": 10, "rais": 10, "issu": 10, "button": 10, "side": 10, "email": 10, "andi": 10, "mounc": 10, "amounc": 10, "sandia": 10, "gov": 10, "further": 10, "emmelin": 10, "riendeau": 10, "nanotechnologi": 10, "cint": 10, "nation": 10, "laboratori": 10, "haverford": 10, "colleg": 10, "24": 10, "thank": 10, "sho": 10, "uemura": 10, "fermi": 10, "help": 10, "u": 10, "edit": 10, "copyright": 10, "2023": 10, "technologi": 10, "engin": 10, "solut": 10, "llc": 10, "ntess": 10, "term": 10, "contract": 10, "de": 10, "na0003525": 10, "govern": 10, "retain": 10, "certain": 10, "permiss": 10, "herebi": 10, "grant": 10, "free": 10, "charg": 10, "person": 10, "obtain": 10, "associ": 10, "file": 10, "deal": 10, "without": 10, "restrict": 10, "merg": 10, "publish": 10, "distribut": 10, "sublicens": 10, "sell": 10, "permit": 10, "whom": 10, "furnish": 10, "subject": 10, "condit": 10, "notic": 10, "shall": 10, "substanti": 10, "portion": 10, "THE": 10, "AS": 10, "warranti": 10, "OF": 10, "kind": 10, "express": 10, "OR": 10, "impli": 10, "BUT": 10, "NOT": 10, "TO": 10, "merchant": 10, "fit": 10, "FOR": 10, "particular": 10, "AND": 10, "noninfring": 10, "NO": 10, "event": 10, "BE": 10, "liabl": 10, "claim": 10, "damag": 10, "liabil": 10, "action": 10, "tort": 10, "aris": 10, "out": 10, "connect": 10, "WITH": 10, "activ": 10, "updat": 10, "_static": [], "myfil": []}, "objects": {"qickdawg": [[4, 0, 1, "", "HahnEchoDelaySweep"], [5, 0, 1, "", "LockinODMR"], [6, 0, 1, "", "RabiSweep"], [7, 0, 1, "", "Ramsey"], [8, 0, 1, "", "ReadoutWindow"], [9, 0, 1, "", "T1DelaySweep"]], "qickdawg.HahnEchoDelaySweep": [[4, 1, 1, "", "acquire"], [4, 1, 1, "", "body"], [4, 1, 1, "", "initialize"], [4, 1, 1, "", "plot_sequence"]], "qickdawg.LockinODMR": [[5, 1, 1, "", "acquire"], [5, 1, 1, "", "analyze_results"], [5, 1, 1, "", "body"], [5, 1, 1, "", "initialize"], [5, 1, 1, "", "plot_sequence"], [5, 1, 1, "", "time_per_rep"], [5, 1, 1, "", "total_time"]], "qickdawg.RabiSweep": [[6, 1, 1, "", "acquire"], [6, 1, 1, "", "body"], [6, 1, 1, "", "initialize"], [6, 1, 1, "", "plot_sequence"]], "qickdawg.Ramsey": [[7, 1, 1, "", "acquire"], [7, 1, 1, "", "body"], [7, 1, 1, "", "initialize"], [7, 1, 1, "", "plot_sequence"]], "qickdawg.ReadoutWindow": [[8, 1, 1, "", "body"], [8, 1, 1, "", "initialize"], [8, 1, 1, "", "plot_sequence"]], "qickdawg.T1DelaySweep": [[9, 1, 1, "", "acquire"], [9, 1, 1, "", "body"], [9, 1, 1, "", "initialize"], [9, 1, 1, "", "plot_sequence"]]}, "objtypes": {"0": "py:class", "1": "py:method"}, "objnames": {"0": ["py", "class", "Python class"], "1": ["py", "method", "Python method"]}, "titleterms": {"hardwar": [0, 2, 10], "setup": [0, 1, 2], "1": [0, 2], "enclosur": [0, 2], "overview": 0, "2": [0, 2], "modif": 0, "2a": [0, 2], "drill": 0, "hole": 0, "2b": [0, 2], "3d": 0, "print": 0, "cage": 0, "2c": 0, "low": [0, 2], "frequenc": [0, 2], "differenti": [0, 2], "amplifi": [0, 2], "modifi": 0, "instal": [0, 2, 10], "readm": 0, "1b": [0, 2], "br": [0, 10], "connect": [0, 2], "2d": 0, "bnc": 0, "pmod": [0, 2], "ttl": 0, "3": 0, "assembl": [0, 2], "compon": 0, "3a": 0, "power": [0, 2], "3b": 0, "secur": 0, "rfsoc4x2": [0, 2], "3c": 0, "front": 0, "panel": 0, "assembli": 0, "3e": 0, "input": 0, "signal": 0, "3f": 0, "router": 0, "ethernet": 0, "qick": [1, 2], "dawg": [1, 2], "The": 1, "basic": 1, "program": 1, "puls": 1, "sequenc": 1, "indic": 1, "tabl": 1, "prerequisit": 2, "softwar": 2, "1a": 2, "bipass": 2, "remov": 2, "balun": 2, "capacitor": 2, "1c": 2, "digial": 2, "output": 2, "1d": 2, "your": 2, "board": 2, "1e": 2, "option": 2, "full": 2, "other": 2, "you": 2, "flash": 2, "micro": 2, "sd": 2, "card": 2, "remot": 2, "copi": 2, "necessari": 2, "file": 2, "jupyt": 2, "server": 2, "run": 2, "pyro": 2, "cpmgxy": 3, "8": 3, "hahn": 4, "echo": 4, "paramet": [4, 5, 6, 7, 8, 9], "method": [4, 5, 6, 7, 8, 9], "return": [4, 5, 6, 7, 9], "odmr": 5, "rabi": 6, "oscil": 6, "ramsei": 7, "interferometri": 7, "readout": 8, "window": 8, "t1": 9, "relax": 9, "introduct": 10, "quantum": 10, "instrument": 10, "control": 10, "kit": 10, "defect": 10, "arbitrari": 10, "waveform": 10, "gener": 10, "descript": 10, "usag": 10, "support": 10, "author": 10, "acknowledg": 10, "licens": 10, "project": 10, "statu": 10}, "envversion": {"sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx": 60}, "alltitles": {"Hardware Setup": [[0, "hardware-setup"]], "1. Enclosure Overview": [[0, "enclosure-overview"]], "2. Enclosure Modification": [[0, "enclosure-modification"]], "2a. Drilling Holes": [[0, "a-drilling-holes"]], "2b. 3D Printed Cages": [[0, "b-3d-printed-cages"]], "2c. Low-Frequency Differential Amplifier": [[0, "c-low-frequency-differential-amplifier"]], "Modified Installation Readme 1b.
    Connect the low-frequency differential amplifier": [[0, "modified-installation-readme-1b-connect-the-low-frequency-differential-amplifier"]], "2d. BNC to PMOD TTL": [[0, "d-bnc-to-pmod-ttl"]], "3. Assembling the Components": [[0, "assembling-the-components"]], "3a. Power": [[0, "a-power"]], "3b. Securing the RFSoC4x2": [[0, "b-securing-the-rfsoc4x2"]], "3c. Securing 3D Printed Cages": [[0, "c-securing-3d-printed-cages"]], "3d. Front Panel Assembly": [[0, "d-front-panel-assembly"]], "3e. Input Signal Assembly": [[0, "e-input-signal-assembly"]], "3f. Router and Ethernet Connection": [[0, "f-router-and-ethernet-connection"]], "Installation": [[2, "installation"], [10, "installation"]], "1. Setup RFSoC4x2 Hardware": [[2, "setup-rfsoc4x2-hardware"]], "Prerequisites": [[2, "prerequisites"]], "Software": [[2, "software"]], "1a. Bipass/Remove the Balun & Capacitors": [[2, "a-bipass-remove-the-balun-capacitors"]], "1b. Connect the low frequency differential amplifier": [[2, "b-connect-the-low-frequency-differential-amplifier"]], "1c. Connect PMOD digial outputs": [[2, "c-connect-pmod-digial-outputs"]], "1d. Assembling and powering on your RFSoC4x2 board": [[2, "d-assembling-and-powering-on-your-rfsoc4x2-board"]], "1e. (Optional) Full enclosure": [[2, "e-optional-full-enclosure"]], "2. Install QICK-DAWG and other software to you RFSoC4x2 board": [[2, "install-qick-dawg-and-other-software-to-you-rfsoc4x2-board"]], "2a. Flashing your Micro SD Card": [[2, "a-flashing-your-micro-sd-card"]], "2b. Remotely connect to your RFSoC4x2": [[2, "b-remotely-connect-to-your-rfsoc4x2"]], "Copying Necessary Files to the RFSoC4x2": [[2, "copying-necessary-files-to-the-rfsoc4x2"]], "Connecting to the Jupyter Server": [[2, "connecting-to-the-jupyter-server"]], "Run the pyro server to remotely connect to QICK and the RFSoC4x2": [[2, "run-the-pyro-server-to-remotely-connect-to-qick-and-the-rfsoc4x2"]], "CPMGXY-8": [[3, "cpmgxy-8"]], "Hahn Echo": [[4, "hahn-echo"]], "Parameters": [[4, "parameters"], [4, "id1"], [4, "id2"], [5, "parameters"], [5, "id1"], [5, "id2"], [5, "id5"], [6, "parameters"], [6, "id1"], [6, "id2"], [7, "parameters"], [7, "id1"], [7, "id2"], [8, "parameters"], [8, "id1"], [9, "parameters"], [9, "id1"], [9, "id2"]], "Methods": [[4, "methods"], [5, "methods"], [6, "methods"], [7, "methods"], [8, "methods"], [9, "methods"]], "Returns": [[4, "returns"], [5, "returns"], [6, "returns"], [7, "returns"], [9, "returns"]], "ODMR": [[5, "odmr"]], "Rabi Oscillations": [[6, "rabi-oscillations"]], "Ramsey Interferometry": [[7, "ramsey-interferometry"]], "Readout Window": [[8, "readout-window"]], "T1 Relaxation": [[9, "t1-relaxation"]], "Introduction": [[10, "introduction"]], "Quantum Instrumentation Control Kit -
    Defect Arbitrary Waveform Generator": [[10, "quantum-instrumentation-control-kit-defect-arbitrary-waveform-generator"]], "Description": [[10, "description"]], "Hardware": [[10, "hardware"]], "Usage": [[10, "usage"]], "Support": [[10, "support"]], "Authors and acknowledgment": [[10, "authors-and-acknowledgment"]], "License": [[10, "license"]], "Project status": [[10, "project-status"]], "QICK-DAWG": [[1, "qick-dawg"]], "The basics": [[1, null]], "Programs/Pulse Sequences": [[1, null]], "Setup": [[1, null]], "Indices and tables": [[1, "indices-and-tables"]]}, "indexentries": {}}) \ No newline at end of file diff --git a/docs/build/thebasics/ReadMe.html b/docs/build/thebasics/ReadMe.html new file mode 100644 index 0000000..6a0280b --- /dev/null +++ b/docs/build/thebasics/ReadMe.html @@ -0,0 +1,245 @@ + + + + + + + Introduction — QICK-DAWG documentation + + + + + + + + + + + + + + + + + + + +
    + + +
    + +
    +
    +
    + +
    +
    +
    +
    + +
    +

    Introduction

    +
    +

    Quantum Instrumentation Control Kit -
    Defect Arbitrary Waveform Generator

    +

    + QD logo +

    +
    +
    +

    Description

    +

    The Quantum Instrumentation Control Kit - Defect Arbitrary Waveform Generator (QICK-DAWG) is an extension of QICK with the purpose of controlling nitrogen-vacancy in diamond and other quantum defects for quantum sensing and other quantum applications. QICK-DAWG utilizes Xilinx Radio Frequency System-on-Chip (RFSoC) Field Programmable Gate Array (FPGAs) evaluation boards which are significantly less expensive than hardware currently available and have the potential for superior capabilities.

    +

    In this package we supply specific mw, laser, and readout pulsing code to characterize photoluminescence intensity, optically detected magnetic resonance (ODMR), spin readout, Rabi Oscillation, Hahn Echo T2, and T1 relaxation. A Jupyter Notebook Demo is included for performing all of these measurements with an RFSoC4x2 to demonstrate typical measurements.

    +
    +
    +

    Hardware

    + +
    +
    +

    Installation

    +

    To install QICKDAWG software follow the README found here. Software installation includes:

    +
    +
    +

    Usage

    +

    QICKDAWG has programs for the characterization of:

    +
      +
    • Photoluminescence (PL) Intensity

    • +
    • Optically Detected Magnetic Resonance (ODMR)

    • +
    • Readout Window

    • +
    • Rabi Oscillations

    • +
    • Hanhn Echo T2

    • +
    • T1 Relaxation

    • +
    +

    using a ZCU111 or RFSoC4x2. Support for the ZCU216 coming soon.

    + +
    +
    +

    Support

    +

    To raise an issue use the Issues button on the side bar. Email Andy Mounce at amounce@sandia.gov for further support.

    +
    +
    +

    Authors and acknowledgment

    +

    Andy Mounce1, Emmeline Riendeau1,2

    +

    1: Center for Integrated Nanotechnology (CINT), Sandia National Laboratories
    +2: Haverford College ‘24

    +

    Thank you to Sho Uemura at Fermi Labs for helping us edit the QICK firmware.

    +
    +
    +

    License

    +

    Copyright 2023 National Technology & Engineering Solutions of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the U.S. Government retains certain rights in this software.

    +

    Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the “Software”), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions:

    +

    The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software.

    +

    THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE +OR OTHER DEALINGS IN THE SOFTWARE.

    +
    +
    +

    Project status

    +

    QICKDAWG project is active and updates will be added as changes are made.

    +
    +
    + + +
    +
    + +
    +
    +
    +
    + + + + \ No newline at end of file diff --git a/docs/source/_static/Enclosure_Front.STEP b/docs/source/_static/Enclosure_Front.STEP new file mode 100644 index 0000000..c9e662c --- /dev/null +++ b/docs/source/_static/Enclosure_Front.STEP @@ -0,0 +1,1293 @@ +ISO-10303-21; +HEADER; +FILE_DESCRIPTION (( 'STEP AP203' ), + '1' ); +FILE_NAME ('Enclosure_Front.STEP', + '2023-12-30T01:16:06', + ( '' ), + ( '' ), + 'SwSTEP 2.0', + 'SolidWorks 2022', + '' ); +FILE_SCHEMA (( 'CONFIG_CONTROL_DESIGN' )); +ENDSEC; + +DATA; +#1 = FACE_BOUND ( 'NONE', #925, .T. ) ; +#2 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000026645, 0.000000000000000000, 0.5625000000000790479 ) ) ; +#3 = ORIENTED_EDGE ( 'NONE', *, *, #7, .T. ) ; +#4 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#5 = DATE_AND_TIME ( #1187, #185 ) ; +#6 = VERTEX_POINT ( 'NONE', #666 ) ; +#7 = EDGE_CURVE ( 'NONE', #293, #851, #174, .T. ) ; +#8 = FACE_OUTER_BOUND ( 'NONE', #635, .T. ) ; +#9 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#10 = ORIENTED_EDGE ( 'NONE', *, *, #391, .F. ) ; +#11 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.000000000000000000, 1.150251786806005760E-16 ) ) ; +#12 = CIRCLE ( 'NONE', #395, 0.1875000000000003886 ) ; +#13 = ORIENTED_EDGE ( 'NONE', *, *, #886, .T. ) ; +#14 = AXIS2_PLACEMENT_3D ( 'NONE', #989, #974, #894 ) ; +#15 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000026645, 0.1250000000000000000, 0.7500000000000793809 ) ) ; +#16 = ORIENTED_EDGE ( 'NONE', *, *, #646, .T. ) ; +#17 = PLANE ( 'NONE', #965 ) ; +#18 = EDGE_CURVE ( 'NONE', #754, #1144, #868, .T. ) ; +#19 = ORIENTED_EDGE ( 'NONE', *, *, #1084, .F. ) ; +#20 = AXIS2_PLACEMENT_3D ( 'NONE', #98, #1263, #801 ) ; +#21 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#22 = SHAPE_DEFINITION_REPRESENTATION ( #172, #76 ) ; +#23 = AXIS2_PLACEMENT_3D ( 'NONE', #332, #728, #1121 ) ; +#24 = EDGE_LOOP ( 'NONE', ( #692, #899 ) ) ; +#25 = AXIS2_PLACEMENT_3D ( 'NONE', #1140, #661, #451 ) ; +#26 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#27 = VERTEX_POINT ( 'NONE', #473 ) ; +#28 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.000000000000000000, -0.6220472440943773940 ) ) ; +#29 = VERTEX_POINT ( 'NONE', #380 ) ; +#30 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000028422, 0.1250000000000000000, 0.9375000000000901501 ) ) ; +#31 = CIRCLE ( 'NONE', #471, 0.1874999999999998335 ) ; +#32 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#33 = VERTEX_POINT ( 'NONE', #670 ) ; +#34 = FACE_OUTER_BOUND ( 'NONE', #1039, .T. ) ; +#35 = ORIENTED_EDGE ( 'NONE', *, *, #775, .T. ) ; +#36 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#37 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.1250000000000000000, -0.7499999999998895328 ) ) ; +#38 = ADVANCED_FACE ( 'NONE', ( #1062 ), #87, .F. ) ; +#39 = PERSON_AND_ORGANIZATION_ROLE ( 'classification_officer' ) ; +#40 = EDGE_LOOP ( 'NONE', ( #1235, #822 ) ) ; +#41 = EDGE_CURVE ( 'NONE', #1001, #1144, #1222, .T. ) ; +#42 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#43 = ORIENTED_EDGE ( 'NONE', *, *, #764, .T. ) ; +#44 = LINE ( 'NONE', #1131, #942 ) ; +#45 = DIRECTION ( 'NONE', ( -0.000000000000000000, -1.000000000000000000, -0.000000000000000000 ) ) ; +#46 = VERTEX_POINT ( 'NONE', #191 ) ; +#47 = CLOSED_SHELL ( 'NONE', ( #914, #147, #1251, #466, #104, #367, #91, #1078, #378, #1275, #188, #522, #1267, #329, #586, #1262, #922, #767, #931, #952, #1156, #117, #1154, #289, #1086, #55, #1054, #433, #38, #878, #72, #862, #707, #631 ) ) ; +#48 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#49 = ORIENTED_EDGE ( 'NONE', *, *, #725, .T. ) ; +#50 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#51 = VERTEX_POINT ( 'NONE', #1158 ) ; +#52 = EDGE_LOOP ( 'NONE', ( #1232, #19 ) ) ; +#53 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#54 = CIRCLE ( 'NONE', #278, 0.1875000000000003886 ) ; +#55 = ADVANCED_FACE ( 'NONE', ( #383 ), #772, .F. ) ; +#56 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.000000000000000000, -0.8779527559054017827 ) ) ; +#57 = FACE_OUTER_BOUND ( 'NONE', #1127, .T. ) ; +#58 = ORIENTED_EDGE ( 'NONE', *, *, #337, .T. ) ; +#59 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#60 = ORIENTED_EDGE ( 'NONE', *, *, #935, .F. ) ; +#61 = APPROVAL_PERSON_ORGANIZATION ( #222, #64, #610 ) ; +#62 = FACE_BOUND ( 'NONE', #877, .T. ) ; +#63 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.000000000000000000, 0.7500000000000469624 ) ) ; +#64 = APPROVAL ( #708, 'UNSPECIFIED' ) ; +#65 = EDGE_CURVE ( 'NONE', #851, #627, #80, .T. ) ; +#66 = ORIENTED_EDGE ( 'NONE', *, *, #753, .F. ) ; +#67 = APPLICATION_CONTEXT ( 'configuration controlled 3d designs of mechanical parts and assemblies' ) ; +#68 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#69 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000002220, 0.000000000000000000, -0.5624999999998896438 ) ) ; +#70 = CARTESIAN_POINT ( 'NONE', ( 0.000000000000000000, 0.1250000000000000000, 0.000000000000000000 ) ) ; +#71 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000027534, 0.000000000000000000, 0.5625000000001106892 ) ) ; +#72 = ADVANCED_FACE ( 'NONE', ( #275 ), #956, .F. ) ; +#73 = DIRECTION ( 'NONE', ( 0.000000000000000000, -0.000000000000000000, -1.000000000000000000 ) ) ; +#74 = FACE_OUTER_BOUND ( 'NONE', #625, .T. ) ; +#75 = AXIS2_PLACEMENT_3D ( 'NONE', #980, #100, #778 ) ; +#76 = ADVANCED_BREP_SHAPE_REPRESENTATION ( 'Enclosure_Front', ( #1215, #673 ), #357 ) ; +#77 = EDGE_CURVE ( 'NONE', #6, #843, #344, .T. ) ; +#78 = CIRCLE ( 'NONE', #749, 0.1875000000000003886 ) ; +#79 = FACE_BOUND ( 'NONE', #1243, .T. ) ; +#80 = LINE ( 'NONE', #866, #987 ) ; +#81 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000002220, 0.000000000000000000, -0.9374999999998894218 ) ) ; +#82 = VECTOR ( 'NONE', #118, 39.37007874015748143 ) ; +#83 = CIRCLE ( 'NONE', #752, 0.1874999999999999167 ) ; +#84 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#85 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#86 = CIRCLE ( 'NONE', #548, 0.1875000000000003886 ) ; +#87 = CYLINDRICAL_SURFACE ( 'NONE', #273, 0.1875000000000003886 ) ; +#88 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#89 = EDGE_CURVE ( 'NONE', #979, #1172, #1095, .T. ) ; +#90 = ORIENTED_EDGE ( 'NONE', *, *, #762, .F. ) ; +#91 = ADVANCED_FACE ( 'NONE', ( #74 ), #769, .F. ) ; +#92 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#93 = CARTESIAN_POINT ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 0.000000000000000000 ) ) ; +#94 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.000000000000000000, 0.6220472440945554737 ) ) ; +#95 = ORIENTED_EDGE ( 'NONE', *, *, #1047, .F. ) ; +#96 = EDGE_CURVE ( 'NONE', #133, #1081, #578, .T. ) ; +#97 = AXIS2_PLACEMENT_3D ( 'NONE', #151, #541, #527 ) ; +#98 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.1250000000000000000, -0.7499999999998895328 ) ) ; +#99 = ORIENTED_EDGE ( 'NONE', *, *, #1223, .T. ) ; +#100 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#101 = FACE_OUTER_BOUND ( 'NONE', #1053, .T. ) ; +#102 = VERTEX_POINT ( 'NONE', #465 ) ; +#103 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000026645, 0.000000000000000000, 0.7500000000000793809 ) ) ; +#104 = ADVANCED_FACE ( 'NONE', ( #840 ), #936, .F. ) ; +#105 = PERSON_AND_ORGANIZATION ( #1241, #569 ) ; +#106 = ORIENTED_EDGE ( 'NONE', *, *, #268, .F. ) ; +#107 = EDGE_CURVE ( 'NONE', #431, #255, #325, .T. ) ; +#108 = LINE ( 'NONE', #304, #463 ) ; +#109 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000027534, 0.1250000000000000000, 0.7500000000001105782 ) ) ; +#110 = ORIENTED_EDGE ( 'NONE', *, *, #384, .F. ) ; +#111 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000000888, 0.000000000000000000, -0.9374999999998997469 ) ) ; +#112 = CALENDAR_DATE ( 2023, 29, 12 ) ; +#113 = ORIENTED_EDGE ( 'NONE', *, *, #839, .F. ) ; +#114 = AXIS2_PLACEMENT_3D ( 'NONE', #525, #923, #120 ) ; +#115 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#116 = EDGE_LOOP ( 'NONE', ( #939, #417, #339, #455 ) ) ; +#117 = ADVANCED_FACE ( 'NONE', ( #734 ), #445, .F. ) ; +#118 = DIRECTION ( 'NONE', ( -0.000000000000000000, -1.000000000000000000, -0.000000000000000000 ) ) ; +#119 = ORIENTED_EDGE ( 'NONE', *, *, #337, .F. ) ; +#120 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#121 = APPROVAL_PERSON_ORGANIZATION ( #310, #848, #327 ) ; +#122 = PERSON_AND_ORGANIZATION_ROLE ( 'creator' ) ; +#123 = ORIENTED_EDGE ( 'NONE', *, *, #77, .F. ) ; +#124 = AXIS2_PLACEMENT_3D ( 'NONE', #472, #1052, #946 ) ; +#125 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#126 = EDGE_LOOP ( 'NONE', ( #1136, #366, #43, #904 ) ) ; +#127 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000002220, 0.1250000000000000000, -0.7499999999998895328 ) ) ; +#128 = ORIENTED_EDGE ( 'NONE', *, *, #789, .T. ) ; +#129 = EDGE_CURVE ( 'NONE', #462, #607, #636, .T. ) ; +#130 = AXIS2_PLACEMENT_3D ( 'NONE', #184, #671, #592 ) ; +#131 = FACE_OUTER_BOUND ( 'NONE', #1092, .T. ) ; +#132 = AXIS2_PLACEMENT_3D ( 'NONE', #1152, #1150, #557 ) ; +#133 = VERTEX_POINT ( 'NONE', #364 ) ; +#134 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#135 = ORIENTED_EDGE ( 'NONE', *, *, #539, .T. ) ; +#136 = LINE ( 'NONE', #921, #576 ) ; +#137 = EDGE_CURVE ( 'NONE', #533, #979, #154, .T. ) ; +#138 = APPLICATION_CONTEXT ( 'configuration controlled 3d designs of mechanical parts and assemblies' ) ; +#139 = EDGE_CURVE ( 'NONE', #1045, #447, #1148, .T. ) ; +#140 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000026645, 0.000000000000000000, 0.7500000000000793809 ) ) ; +#141 = AXIS2_PLACEMENT_3D ( 'NONE', #691, #88, #504 ) ; +#142 = ORIENTED_EDGE ( 'NONE', *, *, #18, .F. ) ; +#143 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#144 = ORIENTED_EDGE ( 'NONE', *, *, #384, .T. ) ; +#145 = LINE ( 'NONE', #1192, #1248 ) ; +#146 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#147 = ADVANCED_FACE ( 'NONE', ( #57 ), #1037, .F. ) ; +#148 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.1250000000000000000, 0.7500000000000572875 ) ) ; +#149 = EDGE_CURVE ( 'NONE', #633, #533, #580, .T. ) ; +#150 = ORIENTED_EDGE ( 'NONE', *, *, #65, .F. ) ; +#151 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000001776, 0.000000000000000000, -0.7499999999999207301 ) ) ; +#152 = EDGE_LOOP ( 'NONE', ( #971, #743 ) ) ; +#153 = LOCAL_TIME ( 20, 16, 6.000000000000000000, #532 ) ; +#154 = LINE ( 'NONE', #537, #1044 ) ; +#155 = EDGE_CURVE ( 'NONE', #210, #640, #83, .T. ) ; +#156 = ORIENTED_EDGE ( 'NONE', *, *, #1174, .T. ) ; +#157 = EDGE_LOOP ( 'NONE', ( #1099, #3 ) ) ; +#158 = FACE_OUTER_BOUND ( 'NONE', #1201, .T. ) ; +#159 = ORIENTED_EDGE ( 'NONE', *, *, #1023, .F. ) ; +#160 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#161 = AXIS2_PLACEMENT_3D ( 'NONE', #827, #343, #730 ) ; +#162 = ORIENTED_EDGE ( 'NONE', *, *, #1270, .F. ) ; +#163 = ORIENTED_EDGE ( 'NONE', *, *, #326, .T. ) ; +#164 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#165 = VECTOR ( 'NONE', #950, 39.37007874015748143 ) ; +#166 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#167 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#168 = LENGTH_MEASURE_WITH_UNIT ( LENGTH_MEASURE( 0.02539999999999999897 ), #258 ); +#169 = CIRCLE ( 'NONE', #335, 0.1279527559055121944 ) ; +#170 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#171 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#172 = PRODUCT_DEFINITION_SHAPE ( 'NONE', 'NONE', #241 ) ; +#173 = EDGE_LOOP ( 'NONE', ( #845, #733, #163, #836 ) ) ; +#174 = CIRCLE ( 'NONE', #834, 0.1279527559055121944 ) ; +#175 = FACE_BOUND ( 'NONE', #526, .T. ) ; +#176 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#177 = EDGE_CURVE ( 'NONE', #375, #896, #259, .T. ) ; +#178 = EDGE_CURVE ( 'NONE', #429, #714, #809, .T. ) ; +#179 = FACE_BOUND ( 'NONE', #1214, .T. ) ; +#180 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.000000000000000000, 0.7500000000000572875 ) ) ; +#181 = AXIS2_PLACEMENT_3D ( 'NONE', #1015, #617, #1122 ) ; +#182 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.1250000000000000000, -0.6220472440943773940 ) ) ; +#183 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#184 = CARTESIAN_POINT ( 'NONE', ( -9.499999999999996447, 0.1250000000000000000, -1.749999999999998446 ) ) ; +#185 = LOCAL_TIME ( 20, 16, 6.000000000000000000, #821 ) ; +#186 = VECTOR ( 'NONE', #577, 39.37007874015748143 ) ; +#187 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000027534, 0.000000000000000000, 0.5625000000001002531 ) ) ; +#188 = ADVANCED_FACE ( 'NONE', ( #860 ), #558, .F. ) ; +#189 = AXIS2_PLACEMENT_3D ( 'NONE', #288, #500, #84 ) ; +#190 = CARTESIAN_POINT ( 'NONE', ( -9.499999999999996447, 0.000000000000000000, -1.749999999999998446 ) ) ; +#191 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000002220, 0.1250000000000000000, -0.9374999999998894218 ) ) ; +#192 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#193 = ORIENTED_EDGE ( 'NONE', *, *, #775, .F. ) ; +#194 = VECTOR ( 'NONE', #313, 39.37007874015748143 ) ; +#195 = AXIS2_PLACEMENT_3D ( 'NONE', #854, #1126, #1043 ) ; +#196 = CARTESIAN_POINT ( 'NONE', ( 9.500000000000003553, 0.1250000000000000000, 1.749999999999998446 ) ) ; +#197 = EDGE_CURVE ( 'NONE', #1115, #607, #426, .T. ) ; +#198 = LINE ( 'NONE', #881, #742 ) ; +#199 = CIRCLE ( 'NONE', #298, 0.1874999999999998335 ) ; +#200 = CARTESIAN_POINT ( 'NONE', ( -9.499999999999996447, 0.000000000000000000, 1.750000000000000666 ) ) ; +#201 = EDGE_CURVE ( 'NONE', #444, #410, #44, .T. ) ; +#202 = ORIENTED_EDGE ( 'NONE', *, *, #588, .T. ) ; +#203 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#204 = ORIENTED_EDGE ( 'NONE', *, *, #137, .T. ) ; +#205 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.1250000000000000000, 0.8779527559055591013 ) ) ; +#206 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000028422, 0.000000000000000000, 0.5625000000000893730 ) ) ; +#207 = ORIENTED_EDGE ( 'NONE', *, *, #391, .T. ) ; +#208 = EDGE_CURVE ( 'NONE', #533, #633, #995, .T. ) ; +#209 = LINE ( 'NONE', #196, #254 ) ; +#210 = VERTEX_POINT ( 'NONE', #69 ) ; +#211 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#212 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#213 = ORIENTED_EDGE ( 'NONE', *, *, #155, .F. ) ; +#214 = EDGE_CURVE ( 'NONE', #688, #597, #377, .T. ) ; +#215 = DIRECTION ( 'NONE', ( 1.000000000000000000, -0.000000000000000000, -1.150251786806005760E-16 ) ) ; +#216 = PERSON_AND_ORGANIZATION ( #1241, #569 ) ; +#217 = VERTEX_POINT ( 'NONE', #252 ) ; +#218 = LINE ( 'NONE', #190, #1169 ) ; +#219 = LINE ( 'NONE', #622, #655 ) ; +#220 = EDGE_LOOP ( 'NONE', ( #404, #1193, #128, #756 ) ) ; +#221 = LINE ( 'NONE', #1205, #770 ) ; +#222 = PERSON_AND_ORGANIZATION ( #1241, #569 ) ; +#223 = ORIENTED_EDGE ( 'NONE', *, *, #960, .T. ) ; +#224 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#225 = ORIENTED_EDGE ( 'NONE', *, *, #1204, .T. ) ; +#226 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#227 = ORIENTED_EDGE ( 'NONE', *, *, #960, .F. ) ; +#228 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#229 = AXIS2_PLACEMENT_3D ( 'NONE', #511, #1128, #823 ) ; +#230 = EDGE_LOOP ( 'NONE', ( #613, #727, #1240, #1003 ) ) ; +#231 = CYLINDRICAL_SURFACE ( 'NONE', #229, 0.1279527559055121944 ) ; +#232 = ORIENTED_EDGE ( 'NONE', *, *, #129, .F. ) ; +#233 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#234 = EDGE_LOOP ( 'NONE', ( #709, #694, #460, #982 ) ) ; +#235 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#236 = MECHANICAL_CONTEXT ( 'NONE', #67, 'mechanical' ) ; +#237 = ORIENTED_EDGE ( 'NONE', *, *, #1174, .F. ) ; +#238 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#239 = ORIENTED_EDGE ( 'NONE', *, *, #1142, .T. ) ; +#240 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.000000000000000000, 0.8779527559055695374 ) ) ; +#241 = PRODUCT_DEFINITION ( 'UNKNOWN', '', #900, #564 ) ; +#242 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#243 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#244 = ORIENTED_EDGE ( 'NONE', *, *, #559, .T. ) ; +#245 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000001776, 0.1250000000000000000, -0.9374999999999107381 ) ) ; +#246 = EDGE_LOOP ( 'NONE', ( #1085, #333, #1188, #358 ) ) ; +#247 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#248 = AXIS2_PLACEMENT_3D ( 'NONE', #449, #831, #437 ) ; +#249 = ORIENTED_EDGE ( 'NONE', *, *, #798, .F. ) ; +#250 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#251 = EDGE_LOOP ( 'NONE', ( #817, #1266 ) ) ; +#252 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000001776, 0.000000000000000000, -0.5624999999999202860 ) ) ; +#253 = EDGE_CURVE ( 'NONE', #217, #917, #54, .T. ) ; +#254 = VECTOR ( 'NONE', #215, 39.37007874015748143 ) ; +#255 = VERTEX_POINT ( 'NONE', #1246 ) ; +#256 = AXIS2_PLACEMENT_3D ( 'NONE', #270, #68, #865 ) ; +#257 = EDGE_LOOP ( 'NONE', ( #1096, #1046, #390, #303 ) ) ; +#258 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( $, .METRE. ) ); +#259 = CIRCLE ( 'NONE', #25, 0.1279527559055121944 ) ; +#260 = FACE_OUTER_BOUND ( 'NONE', #318, .T. ) ; +#261 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000028422, 0.000000000000000000, 0.5625000000000893730 ) ) ; +#262 = CIRCLE ( 'NONE', #972, 0.1279527559055121944 ) ; +#263 = ORIENTED_EDGE ( 'NONE', *, *, #510, .F. ) ; +#264 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#265 = VERTEX_POINT ( 'NONE', #941 ) ; +#266 = FACE_BOUND ( 'NONE', #1199, .T. ) ; +#267 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#268 = EDGE_CURVE ( 'NONE', #29, #551, #1103, .T. ) ; +#269 = CIRCLE ( 'NONE', #515, 0.1875000000000003886 ) ; +#270 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000028422, 0.000000000000000000, 0.7500000000000898170 ) ) ; +#271 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#272 = EDGE_CURVE ( 'NONE', #51, #462, #1160, .T. ) ; +#273 = AXIS2_PLACEMENT_3D ( 'NONE', #875, #562, #183 ) ; +#274 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#275 = FACE_OUTER_BOUND ( 'NONE', #220, .T. ) ; +#276 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#277 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#278 = AXIS2_PLACEMENT_3D ( 'NONE', #643, #160, #547 ) ; +#279 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#280 = EDGE_CURVE ( 'NONE', #1129, #593, #221, .T. ) ; +#281 = PLANE ( 'NONE', #1006 ) ; +#282 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#283 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#284 = LOCAL_TIME ( 20, 16, 6.000000000000000000, #811 ) ; +#285 = VERTEX_POINT ( 'NONE', #425 ) ; +#286 = CC_DESIGN_APPROVAL ( #1109, ( #1029 ) ) ; +#287 = CIRCLE ( 'NONE', #675, 0.1279527559055121944 ) ; +#288 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.000000000000000000, -0.7499999999998895328 ) ) ; +#289 = ADVANCED_FACE ( 'NONE', ( #930 ), #1213, .F. ) ; +#290 = AXIS2_PLACEMENT_3D ( 'NONE', #672, #872, #679 ) ; +#291 = LINE ( 'NONE', #1090, #800 ) ; +#292 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000028422, 0.1250000000000000000, 0.5625000000000893730 ) ) ; +#293 = VERTEX_POINT ( 'NONE', #609 ) ; +#294 = CIRCLE ( 'NONE', #256, 0.1875000000000003886 ) ; +#295 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.000000000000000000, 0.8779527559055591013 ) ) ; +#296 = ORIENTED_EDGE ( 'NONE', *, *, #253, .T. ) ; +#297 = LINE ( 'NONE', #690, #186 ) ; +#298 = AXIS2_PLACEMENT_3D ( 'NONE', #109, #876, #579 ) ; +#299 = CYLINDRICAL_SURFACE ( 'NONE', #530, 0.1279527559055121944 ) ; +#300 = EDGE_LOOP ( 'NONE', ( #110, #396, #1077, #159 ) ) ; +#301 = EDGE_CURVE ( 'NONE', #285, #938, #1060, .T. ) ; +#302 = FACE_OUTER_BOUND ( 'NONE', #792, .T. ) ; +#303 = ORIENTED_EDGE ( 'NONE', *, *, #820, .T. ) ; +#304 = CARTESIAN_POINT ( 'NONE', ( 9.500000000000003553, 0.1250000000000000000, 1.749999999999998446 ) ) ; +#305 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.000000000000000000, -0.7499999999998895328 ) ) ; +#306 = EDGE_CURVE ( 'NONE', #754, #422, #668, .T. ) ; +#307 = VERTEX_POINT ( 'NONE', #30 ) ; +#308 = VECTOR ( 'NONE', #919, 39.37007874015748143 ) ; +#309 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#310 = PERSON_AND_ORGANIZATION ( #1241, #569 ) ; +#311 = ORIENTED_EDGE ( 'NONE', *, *, #403, .T. ) ; +#312 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000001776, 0.000000000000000000, -0.9374999999999107381 ) ) ; +#313 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#314 = ORIENTED_EDGE ( 'NONE', *, *, #89, .T. ) ; +#315 = VECTOR ( 'NONE', #166, 39.37007874015748143 ) ; +#316 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#317 = APPROVAL_DATE_TIME ( #508, #1109 ) ; +#318 = EDGE_LOOP ( 'NONE', ( #600, #1031, #492, #223 ) ) ; +#319 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.000000000000000000, -0.8779527559054017827 ) ) ; +#320 = VERTEX_POINT ( 'NONE', #715 ) ; +#321 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#322 = ORIENTED_EDGE ( 'NONE', *, *, #272, .F. ) ; +#323 = CIRCLE ( 'NONE', #20, 0.1279527559055121944 ) ; +#324 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#325 = CIRCLE ( 'NONE', #549, 0.1875000000000003886 ) ; +#326 = EDGE_CURVE ( 'NONE', #410, #1038, #841, .T. ) ; +#327 = APPROVAL_ROLE ( '' ) ; +#328 = ORIENTED_EDGE ( 'NONE', *, *, #149, .T. ) ; +#329 = ADVANCED_FACE ( 'NONE', ( #722 ), #905, .F. ) ; +#330 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.1250000000000000000, 0.6220472440945347126 ) ) ; +#331 = EDGE_LOOP ( 'NONE', ( #237, #991, #1212, #58 ) ) ; +#332 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000001776, 0.1250000000000000000, -0.7499999999999207301 ) ) ; +#333 = ORIENTED_EDGE ( 'NONE', *, *, #940, .T. ) ; +#334 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.1250000000000000000, -0.7499999999998895328 ) ) ; +#335 = AXIS2_PLACEMENT_3D ( 'NONE', #620, #443, #804 ) ; +#336 = COORDINATED_UNIVERSAL_TIME_OFFSET ( 5, 0, .BEHIND. ) ; +#337 = EDGE_CURVE ( 'NONE', #627, #523, #735, .T. ) ; +#338 = LOCAL_TIME ( 20, 16, 6.000000000000000000, #1016 ) ; +#339 = ORIENTED_EDGE ( 'NONE', *, *, #385, .T. ) ; +#340 = FACE_OUTER_BOUND ( 'NONE', #442, .T. ) ; +#341 = ORIENTED_EDGE ( 'NONE', *, *, #751, .F. ) ; +#342 = LINE ( 'NONE', #420, #365 ) ; +#343 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#344 = CIRCLE ( 'NONE', #1155, 0.1279527559055121944 ) ; +#345 = APPROVAL_DATE_TIME ( #1000, #64 ) ; +#346 = EDGE_LOOP ( 'NONE', ( #545, #144 ) ) ; +#347 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.1250000000000000000, -0.7499999999998895328 ) ) ; +#348 = ORIENTED_EDGE ( 'NONE', *, *, #208, .T. ) ; +#349 = EDGE_CURVE ( 'NONE', #265, #1038, #810, .T. ) ; +#350 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#351 = EDGE_CURVE ( 'NONE', #462, #51, #86, .T. ) ; +#352 = ORIENTED_EDGE ( 'NONE', *, *, #1059, .F. ) ; +#353 = FACE_OUTER_BOUND ( 'NONE', #1125, .T. ) ; +#354 = EDGE_LOOP ( 'NONE', ( #348, #328 ) ) ; +#355 = AXIS2_PLACEMENT_3D ( 'NONE', #334, #21, #434 ) ; +#356 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#357 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #1056 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #556, #250, #53 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#358 = ORIENTED_EDGE ( 'NONE', *, *, #789, .F. ) ; +#359 = ORIENTED_EDGE ( 'NONE', *, *, #751, .T. ) ; +#360 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000027534, 0.000000000000000000, 0.7500000000001105782 ) ) ; +#361 = ORIENTED_EDGE ( 'NONE', *, *, #351, .T. ) ; +#362 = CIRCLE ( 'NONE', #555, 0.1875000000000003886 ) ; +#363 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.000000000000000000, 0.6220472440945347126 ) ) ; +#364 = CARTESIAN_POINT ( 'NONE', ( 9.500000000000003553, 0.1250000000000000000, 1.749999999999998446 ) ) ; +#365 = VECTOR ( 'NONE', #430, 39.37007874015748143 ) ; +#366 = ORIENTED_EDGE ( 'NONE', *, *, #107, .F. ) ; +#367 = ADVANCED_FACE ( 'NONE', ( #131 ), #819, .F. ) ; +#368 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#369 = EDGE_LOOP ( 'NONE', ( #1217, #193, #1178, #838 ) ) ; +#370 = AXIS2_PLACEMENT_3D ( 'NONE', #1226, #167, #242 ) ; +#371 = FACE_BOUND ( 'NONE', #704, .T. ) ; +#372 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000027534, 0.000000000000000000, 0.7500000000001001421 ) ) ; +#373 = AXIS2_PLACEMENT_3D ( 'NONE', #127, #226, #713 ) ; +#374 = EDGE_CURVE ( 'NONE', #1225, #33, #1041, .T. ) ; +#375 = VERTEX_POINT ( 'NONE', #595 ) ; +#376 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#377 = LINE ( 'NONE', #261, #388 ) ; +#378 = ADVANCED_FACE ( 'NONE', ( #693 ), #494, .F. ) ; +#379 = DIRECTION ( 'NONE', ( 0.000000000000000000, -1.000000000000000000, 0.000000000000000000 ) ) ; +#380 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.1250000000000000000, 0.8779527559055798624 ) ) ; +#381 = AXIS2_PLACEMENT_3D ( 'NONE', #1259, #1151, #387 ) ; +#382 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000028422, 0.1250000000000000000, 0.7500000000000898170 ) ) ; +#383 = FACE_OUTER_BOUND ( 'NONE', #731, .T. ) ; +#384 = EDGE_CURVE ( 'NONE', #640, #210, #654, .T. ) ; +#385 = EDGE_CURVE ( 'NONE', #375, #29, #884, .T. ) ; +#386 = DIRECTION ( 'NONE', ( 0.000000000000000000, -0.000000000000000000, -1.000000000000000000 ) ) ; +#387 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#388 = VECTOR ( 'NONE', #356, 39.37007874015748143 ) ; +#389 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000026645, 0.1250000000000000000, 0.9375000000000798250 ) ) ; +#390 = ORIENTED_EDGE ( 'NONE', *, *, #985, .T. ) ; +#391 = EDGE_CURVE ( 'NONE', #523, #627, #323, .T. ) ; +#392 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000027534, 0.000000000000000000, 0.9375000000001103562 ) ) ; +#393 = DIRECTION ( 'NONE', ( -0.000000000000000000, -1.000000000000000000, -0.000000000000000000 ) ) ; +#394 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#395 = AXIS2_PLACEMENT_3D ( 'NONE', #15, #48, #926 ) ; +#396 = ORIENTED_EDGE ( 'NONE', *, *, #651, .T. ) ; +#397 = CARTESIAN_POINT ( 'NONE', ( 9.500000000000003553, 0.000000000000000000, 1.749999999999998446 ) ) ; +#398 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#399 = AXIS2_PLACEMENT_3D ( 'NONE', #1256, #485, #567 ) ; +#400 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.1250000000000000000, 0.7500000000000677236 ) ) ; +#401 = VERTEX_POINT ( 'NONE', #111 ) ; +#402 = DIRECTION ( 'NONE', ( 1.000000000000000000, -0.000000000000000000, -1.150251786806005760E-16 ) ) ; +#403 = EDGE_CURVE ( 'NONE', #1081, #885, #973, .T. ) ; +#404 = ORIENTED_EDGE ( 'NONE', *, *, #940, .F. ) ; +#405 = FACE_BOUND ( 'NONE', #157, .T. ) ; +#406 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.000000000000000000, 0.7500000000000677236 ) ) ; +#407 = ORIENTED_EDGE ( 'NONE', *, *, #879, .T. ) ; +#408 = DIRECTION ( 'NONE', ( -0.000000000000000000, -1.000000000000000000, -0.000000000000000000 ) ) ; +#409 = CALENDAR_DATE ( 2023, 29, 12 ) ; +#410 = VERTEX_POINT ( 'NONE', #1074 ) ; +#411 = FACE_BOUND ( 'NONE', #1020, .T. ) ; +#412 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000001776, 0.1250000000000000000, -0.5624999999999202860 ) ) ; +#413 = ORIENTED_EDGE ( 'NONE', *, *, #1254, .T. ) ; +#414 = AXIS2_PLACEMENT_3D ( 'NONE', #634, #238, #1216 ) ; +#415 = CIRCLE ( 'NONE', #1239, 0.1874999999999999167 ) ; +#416 = LINE ( 'NONE', #977, #1195 ) ; +#417 = ORIENTED_EDGE ( 'NONE', *, *, #177, .F. ) ; +#418 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000028422, 0.000000000000000000, 0.7500000000000898170 ) ) ; +#419 = ORIENTED_EDGE ( 'NONE', *, *, #351, .F. ) ; +#420 = CARTESIAN_POINT ( 'NONE', ( 9.500000000000003553, 0.000000000000000000, -1.750000000000000666 ) ) ; +#421 = VECTOR ( 'NONE', #11, 39.37007874015748143 ) ; +#422 = VERTEX_POINT ( 'NONE', #392 ) ; +#423 = CIRCLE ( 'NONE', #1036, 0.1875000000000003886 ) ; +#424 = EDGE_CURVE ( 'NONE', #499, #1221, #78, .T. ) ; +#425 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.1250000000000000000, -0.8779527559054017827 ) ) ; +#426 = CIRCLE ( 'NONE', #964, 0.1875000000000003886 ) ; +#427 = VERTEX_POINT ( 'NONE', #1274 ) ; +#428 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.1250000000000000000, 0.8779527559055695374 ) ) ; +#429 = VERTEX_POINT ( 'NONE', #686 ) ; +#430 = DIRECTION ( 'NONE', ( -0.000000000000000000, -0.000000000000000000, -1.000000000000000000 ) ) ; +#431 = VERTEX_POINT ( 'NONE', #582 ) ; +#432 = VECTOR ( 'NONE', #1004, 39.37007874015748143 ) ; +#433 = ADVANCED_FACE ( 'NONE', ( #302 ), #1180, .F. ) ; +#434 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#435 = PERSON_AND_ORGANIZATION ( #1241, #569 ) ; +#436 = ORIENTED_EDGE ( 'NONE', *, *, #833, .T. ) ; +#437 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#438 = ORIENTED_EDGE ( 'NONE', *, *, #385, .F. ) ; +#439 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000027534, 0.000000000000000000, 0.5625000000001106892 ) ) ; +#440 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#441 = CIRCLE ( 'NONE', #948, 0.1279527559055121944 ) ; +#442 = EDGE_LOOP ( 'NONE', ( #352, #619, #239, #95 ) ) ; +#443 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#444 = VERTEX_POINT ( 'NONE', #187 ) ; +#445 = CYLINDRICAL_SURFACE ( 'NONE', #656, 0.1875000000000003886 ) ; +#446 = AXIS2_PLACEMENT_3D ( 'NONE', #954, #572, #479 ) ; +#447 = VERTEX_POINT ( 'NONE', #1093 ) ; +#448 = EDGE_CURVE ( 'NONE', #593, #502, #416, .T. ) ; +#449 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000000888, 0.000000000000000000, -0.7499999999998999689 ) ) ; +#450 = ORIENTED_EDGE ( 'NONE', *, *, #1204, .F. ) ; +#451 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#452 = PRODUCT ( 'Enclosure_Front', 'Enclosure_Front', '', ( #236 ) ) ; +#453 = AXIS2_PLACEMENT_3D ( 'NONE', #475, #543, #247 ) ; +#454 = ORIENTED_EDGE ( 'NONE', *, *, #510, .T. ) ; +#455 = ORIENTED_EDGE ( 'NONE', *, *, #268, .T. ) ; +#456 = ORIENTED_EDGE ( 'NONE', *, *, #698, .F. ) ; +#457 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#458 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#459 = AXIS2_PLACEMENT_3D ( 'NONE', #737, #125, #519 ) ; +#460 = ORIENTED_EDGE ( 'NONE', *, *, #1084, .T. ) ; +#461 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.1250000000000000000, -0.6220472440943773940 ) ) ; +#462 = VERTEX_POINT ( 'NONE', #574 ) ; +#463 = VECTOR ( 'NONE', #393, 39.37007874015748143 ) ; +#464 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#465 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000028422, 0.000000000000000000, 0.9375000000000901501 ) ) ; +#466 = ADVANCED_FACE ( 'NONE', ( #984 ), #776, .F. ) ; +#467 = CIRCLE ( 'NONE', #1137, 0.1874999999999998335 ) ; +#468 = CYLINDRICAL_SURFACE ( 'NONE', #124, 0.1279527559055121944 ) ; +#469 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#470 = CC_DESIGN_PERSON_AND_ORGANIZATION_ASSIGNMENT ( #435, #828, ( #452 ) ) ; +#471 = AXIS2_PLACEMENT_3D ( 'NONE', #779, #279, #1171 ) ; +#472 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.000000000000000000, 0.7500000000000572875 ) ) ; +#473 = CARTESIAN_POINT ( 'NONE', ( -9.499999999999996447, 0.1250000000000000000, -1.749999999999998446 ) ) ; +#474 = FACE_BOUND ( 'NONE', #712, .T. ) ; +#475 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.000000000000000000, 0.7500000000000469624 ) ) ; +#476 = VECTOR ( 'NONE', #408, 39.37007874015748143 ) ; +#477 = EDGE_CURVE ( 'NONE', #401, #830, #1087, .T. ) ; +#478 = LINE ( 'NONE', #489, #1189 ) ; +#479 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#480 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.1250000000000000000, -0.6220472440943773940 ) ) ; +#481 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000000888, 0.000000000000000000, -0.9374999999998997469 ) ) ; +#482 = AXIS2_PLACEMENT_3D ( 'NONE', #148, #243, #538 ) ; +#483 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#484 = VECTOR ( 'NONE', #458, 39.37007874015748143 ) ; +#485 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#486 = LINE ( 'NONE', #1076, #855 ) ; +#487 = ORIENTED_EDGE ( 'NONE', *, *, #705, .F. ) ; +#488 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#489 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000002220, 0.000000000000000000, -0.5624999999998896438 ) ) ; +#490 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#491 = CIRCLE ( 'NONE', #1166, 0.1279527559055121944 ) ; +#492 = ORIENTED_EDGE ( 'NONE', *, *, #96, .F. ) ; +#493 = EDGE_CURVE ( 'NONE', #1129, #133, #209, .T. ) ; +#494 = CYLINDRICAL_SURFACE ( 'NONE', #1258, 0.1874999999999999167 ) ; +#495 = EDGE_LOOP ( 'NONE', ( #647, #90 ) ) ; +#496 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#497 = AXIS2_PLACEMENT_3D ( 'NONE', #766, #282, #676 ) ; +#498 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#499 = VERTEX_POINT ( 'NONE', #880 ) ; +#500 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#501 = PERSON_AND_ORGANIZATION_ROLE ( 'design_supplier' ) ; +#502 = VERTEX_POINT ( 'NONE', #397 ) ; +#503 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.000000000000000000, -0.8779527559054017827 ) ) ; +#504 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#505 = ORIENTED_EDGE ( 'NONE', *, *, #208, .F. ) ; +#506 = AXIS2_PLACEMENT_3D ( 'NONE', #37, #228, #440 ) ; +#507 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#508 = DATE_AND_TIME ( #112, #338 ) ; +#509 = ORIENTED_EDGE ( 'NONE', *, *, #214, .F. ) ; +#510 = EDGE_CURVE ( 'NONE', #1081, #27, #1269, .T. ) ; +#511 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.000000000000000000, 0.7500000000000469624 ) ) ; +#512 = ORIENTED_EDGE ( 'NONE', *, *, #1194, .T. ) ; +#513 = CARTESIAN_POINT ( 'NONE', ( -9.499999999999996447, 0.1250000000000000000, -1.749999999999998446 ) ) ; +#514 = ORIENTED_EDGE ( 'NONE', *, *, #1023, .T. ) ; +#515 = AXIS2_PLACEMENT_3D ( 'NONE', #418, #837, #844 ) ; +#516 = AXIS2_PLACEMENT_3D ( 'NONE', #1147, #1157, #1139 ) ; +#517 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000027534, 0.1250000000000000000, 0.7500000000001001421 ) ) ; +#518 = ORIENTED_EDGE ( 'NONE', *, *, #870, .T. ) ; +#519 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#520 = ORIENTED_EDGE ( 'NONE', *, *, #201, .F. ) ; +#521 = DIRECTION ( 'NONE', ( 1.150251786806005760E-16, -0.000000000000000000, 1.000000000000000000 ) ) ; +#522 = ADVANCED_FACE ( 'NONE', ( #781 ), #1196, .F. ) ; +#523 = VERTEX_POINT ( 'NONE', #1173 ) ; +#524 = AXIS2_PLACEMENT_3D ( 'NONE', #863, #274, #170 ) ; +#525 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000027534, 0.000000000000000000, 0.7500000000001105782 ) ) ; +#526 = EDGE_LOOP ( 'NONE', ( #456, #642 ) ) ; +#527 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#528 = ORIENTED_EDGE ( 'NONE', *, *, #740, .T. ) ; +#529 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#530 = AXIS2_PLACEMENT_3D ( 'NONE', #406, #394, #1083 ) ; +#531 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#532 = COORDINATED_UNIVERSAL_TIME_OFFSET ( 5, 0, .BEHIND. ) ; +#533 = VERTEX_POINT ( 'NONE', #295 ) ; +#534 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#535 = ORIENTED_EDGE ( 'NONE', *, *, #782, .F. ) ; +#536 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#537 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.000000000000000000, 0.8779527559055591013 ) ) ; +#538 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#539 = EDGE_CURVE ( 'NONE', #858, #46, #644, .T. ) ; +#540 = ORIENTED_EDGE ( 'NONE', *, *, #178, .F. ) ; +#541 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#542 = ORIENTED_EDGE ( 'NONE', *, *, #493, .T. ) ; +#543 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#544 = ORIENTED_EDGE ( 'NONE', *, *, #1270, .T. ) ; +#545 = ORIENTED_EDGE ( 'NONE', *, *, #155, .T. ) ; +#546 = CYLINDRICAL_SURFACE ( 'NONE', #957, 0.1874999999999999167 ) ; +#547 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#548 = AXIS2_PLACEMENT_3D ( 'NONE', #140, #1007, #531 ) ; +#549 = AXIS2_PLACEMENT_3D ( 'NONE', #758, #350, #267 ) ; +#550 = AXIS2_PLACEMENT_3D ( 'NONE', #916, #706, #999 ) ; +#551 = VERTEX_POINT ( 'NONE', #573 ) ; +#552 = PLANE ( 'NONE', #1130 ) ; +#553 = FACE_OUTER_BOUND ( 'NONE', #1210, .T. ) ; +#554 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000001776, 0.000000000000000000, -0.7499999999999102940 ) ) ; +#555 = AXIS2_PLACEMENT_3D ( 'NONE', #1104, #26, #933 ) ; +#556 =( CONVERSION_BASED_UNIT ( 'INCH', #168 ) LENGTH_UNIT ( ) NAMED_UNIT ( #639 ) ); +#557 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#558 = CYLINDRICAL_SURFACE ( 'NONE', #1141, 0.1875000000000003886 ) ; +#559 = EDGE_CURVE ( 'NONE', #885, #320, #486, .T. ) ; +#560 = ORIENTED_EDGE ( 'NONE', *, *, #1101, .T. ) ; +#561 = FACE_BOUND ( 'NONE', #40, .T. ) ; +#562 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#563 = EDGE_CURVE ( 'NONE', #27, #1129, #1091, .T. ) ; +#564 = DESIGN_CONTEXT ( 'detailed design', #138, 'design' ) ; +#565 = AXIS2_PLACEMENT_3D ( 'NONE', #517, #623, #235 ) ; +#566 = PLANE ( 'NONE', #516 ) ; +#567 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#568 = CC_DESIGN_DATE_AND_TIME_ASSIGNMENT ( #5, #603, ( #241 ) ) ; +#569 = ORGANIZATION ( 'UNSPECIFIED', 'UNSPECIFIED', '' ) ; +#570 = LINE ( 'NONE', #56, #1132 ) ; +#571 = CIRCLE ( 'NONE', #14, 0.1279527559055121944 ) ; +#572 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#573 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.1250000000000000000, 0.6220472440945554737 ) ) ; +#574 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000026645, 0.000000000000000000, 0.9375000000000798250 ) ) ; +#575 = AXIS2_PLACEMENT_3D ( 'NONE', #975, #9, #981 ) ; +#576 = VECTOR ( 'NONE', #529, 39.37007874015748143 ) ; +#577 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#578 = LINE ( 'NONE', #969, #1261 ) ; +#579 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#580 = CIRCLE ( 'NONE', #915, 0.1279527559055121944 ) ; +#581 = ORIENTED_EDGE ( 'NONE', *, *, #782, .T. ) ; +#582 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000001776, 0.000000000000000000, -0.5624999999999099609 ) ) ; +#583 = CIRCLE ( 'NONE', #1079, 0.1279527559055121944 ) ; +#584 = CYLINDRICAL_SURFACE ( 'NONE', #958, 0.1279527559055121944 ) ; +#585 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000001776, 0.000000000000000000, -0.9374999999999210631 ) ) ; +#586 = ADVANCED_FACE ( 'NONE', ( #101 ), #599, .F. ) ; +#587 = ORIENTED_EDGE ( 'NONE', *, *, #983, .T. ) ; +#588 = EDGE_CURVE ( 'NONE', #917, #429, #1260, .T. ) ; +#589 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#590 = ORIENTED_EDGE ( 'NONE', *, *, #137, .F. ) ; +#591 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000027534, 0.1250000000000000000, 0.9375000000001103562 ) ) ; +#592 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, -1.000000000000000000 ) ) ; +#593 = VERTEX_POINT ( 'NONE', #200 ) ; +#594 = CC_DESIGN_DATE_AND_TIME_ASSIGNMENT ( #1117, #1207, ( #1029 ) ) ; +#595 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.000000000000000000, 0.8779527559055798624 ) ) ; +#596 = APPLICATION_PROTOCOL_DEFINITION ( 'international standard', 'config_control_design', 1994, #138 ) ; +#597 = VERTEX_POINT ( 'NONE', #292 ) ; +#598 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000027534, 0.1250000000000000000, 0.9375000000001000311 ) ) ; +#599 = PLANE ( 'NONE', #130 ) ; +#600 = ORIENTED_EDGE ( 'NONE', *, *, #798, .T. ) ; +#601 = CARTESIAN_POINT ( 'NONE', ( 9.500000000000003553, 0.1250000000000000000, -1.750000000000000666 ) ) ; +#602 = EDGE_CURVE ( 'NONE', #444, #265, #467, .T. ) ; +#603 = DATE_TIME_ROLE ( 'creation_date' ) ; +#604 = EDGE_LOOP ( 'NONE', ( #99, #913 ) ) ; +#605 = CYLINDRICAL_SURFACE ( 'NONE', #248, 0.1874999999999999167 ) ; +#606 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000000888, 0.1250000000000000000, -0.9374999999998997469 ) ) ; +#607 = VERTEX_POINT ( 'NONE', #389 ) ; +#608 = AXIS2_PLACEMENT_3D ( 'NONE', #1219, #324, #632 ) ; +#609 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.000000000000000000, -0.8779527559054017827 ) ) ; +#610 = APPROVAL_ROLE ( '' ) ; +#611 = EDGE_LOOP ( 'NONE', ( #908, #910 ) ) ; +#612 = FACE_OUTER_BOUND ( 'NONE', #257, .T. ) ; +#613 = ORIENTED_EDGE ( 'NONE', *, *, #306, .F. ) ; +#614 = FACE_OUTER_BOUND ( 'NONE', #1005, .T. ) ; +#615 = ORIENTED_EDGE ( 'NONE', *, *, #1149, .F. ) ; +#616 = VECTOR ( 'NONE', #85, 39.37007874015748143 ) ; +#617 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#618 = PERSON_AND_ORGANIZATION ( #1241, #569 ) ; +#619 = ORIENTED_EDGE ( 'NONE', *, *, #139, .T. ) ; +#620 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.1250000000000000000, -0.7499999999998895328 ) ) ; +#621 = ORIENTED_EDGE ( 'NONE', *, *, #689, .F. ) ; +#622 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000001776, 0.000000000000000000, -0.5624999999999202860 ) ) ; +#623 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#624 = APPROVAL_DATE_TIME ( #986, #848 ) ; +#625 = EDGE_LOOP ( 'NONE', ( #322, #1143, #1229, #232 ) ) ; +#626 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#627 = VERTEX_POINT ( 'NONE', #480 ) ; +#628 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.000000000000000000, -0.6220472440943773940 ) ) ; +#629 = AXIS2_PLACEMENT_3D ( 'NONE', #677, #888, #192 ) ; +#630 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000001776, 0.000000000000000000, -0.7499999999999207301 ) ) ; +#631 = ADVANCED_FACE ( 'NONE', ( #1272 ), #696, .F. ) ; +#632 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#633 = VERTEX_POINT ( 'NONE', #1184 ) ; +#634 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000000888, 0.000000000000000000, -0.7499999999998999689 ) ) ; +#635 = EDGE_LOOP ( 'NONE', ( #893, #156, #207, #150 ) ) ; +#636 = LINE ( 'NONE', #763, #165 ) ; +#637 = CIRCLE ( 'NONE', #721, 0.1279527559055121944 ) ; +#638 = CIRCLE ( 'NONE', #75, 0.1875000000000003886 ) ; +#639 = DIMENSIONAL_EXPONENTS ( 1.000000000000000000, 0.000000000000000000, 0.000000000000000000, 0.000000000000000000, 0.000000000000000000, 0.000000000000000000, 0.000000000000000000 ) ; +#640 = VERTEX_POINT ( 'NONE', #1071 ) ; +#641 = ORIENTED_EDGE ( 'NONE', *, *, #77, .T. ) ; +#642 = ORIENTED_EDGE ( 'NONE', *, *, #326, .F. ) ; +#643 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000001776, 0.000000000000000000, -0.7499999999999207301 ) ) ; +#644 = CIRCLE ( 'NONE', #1244, 0.1874999999999999167 ) ; +#645 = AXIS2_PLACEMENT_3D ( 'NONE', #816, #1211, #536 ) ; +#646 = EDGE_CURVE ( 'NONE', #551, #29, #1035, .T. ) ; +#647 = ORIENTED_EDGE ( 'NONE', *, *, #539, .F. ) ; +#648 = ORIENTED_EDGE ( 'NONE', *, *, #96, .T. ) ; +#649 = FACE_OUTER_BOUND ( 'NONE', #701, .T. ) ; +#650 = ORIENTED_EDGE ( 'NONE', *, *, #563, .F. ) ; +#651 = EDGE_CURVE ( 'NONE', #640, #46, #785, .T. ) ; +#652 = FACE_BOUND ( 'NONE', #24, .T. ) ; +#653 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.000000000000000000, -0.8779527559054017827 ) ) ; +#654 = CIRCLE ( 'NONE', #710, 0.1874999999999999167 ) ; +#655 = VECTOR ( 'NONE', #36, 39.37007874015748143 ) ; +#656 = AXIS2_PLACEMENT_3D ( 'NONE', #630, #929, #1250 ) ; +#657 = ORIENTED_EDGE ( 'NONE', *, *, #1161, .F. ) ; +#658 = ORIENTED_EDGE ( 'NONE', *, *, #857, .F. ) ; +#659 = EDGE_CURVE ( 'NONE', #896, #551, #970, .T. ) ; +#660 = PLANE ( 'NONE', #850 ) ; +#661 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#662 = CIRCLE ( 'NONE', #414, 0.1874999999999999167 ) ; +#663 = CYLINDRICAL_SURFACE ( 'NONE', #132, 0.1279527559055121944 ) ; +#664 = DIRECTION ( 'NONE', ( -0.000000000000000000, -0.000000000000000000, -1.000000000000000000 ) ) ; +#665 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000028422, 0.1250000000000000000, 0.7500000000000898170 ) ) ; +#666 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.000000000000000000, 0.6220472440945450376 ) ) ; +#667 = EDGE_CURVE ( 'NONE', #851, #293, #583, .T. ) ; +#668 = CIRCLE ( 'NONE', #114, 0.1874999999999998335 ) ; +#669 = FACE_OUTER_BOUND ( 'NONE', #369, .T. ) ; +#670 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.1250000000000000000, 0.6220472440945450376 ) ) ; +#671 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.000000000000000000, 0.000000000000000000 ) ) ; +#672 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000027534, 0.000000000000000000, 0.7500000000001105782 ) ) ; +#673 = AXIS2_PLACEMENT_3D ( 'NONE', #924, #32, #906 ) ; +#674 = FACE_BOUND ( 'NONE', #1051, .T. ) ; +#675 = AXIS2_PLACEMENT_3D ( 'NONE', #784, #1257, #483 ) ; +#676 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#677 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.000000000000000000, -0.7499999999998895328 ) ) ; +#678 = EDGE_LOOP ( 'NONE', ( #560, #641 ) ) ; +#679 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#680 = VECTOR ( 'NONE', #963, 39.37007874015748143 ) ; +#681 = EDGE_CURVE ( 'NONE', #1110, #718, #813, .T. ) ; +#682 = CIRCLE ( 'NONE', #856, 0.1875000000000003886 ) ; +#683 = FACE_BOUND ( 'NONE', #354, .T. ) ; +#684 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#685 = ORIENTED_EDGE ( 'NONE', *, *, #301, .F. ) ; +#686 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000001776, 0.1250000000000000000, -0.9374999999999210631 ) ) ; +#687 = CIRCLE ( 'NONE', #1179, 0.1279527559055121944 ) ; +#688 = VERTEX_POINT ( 'NONE', #206 ) ; +#689 = EDGE_CURVE ( 'NONE', #1144, #1001, #199, .T. ) ; +#690 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000000888, 0.000000000000000000, -0.5624999999999000799 ) ) ; +#691 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000027534, 0.1250000000000000000, 0.7500000000001001421 ) ) ; +#692 = ORIENTED_EDGE ( 'NONE', *, *, #374, .F. ) ; +#693 = FACE_OUTER_BOUND ( 'NONE', #300, .T. ) ; +#694 = ORIENTED_EDGE ( 'NONE', *, *, #967, .T. ) ; +#695 = FACE_OUTER_BOUND ( 'NONE', #1072, .T. ) ; +#696 = CYLINDRICAL_SURFACE ( 'NONE', #575, 0.1279527559055121944 ) ; +#697 = ORIENTED_EDGE ( 'NONE', *, *, #985, .F. ) ; +#698 = EDGE_CURVE ( 'NONE', #1038, #410, #1018, .T. ) ; +#699 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#700 = PERSON_AND_ORGANIZATION ( #1241, #569 ) ; +#701 = EDGE_LOOP ( 'NONE', ( #998, #227, #783, #920 ) ) ; +#702 = FACE_OUTER_BOUND ( 'NONE', #331, .T. ) ; +#703 = LINE ( 'NONE', #28, #194 ) ; +#704 = EDGE_LOOP ( 'NONE', ( #1276, #621 ) ) ; +#705 = EDGE_CURVE ( 'NONE', #51, #1115, #895, .T. ) ; +#706 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#707 = ADVANCED_FACE ( 'NONE', ( #1265 ), #299, .F. ) ; +#708 = APPROVAL_STATUS ( 'not_yet_approved' ) ; +#709 = ORIENTED_EDGE ( 'NONE', *, *, #1030, .F. ) ; +#710 = AXIS2_PLACEMENT_3D ( 'NONE', #1186, #890, #1167 ) ; +#711 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000027534, 0.1250000000000000000, 0.5625000000001106892 ) ) ; +#712 = EDGE_LOOP ( 'NONE', ( #1175, #540 ) ) ; +#713 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#714 = VERTEX_POINT ( 'NONE', #412 ) ; +#715 = CARTESIAN_POINT ( 'NONE', ( -9.499999999999996447, 0.000000000000000000, -1.749999999999998446 ) ) ; +#716 = EDGE_LOOP ( 'NONE', ( #106, #945 ) ) ; +#717 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000028422, 0.000000000000000000, 0.9375000000000901501 ) ) ; +#718 = VERTEX_POINT ( 'NONE', #797 ) ; +#719 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#720 = ORIENTED_EDGE ( 'NONE', *, *, #253, .F. ) ; +#721 = AXIS2_PLACEMENT_3D ( 'NONE', #1019, #909, #42 ) ; +#722 = FACE_OUTER_BOUND ( 'NONE', #760, .T. ) ; +#723 = APPROVAL_STATUS ( 'not_yet_approved' ) ; +#724 = ORIENTED_EDGE ( 'NONE', *, *, #306, .T. ) ; +#725 = EDGE_CURVE ( 'NONE', #265, #444, #31, .T. ) ; +#726 = CYLINDRICAL_SURFACE ( 'NONE', #826, 0.1279527559055121944 ) ; +#727 = ORIENTED_EDGE ( 'NONE', *, *, #18, .T. ) ; +#728 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#729 = EDGE_CURVE ( 'NONE', #1273, #447, #262, .T. ) ; +#730 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#731 = EDGE_LOOP ( 'NONE', ( #815, #213, #514, #135 ) ) ; +#732 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#733 = ORIENTED_EDGE ( 'NONE', *, *, #201, .T. ) ; +#734 = FACE_OUTER_BOUND ( 'NONE', #1123, .T. ) ; +#735 = CIRCLE ( 'NONE', #355, 0.1279527559055121944 ) ; +#736 = EDGE_LOOP ( 'NONE', ( #35, #976 ) ) ; +#737 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000027534, 0.000000000000000000, 0.7500000000001105782 ) ) ; +#738 = EDGE_LOOP ( 'NONE', ( #786, #542, #648, #454 ) ) ; +#739 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#740 = EDGE_CURVE ( 'NONE', #896, #375, #687, .T. ) ; +#741 = LOCAL_TIME ( 20, 16, 6.000000000000000000, #336 ) ; +#742 = VECTOR ( 'NONE', #796, 39.37007874015748143 ) ; +#743 = ORIENTED_EDGE ( 'NONE', *, *, #870, .F. ) ; +#744 = ORIENTED_EDGE ( 'NONE', *, *, #1247, .T. ) ; +#745 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#746 = EDGE_LOOP ( 'NONE', ( #49, #805 ) ) ; +#747 = CARTESIAN_POINT ( 'NONE', ( 9.500000000000003553, 0.000000000000000000, -1.750000000000000666 ) ) ; +#748 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000002220, 0.000000000000000000, -0.7499999999998895328 ) ) ; +#749 = AXIS2_PLACEMENT_3D ( 'NONE', #992, #309, #507 ) ; +#750 = CIRCLE ( 'NONE', #911, 0.1874999999999999167 ) ; +#751 = EDGE_CURVE ( 'NONE', #843, #1225, #1114, .T. ) ; +#752 = AXIS2_PLACEMENT_3D ( 'NONE', #748, #1238, #835 ) ; +#753 = EDGE_CURVE ( 'NONE', #217, #714, #219, .T. ) ; +#754 = VERTEX_POINT ( 'NONE', #439 ) ; +#755 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000001776, 0.000000000000000000, -0.7499999999999207301 ) ) ; +#756 = ORIENTED_EDGE ( 'NONE', *, *, #1161, .T. ) ; +#757 = CYLINDRICAL_SURFACE ( 'NONE', #524, 0.1874999999999998335 ) ; +#758 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000001776, 0.000000000000000000, -0.7499999999999102940 ) ) ; +#759 = VECTOR ( 'NONE', #1177, 39.37007874015748143 ) ; +#760 = EDGE_LOOP ( 'NONE', ( #1113, #1185, #937, #590 ) ) ; +#761 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#762 = EDGE_CURVE ( 'NONE', #46, #858, #918, .T. ) ; +#763 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000026645, 0.000000000000000000, 0.9375000000000798250 ) ) ; +#764 = EDGE_CURVE ( 'NONE', #431, #499, #145, .T. ) ; +#765 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000000888, 0.000000000000000000, -0.7499999999998999689 ) ) ; +#766 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000002220, 0.000000000000000000, -0.7499999999998895328 ) ) ; +#767 = ADVANCED_FACE ( 'NONE', ( #614 ), #17, .F. ) ; +#768 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.000000000000000000, 0.6220472440945554737 ) ) ; +#769 = CYLINDRICAL_SURFACE ( 'NONE', #873, 0.1875000000000003886 ) ; +#770 = VECTOR ( 'NONE', #45, 39.37007874015748143 ) ; +#771 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#772 = CYLINDRICAL_SURFACE ( 'NONE', #497, 0.1874999999999999167 ) ; +#773 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#774 = ORIENTED_EDGE ( 'NONE', *, *, #1101, .F. ) ; +#775 = EDGE_CURVE ( 'NONE', #427, #1045, #1198, .T. ) ; +#776 = CYLINDRICAL_SURFACE ( 'NONE', #189, 0.1279527559055121944 ) ; +#777 = CIRCLE ( 'NONE', #97, 0.1875000000000003886 ) ; +#778 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#779 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000027534, 0.000000000000000000, 0.7500000000001001421 ) ) ; +#780 = EDGE_LOOP ( 'NONE', ( #615, #1233 ) ) ; +#781 = FACE_OUTER_BOUND ( 'NONE', #230, .T. ) ; +#782 = EDGE_CURVE ( 'NONE', #27, #320, #912, .T. ) ; +#783 = ORIENTED_EDGE ( 'NONE', *, *, #493, .F. ) ; +#784 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.000000000000000000, -0.7499999999998895328 ) ) ; +#785 = LINE ( 'NONE', #81, #1206 ) ; +#786 = ORIENTED_EDGE ( 'NONE', *, *, #563, .T. ) ; +#787 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#788 = EDGE_LOOP ( 'NONE', ( #544, #724 ) ) ; +#789 = EDGE_CURVE ( 'NONE', #718, #938, #703, .T. ) ; +#790 = FACE_BOUND ( 'NONE', #611, .T. ) ; +#791 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000027534, 0.000000000000000000, 0.7500000000001001421 ) ) ; +#792 = EDGE_LOOP ( 'NONE', ( #487, #419, #1102, #902 ) ) ; +#793 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000002220, 0.000000000000000000, -0.7499999999998895328 ) ) ; +#794 = APPROVAL_STATUS ( 'not_yet_approved' ) ; +#795 = ORIENTED_EDGE ( 'NONE', *, *, #280, .F. ) ; +#796 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#797 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.000000000000000000, -0.6220472440943773940 ) ) ; +#798 = EDGE_CURVE ( 'NONE', #502, #885, #342, .T. ) ; +#799 = ORIENTED_EDGE ( 'NONE', *, *, #1254, .F. ) ; +#800 = VECTOR ( 'NONE', #211, 39.37007874015748143 ) ; +#801 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#802 = SECURITY_CLASSIFICATION_LEVEL ( 'unclassified' ) ; +#803 = ORIENTED_EDGE ( 'NONE', *, *, #659, .T. ) ; +#804 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#805 = ORIENTED_EDGE ( 'NONE', *, *, #602, .T. ) ; +#806 = CIRCLE ( 'NONE', #23, 0.1875000000000003886 ) ; +#807 = CARTESIAN_POINT ( 'NONE', ( 9.500000000000003553, 0.1250000000000000000, -1.750000000000000666 ) ) ; +#808 = ORIENTED_EDGE ( 'NONE', *, *, #740, .F. ) ; +#809 = CIRCLE ( 'NONE', #370, 0.1875000000000003886 ) ; +#810 = LINE ( 'NONE', #1108, #897 ) ; +#811 = COORDINATED_UNIVERSAL_TIME_OFFSET ( 5, 0, .BEHIND. ) ; +#812 = ORIENTED_EDGE ( 'NONE', *, *, #272, .T. ) ; +#813 = CIRCLE ( 'NONE', #629, 0.1279527559055121944 ) ; +#814 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.000000000000000000, -0.7499999999998895328 ) ) ; +#815 = ORIENTED_EDGE ( 'NONE', *, *, #651, .F. ) ; +#816 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000000888, 0.1250000000000000000, -0.7499999999998999689 ) ) ; +#817 = ORIENTED_EDGE ( 'NONE', *, *, #107, .T. ) ; +#818 = AXIS2_PLACEMENT_3D ( 'NONE', #372, #1028, #50 ) ; +#819 = CYLINDRICAL_SURFACE ( 'NONE', #161, 0.1875000000000003886 ) ; +#820 = EDGE_CURVE ( 'NONE', #1011, #830, #1138, .T. ) ; +#821 = COORDINATED_UNIVERSAL_TIME_OFFSET ( 5, 0, .BEHIND. ) ; +#822 = ORIENTED_EDGE ( 'NONE', *, *, #879, .F. ) ; +#823 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#824 = EDGE_LOOP ( 'NONE', ( #119, #10 ) ) ; +#825 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.000000000000000000, -1.150251786806005760E-16 ) ) ; +#826 = AXIS2_PLACEMENT_3D ( 'NONE', #814, #1209, #626 ) ; +#827 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000028422, 0.000000000000000000, 0.7500000000000898170 ) ) ; +#828 = PERSON_AND_ORGANIZATION_ROLE ( 'design_owner' ) ; +#829 = CC_DESIGN_PERSON_AND_ORGANIZATION_ASSIGNMENT ( #105, #39, ( #1029 ) ) ; +#830 = VERTEX_POINT ( 'NONE', #606 ) ; +#831 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#832 = ORIENTED_EDGE ( 'NONE', *, *, #698, .T. ) ; +#833 = EDGE_CURVE ( 'NONE', #714, #429, #806, .T. ) ; +#834 = AXIS2_PLACEMENT_3D ( 'NONE', #864, #962, #176 ) ; +#835 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#836 = ORIENTED_EDGE ( 'NONE', *, *, #349, .F. ) ; +#837 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#838 = ORIENTED_EDGE ( 'NONE', *, *, #729, .T. ) ; +#839 = EDGE_CURVE ( 'NONE', #6, #33, #136, .T. ) ; +#840 = FACE_OUTER_BOUND ( 'NONE', #173, .T. ) ; +#841 = CIRCLE ( 'NONE', #565, 0.1874999999999998335 ) ; +#842 = EDGE_LOOP ( 'NONE', ( #60, #932, #518, #697 ) ) ; +#843 = VERTEX_POINT ( 'NONE', #240 ) ; +#844 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#845 = ORIENTED_EDGE ( 'NONE', *, *, #602, .F. ) ; +#846 = FACE_BOUND ( 'NONE', #716, .T. ) ; +#847 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#848 = APPROVAL ( #723, 'UNSPECIFIED' ) ; +#849 = AXIS2_PLACEMENT_3D ( 'NONE', #755, #745, #164 ) ; +#850 = AXIS2_PLACEMENT_3D ( 'NONE', #70, #379, #73 ) ; +#851 = VERTEX_POINT ( 'NONE', #628 ) ; +#852 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000000888, 0.000000000000000000, -0.7499999999998999689 ) ) ; +#853 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#854 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.000000000000000000, 0.7500000000000677236 ) ) ; +#855 = VECTOR ( 'NONE', #869, 39.37007874015748143 ) ; +#856 = AXIS2_PLACEMENT_3D ( 'NONE', #665, #853, #376 ) ; +#857 = EDGE_CURVE ( 'NONE', #633, #1172, #1021, .T. ) ; +#858 = VERTEX_POINT ( 'NONE', #1042 ) ; +#859 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000001776, 0.000000000000000000, -0.9374999999999210631 ) ) ; +#860 = FACE_OUTER_BOUND ( 'NONE', #234, .T. ) ; +#861 = VECTOR ( 'NONE', #1164, 39.37007874015748143 ) ; +#862 = ADVANCED_FACE ( 'NONE', ( #669 ), #663, .F. ) ; +#863 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000027534, 0.000000000000000000, 0.7500000000001001421 ) ) ; +#864 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.000000000000000000, -0.7499999999998895328 ) ) ; +#865 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#866 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.000000000000000000, -0.6220472440943773940 ) ) ; +#867 = FACE_BOUND ( 'NONE', #251, .T. ) ; +#868 = LINE ( 'NONE', #71, #1055 ) ; +#869 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.000000000000000000, 1.150251786806005760E-16 ) ) ; +#870 = EDGE_CURVE ( 'NONE', #830, #1011, #750, .T. ) ; +#871 = VECTOR ( 'NONE', #4, 39.37007874015748143 ) ; +#872 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#873 = AXIS2_PLACEMENT_3D ( 'NONE', #1070, #277, #1163 ) ; +#874 = LINE ( 'NONE', #312, #616 ) ; +#875 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000028422, 0.000000000000000000, 0.7500000000000898170 ) ) ; +#876 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#877 = EDGE_LOOP ( 'NONE', ( #657, #685 ) ) ; +#878 = ADVANCED_FACE ( 'NONE', ( #1252 ), #757, .F. ) ; +#879 = EDGE_CURVE ( 'NONE', #597, #307, #682, .T. ) ; +#880 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000001776, 0.1250000000000000000, -0.5624999999999099609 ) ) ; +#881 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000027534, 0.000000000000000000, 0.9375000000001103562 ) ) ; +#882 = CARTESIAN_POINT ( 'NONE', ( -9.499999999999996447, 0.1250000000000000000, -1.749999999999998446 ) ) ; +#883 = ORIENTED_EDGE ( 'NONE', *, *, #89, .F. ) ; +#884 = LINE ( 'NONE', #966, #871 ) ; +#885 = VERTEX_POINT ( 'NONE', #747 ) ; +#886 = EDGE_CURVE ( 'NONE', #102, #688, #294, .T. ) ; +#887 = FACE_BOUND ( 'NONE', #746, .T. ) ; +#888 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#889 = VERTEX_POINT ( 'NONE', #949 ) ; +#890 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#891 = CALENDAR_DATE ( 2023, 29, 12 ) ; +#892 = EDGE_CURVE ( 'NONE', #307, #597, #423, .T. ) ; +#893 = ORIENTED_EDGE ( 'NONE', *, *, #7, .F. ) ; +#894 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#895 = LINE ( 'NONE', #2, #759 ) ; +#896 = VERTEX_POINT ( 'NONE', #768 ) ; +#897 = VECTOR ( 'NONE', #316, 39.37007874015748143 ) ; +#898 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#899 = ORIENTED_EDGE ( 'NONE', *, *, #1194, .F. ) ; +#900 = PRODUCT_DEFINITION_FORMATION_WITH_SPECIFIED_SOURCE ( 'ANY', '', #452, .NOT_KNOWN. ) ; +#901 = LINE ( 'NONE', #1112, #308 ) ; +#902 = ORIENTED_EDGE ( 'NONE', *, *, #1149, .T. ) ; +#903 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.1250000000000000000, -0.7499999999998895328 ) ) ; +#904 = ORIENTED_EDGE ( 'NONE', *, *, #424, .T. ) ; +#905 = CYLINDRICAL_SURFACE ( 'NONE', #181, 0.1279527559055121944 ) ; +#906 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.000000000000000000, 0.000000000000000000 ) ) ; +#907 = VECTOR ( 'NONE', #898, 39.37007874015748143 ) ; +#908 = ORIENTED_EDGE ( 'NONE', *, *, #951, .T. ) ; +#909 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#910 = ORIENTED_EDGE ( 'NONE', *, *, #681, .T. ) ; +#911 = AXIS2_PLACEMENT_3D ( 'NONE', #1048, #464, #761 ) ; +#912 = LINE ( 'NONE', #513, #82 ) ; +#913 = ORIENTED_EDGE ( 'NONE', *, *, #935, .T. ) ; +#914 = ADVANCED_FACE ( 'NONE', ( #553 ), #468, .F. ) ; +#915 = AXIS2_PLACEMENT_3D ( 'NONE', #63, #847, #739 ) ; +#916 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.1250000000000000000, 0.7500000000000677236 ) ) ; +#917 = VERTEX_POINT ( 'NONE', #859 ) ; +#918 = CIRCLE ( 'NONE', #373, 0.1874999999999999167 ) ; +#919 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#920 = ORIENTED_EDGE ( 'NONE', *, *, #280, .T. ) ; +#921 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.000000000000000000, 0.6220472440945450376 ) ) ; +#922 = ADVANCED_FACE ( 'NONE', ( #260 ), #566, .F. ) ; +#923 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#924 = CARTESIAN_POINT ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 0.000000000000000000 ) ) ; +#925 = EDGE_LOOP ( 'NONE', ( #988, #528 ) ) ; +#926 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#927 = EDGE_LOOP ( 'NONE', ( #520, #1133, #1025, #832 ) ) ; +#928 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.000000000000000000, 0.8779527559055695374 ) ) ; +#929 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#930 = FACE_OUTER_BOUND ( 'NONE', #126, .T. ) ; +#931 = ADVANCED_FACE ( 'NONE', ( #652, #846, #179, #62, #175, #561, #1255, #1245, #953, #1057, #955, #371, #474, #266, #1249 ), #660, .F. ) ; +#932 = ORIENTED_EDGE ( 'NONE', *, *, #477, .T. ) ; +#933 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#934 = ORIENTED_EDGE ( 'NONE', *, *, #886, .F. ) ; +#935 = EDGE_CURVE ( 'NONE', #401, #889, #415, .T. ) ; +#936 = CYLINDRICAL_SURFACE ( 'NONE', #818, 0.1874999999999998335 ) ; +#937 = ORIENTED_EDGE ( 'NONE', *, *, #1145, .T. ) ; +#938 = VERTEX_POINT ( 'NONE', #182 ) ; +#939 = ORIENTED_EDGE ( 'NONE', *, *, #659, .F. ) ; +#940 = EDGE_CURVE ( 'NONE', #1110, #285, #570, .T. ) ; +#941 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000027534, 0.000000000000000000, 0.9375000000001000311 ) ) ; +#942 = VECTOR ( 'NONE', #947, 39.37007874015748143 ) ; +#943 = ORIENTED_EDGE ( 'NONE', *, *, #1145, .F. ) ; +#944 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#945 = ORIENTED_EDGE ( 'NONE', *, *, #646, .F. ) ; +#946 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#947 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#948 = AXIS2_PLACEMENT_3D ( 'NONE', #1200, #224, #534 ) ; +#949 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000000888, 0.000000000000000000, -0.5624999999999000799 ) ) ; +#950 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#951 = EDGE_CURVE ( 'NONE', #718, #1110, #287, .T. ) ; +#952 = ADVANCED_FACE ( 'NONE', ( #1264, #1, #1170, #790, #887, #411, #674, #405, #1069, #1082, #867, #1183, #79, #683, #695 ), #281, .T. ) ; +#953 = FACE_BOUND ( 'NONE', #495, .T. ) ; +#954 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000027534, 0.1250000000000000000, 0.7500000000001105782 ) ) ; +#955 = FACE_BOUND ( 'NONE', #52, .T. ) ; +#956 = CYLINDRICAL_SURFACE ( 'NONE', #381, 0.1279527559055121944 ) ; +#957 = AXIS2_PLACEMENT_3D ( 'NONE', #852, #368, #264 ) ; +#958 = AXIS2_PLACEMENT_3D ( 'NONE', #968, #1097, #398 ) ; +#959 = APPROVAL_PERSON_ORGANIZATION ( #1197, #1109, #1094 ) ; +#960 = EDGE_CURVE ( 'NONE', #133, #502, #108, .T. ) ; +#961 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#962 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#963 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#964 = AXIS2_PLACEMENT_3D ( 'NONE', #1230, #146, #171 ) ; +#965 = AXIS2_PLACEMENT_3D ( 'NONE', #807, #521, #825 ) ; +#966 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.000000000000000000, 0.8779527559055798624 ) ) ; +#967 = EDGE_CURVE ( 'NONE', #255, #1221, #874, .T. ) ; +#968 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.000000000000000000, -0.7499999999998895328 ) ) ; +#969 = CARTESIAN_POINT ( 'NONE', ( 9.500000000000003553, 0.1250000000000000000, -1.750000000000000666 ) ) ; +#970 = LINE ( 'NONE', #94, #861 ) ; +#971 = ORIENTED_EDGE ( 'NONE', *, *, #820, .F. ) ; +#972 = AXIS2_PLACEMENT_3D ( 'NONE', #903, #997, #321 ) ; +#973 = LINE ( 'NONE', #1065, #476 ) ; +#974 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#975 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.000000000000000000, 0.7500000000000572875 ) ) ; +#976 = ORIENTED_EDGE ( 'NONE', *, *, #1059, .T. ) ; +#977 = CARTESIAN_POINT ( 'NONE', ( 9.500000000000003553, 0.000000000000000000, 1.749999999999998446 ) ) ; +#978 = CIRCLE ( 'NONE', #1236, 0.1874999999999998335 ) ; +#979 = VERTEX_POINT ( 'NONE', #205 ) ; +#980 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000001776, 0.000000000000000000, -0.7499999999999102940 ) ) ; +#981 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#982 = ORIENTED_EDGE ( 'NONE', *, *, #764, .F. ) ; +#983 = EDGE_CURVE ( 'NONE', #320, #593, #218, .T. ) ; +#984 = FACE_OUTER_BOUND ( 'NONE', #246, .T. ) ; +#985 = EDGE_CURVE ( 'NONE', #889, #1011, #297, .T. ) ; +#986 = DATE_AND_TIME ( #993, #284 ) ; +#987 = VECTOR ( 'NONE', #1153, 39.37007874015748143 ) ; +#988 = ORIENTED_EDGE ( 'NONE', *, *, #177, .T. ) ; +#989 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.000000000000000000, -0.7499999999998895328 ) ) ; +#990 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#991 = ORIENTED_EDGE ( 'NONE', *, *, #667, .F. ) ; +#992 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000001776, 0.1250000000000000000, -0.7499999999999102940 ) ) ; +#993 = CALENDAR_DATE ( 2023, 29, 12 ) ; +#994 = ORIENTED_EDGE ( 'NONE', *, *, #1247, .F. ) ; +#995 = CIRCLE ( 'NONE', #453, 0.1279527559055121944 ) ; +#996 = CARTESIAN_POINT ( 'NONE', ( 9.500000000000003553, 0.1250000000000000000, -1.750000000000000666 ) ) ; +#997 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#998 = ORIENTED_EDGE ( 'NONE', *, *, #448, .T. ) ; +#999 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#1000 = DATE_AND_TIME ( #409, #741 ) ; +#1001 = VERTEX_POINT ( 'NONE', #591 ) ; +#1002 = CYLINDRICAL_SURFACE ( 'NONE', #459, 0.1874999999999998335 ) ; +#1003 = ORIENTED_EDGE ( 'NONE', *, *, #1068, .F. ) ; +#1004 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#1005 = EDGE_LOOP ( 'NONE', ( #244, #535, #263, #311 ) ) ; +#1006 = AXIS2_PLACEMENT_3D ( 'NONE', #93, #1176, #386 ) ; +#1007 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#1008 = VECTOR ( 'NONE', #990, 39.37007874015748143 ) ; +#1009 = ORIENTED_EDGE ( 'NONE', *, *, #588, .F. ) ; +#1010 = CARTESIAN_POINT ( 'NONE', ( -9.499999999999996447, 0.1250000000000000000, 1.750000000000000666 ) ) ; +#1011 = VERTEX_POINT ( 'NONE', #1162 ) ; +#1012 = AXIS2_PLACEMENT_3D ( 'NONE', #1106, #1013, #1218 ) ; +#1013 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#1014 = CC_DESIGN_PERSON_AND_ORGANIZATION_ASSIGNMENT ( #700, #1088, ( #900 ) ) ; +#1015 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.000000000000000000, 0.7500000000000469624 ) ) ; +#1016 = COORDINATED_UNIVERSAL_TIME_OFFSET ( 5, 0, .BEHIND. ) ; +#1017 = ORIENTED_EDGE ( 'NONE', *, *, #1068, .T. ) ; +#1018 = CIRCLE ( 'NONE', #141, 0.1874999999999998335 ) ; +#1019 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.1250000000000000000, 0.7500000000000572875 ) ) ; +#1020 = EDGE_LOOP ( 'NONE', ( #13, #413 ) ) ; +#1021 = LINE ( 'NONE', #363, #315 ) ; +#1022 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#1023 = EDGE_CURVE ( 'NONE', #210, #858, #478, .T. ) ; +#1024 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#1025 = ORIENTED_EDGE ( 'NONE', *, *, #349, .T. ) ; +#1026 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000026645, 0.1250000000000000000, 0.5625000000000790479 ) ) ; +#1027 = ORIENTED_EDGE ( 'NONE', *, *, #983, .F. ) ; +#1028 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#1029 = SECURITY_CLASSIFICATION ( '', '', #802 ) ; +#1030 = EDGE_CURVE ( 'NONE', #255, #431, #638, .T. ) ; +#1031 = ORIENTED_EDGE ( 'NONE', *, *, #403, .F. ) ; +#1032 = ORIENTED_EDGE ( 'NONE', *, *, #1142, .F. ) ; +#1033 = CARTESIAN_POINT ( 'NONE', ( 9.500000000000003553, 0.1250000000000000000, 1.749999999999998446 ) ) ; +#1034 = ORIENTED_EDGE ( 'NONE', *, *, #839, .T. ) ; +#1035 = CIRCLE ( 'NONE', #1146, 0.1279527559055121944 ) ; +#1036 = AXIS2_PLACEMENT_3D ( 'NONE', #382, #1237, #457 ) ; +#1037 = CYLINDRICAL_SURFACE ( 'NONE', #195, 0.1279527559055121944 ) ; +#1038 = VERTEX_POINT ( 'NONE', #598 ) ; +#1039 = EDGE_LOOP ( 'NONE', ( #142, #162, #1017, #1107 ) ) ; +#1040 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.000000000000000000, 1.150251786806005760E-16 ) ) ; +#1041 = CIRCLE ( 'NONE', #482, 0.1279527559055121944 ) ; +#1042 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000002220, 0.1250000000000000000, -0.5624999999998896438 ) ) ; +#1043 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#1044 = VECTOR ( 'NONE', #1022, 39.37007874015748143 ) ; +#1045 = VERTEX_POINT ( 'NONE', #503 ) ; +#1046 = ORIENTED_EDGE ( 'NONE', *, *, #1223, .F. ) ; +#1047 = EDGE_CURVE ( 'NONE', #427, #1273, #291, .T. ) ; +#1048 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000000888, 0.1250000000000000000, -0.7499999999998999689 ) ) ; +#1049 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#1050 = VECTOR ( 'NONE', #143, 39.37007874015748143 ) ; +#1051 = EDGE_LOOP ( 'NONE', ( #361, #812 ) ) ; +#1052 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#1053 = EDGE_LOOP ( 'NONE', ( #587, #795, #650, #581 ) ) ; +#1054 = ADVANCED_FACE ( 'NONE', ( #702 ), #584, .F. ) ; +#1055 = VECTOR ( 'NONE', #1253, 39.37007874015748143 ) ; +#1056 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #556, 'distance_accuracy_value', 'NONE'); +#1057 = FACE_BOUND ( 'NONE', #152, .T. ) ; +#1058 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#1059 = EDGE_CURVE ( 'NONE', #1045, #427, #571, .T. ) ; +#1060 = CIRCLE ( 'NONE', #506, 0.1279527559055121944 ) ; +#1061 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#1062 = FACE_OUTER_BOUND ( 'NONE', #1227, .T. ) ; +#1063 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#1064 = CC_DESIGN_APPROVAL ( #64, ( #241 ) ) ; +#1065 = CARTESIAN_POINT ( 'NONE', ( 9.500000000000003553, 0.1250000000000000000, -1.750000000000000666 ) ) ; +#1066 = CC_DESIGN_PERSON_AND_ORGANIZATION_ASSIGNMENT ( #216, #122, ( #241 ) ) ; +#1067 = AXIS2_PLACEMENT_3D ( 'NONE', #1191, #961, #1119 ) ; +#1068 = EDGE_CURVE ( 'NONE', #422, #1001, #198, .T. ) ; +#1069 = FACE_BOUND ( 'NONE', #346, .T. ) ; +#1070 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000026645, 0.000000000000000000, 0.7500000000000793809 ) ) ; +#1071 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000002220, 0.000000000000000000, -0.9374999999998894218 ) ) ; +#1072 = EDGE_LOOP ( 'NONE', ( #1027, #1120, #249, #1134 ) ) ; +#1073 = AXIS2_PLACEMENT_3D ( 'NONE', #103, #699, #92 ) ; +#1074 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000027534, 0.1250000000000000000, 0.5625000000001002531 ) ) ; +#1075 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#1076 = CARTESIAN_POINT ( 'NONE', ( 9.500000000000003553, 0.000000000000000000, -1.750000000000000666 ) ) ; +#1077 = ORIENTED_EDGE ( 'NONE', *, *, #762, .T. ) ; +#1078 = ADVANCED_FACE ( 'NONE', ( #8 ), #1271, .F. ) ; +#1079 = AXIS2_PLACEMENT_3D ( 'NONE', #305, #283, #490 ) ; +#1080 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000002220, 0.1250000000000000000, -0.7499999999998895328 ) ) ; +#1081 = VERTEX_POINT ( 'NONE', #996 ) ; +#1082 = FACE_BOUND ( 'NONE', #604, .T. ) ; +#1083 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#1084 = EDGE_CURVE ( 'NONE', #1221, #499, #362, .T. ) ; +#1085 = ORIENTED_EDGE ( 'NONE', *, *, #681, .F. ) ; +#1086 = ADVANCED_FACE ( 'NONE', ( #612 ), #605, .F. ) ; +#1087 = LINE ( 'NONE', #481, #907 ) ; +#1088 = PERSON_AND_ORGANIZATION_ROLE ( 'creator' ) ; +#1089 = ORIENTED_EDGE ( 'NONE', *, *, #729, .F. ) ; +#1090 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.000000000000000000, -0.6220472440943773940 ) ) ; +#1091 = LINE ( 'NONE', #882, #680 ) ; +#1092 = EDGE_LOOP ( 'NONE', ( #799, #1118, #407, #450 ) ) ; +#1093 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.1250000000000000000, -0.8779527559054017827 ) ) ; +#1094 = APPROVAL_ROLE ( '' ) ; +#1095 = CIRCLE ( 'NONE', #399, 0.1279527559055121944 ) ; +#1096 = ORIENTED_EDGE ( 'NONE', *, *, #477, .F. ) ; +#1097 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#1098 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.000000000000000000, 0.7500000000000677236 ) ) ; +#1099 = ORIENTED_EDGE ( 'NONE', *, *, #667, .T. ) ; +#1100 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000001776, 0.000000000000000000, -0.7499999999999102940 ) ) ; +#1101 = EDGE_CURVE ( 'NONE', #843, #6, #441, .T. ) ; +#1102 = ORIENTED_EDGE ( 'NONE', *, *, #129, .T. ) ; +#1103 = CIRCLE ( 'NONE', #550, 0.1279527559055121944 ) ; +#1104 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000001776, 0.1250000000000000000, -0.7499999999999102940 ) ) ; +#1105 = ORIENTED_EDGE ( 'NONE', *, *, #753, .T. ) ; +#1106 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.000000000000000000, -0.7499999999998895328 ) ) ; +#1107 = ORIENTED_EDGE ( 'NONE', *, *, #41, .T. ) ; +#1108 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000027534, 0.000000000000000000, 0.9375000000001000311 ) ) ; +#1109 = APPROVAL ( #794, 'UNSPECIFIED' ) ; +#1110 = VERTEX_POINT ( 'NONE', #319 ) ; +#1111 = CIRCLE ( 'NONE', #1268, 0.1279527559055121944 ) ; +#1112 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.000000000000000000, -0.8779527559054017827 ) ) ; +#1113 = ORIENTED_EDGE ( 'NONE', *, *, #149, .F. ) ; +#1114 = LINE ( 'NONE', #928, #432 ) ; +#1115 = VERTEX_POINT ( 'NONE', #1026 ) ; +#1116 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#1117 = DATE_AND_TIME ( #891, #153 ) ; +#1118 = ORIENTED_EDGE ( 'NONE', *, *, #214, .T. ) ; +#1119 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#1120 = ORIENTED_EDGE ( 'NONE', *, *, #559, .F. ) ; +#1121 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#1122 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#1123 = EDGE_LOOP ( 'NONE', ( #1009, #720, #1105, #436 ) ) ; +#1124 = LINE ( 'NONE', #717, #1050 ) ; +#1125 = EDGE_LOOP ( 'NONE', ( #658, #505, #204, #314 ) ) ; +#1126 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#1127 = EDGE_LOOP ( 'NONE', ( #808, #803, #16, #438 ) ) ; +#1128 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#1129 = VERTEX_POINT ( 'NONE', #1010 ) ; +#1130 = AXIS2_PLACEMENT_3D ( 'NONE', #1033, #1234, #1040 ) ; +#1131 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000027534, 0.000000000000000000, 0.5625000000001002531 ) ) ; +#1132 = VECTOR ( 'NONE', #496, 39.37007874015748143 ) ; +#1133 = ORIENTED_EDGE ( 'NONE', *, *, #725, .F. ) ; +#1134 = ORIENTED_EDGE ( 'NONE', *, *, #448, .F. ) ; +#1135 = FACE_OUTER_BOUND ( 'NONE', #842, .T. ) ; +#1136 = ORIENTED_EDGE ( 'NONE', *, *, #967, .F. ) ; +#1137 = AXIS2_PLACEMENT_3D ( 'NONE', #791, #498, #773 ) ; +#1138 = CIRCLE ( 'NONE', #645, 0.1874999999999999167 ) ; +#1139 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#1140 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.000000000000000000, 0.7500000000000677236 ) ) ; +#1141 = AXIS2_PLACEMENT_3D ( 'NONE', #554, #1049, #469 ) ; +#1142 = EDGE_CURVE ( 'NONE', #447, #1273, #169, .T. ) ; +#1143 = ORIENTED_EDGE ( 'NONE', *, *, #705, .T. ) ; +#1144 = VERTEX_POINT ( 'NONE', #711 ) ; +#1145 = EDGE_CURVE ( 'NONE', #1172, #979, #491, .T. ) ; +#1146 = AXIS2_PLACEMENT_3D ( 'NONE', #400, #684, #1063 ) ; +#1147 = CARTESIAN_POINT ( 'NONE', ( 9.500000000000003553, 0.1250000000000000000, -1.750000000000000666 ) ) ; +#1148 = LINE ( 'NONE', #653, #484 ) ; +#1149 = EDGE_CURVE ( 'NONE', #607, #1115, #12, .T. ) ; +#1150 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#1151 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#1152 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.000000000000000000, -0.7499999999998895328 ) ) ; +#1153 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#1154 = ADVANCED_FACE ( 'NONE', ( #34 ), #1002, .F. ) ; +#1155 = AXIS2_PLACEMENT_3D ( 'NONE', #180, #271, #1058 ) ; +#1156 = ADVANCED_FACE ( 'NONE', ( #353 ), #231, .F. ) ; +#1157 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.000000000000000000, 0.000000000000000000 ) ) ; +#1158 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000026645, 0.000000000000000000, 0.5625000000000790479 ) ) ; +#1159 = PRODUCT_RELATED_PRODUCT_CATEGORY ( 'detail', '', ( #452 ) ) ; +#1160 = CIRCLE ( 'NONE', #608, 0.1875000000000003886 ) ; +#1161 = EDGE_CURVE ( 'NONE', #938, #285, #1111, .T. ) ; +#1162 = CARTESIAN_POINT ( 'NONE', ( 4.000000000000000888, 0.1250000000000000000, -0.5624999999999000799 ) ) ; +#1163 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#1164 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#1165 = EDGE_LOOP ( 'NONE', ( #113, #774, #359, #1208 ) ) ; +#1166 = AXIS2_PLACEMENT_3D ( 'NONE', #1224, #1228, #115 ) ; +#1167 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#1168 = CC_DESIGN_SECURITY_CLASSIFICATION ( #1029, ( #900 ) ) ; +#1169 = VECTOR ( 'NONE', #771, 39.37007874015748143 ) ; +#1170 = FACE_BOUND ( 'NONE', #736, .T. ) ; +#1171 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#1172 = VERTEX_POINT ( 'NONE', #330 ) ; +#1173 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.1250000000000000000, -0.8779527559054017827 ) ) ; +#1174 = EDGE_CURVE ( 'NONE', #293, #523, #901, .T. ) ; +#1175 = ORIENTED_EDGE ( 'NONE', *, *, #833, .F. ) ; +#1176 = DIRECTION ( 'NONE', ( 0.000000000000000000, -1.000000000000000000, 0.000000000000000000 ) ) ; +#1177 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#1178 = ORIENTED_EDGE ( 'NONE', *, *, #1047, .T. ) ; +#1179 = AXIS2_PLACEMENT_3D ( 'NONE', #1098, #233, #719 ) ; +#1180 = CYLINDRICAL_SURFACE ( 'NONE', #1073, 0.1875000000000003886 ) ; +#1181 = ORIENTED_EDGE ( 'NONE', *, *, #892, .T. ) ; +#1182 = CC_DESIGN_PERSON_AND_ORGANIZATION_ASSIGNMENT ( #618, #501, ( #900 ) ) ; +#1183 = FACE_BOUND ( 'NONE', #788, .T. ) ; +#1184 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.000000000000000000, 0.6220472440945347126 ) ) ; +#1185 = ORIENTED_EDGE ( 'NONE', *, *, #857, .T. ) ; +#1186 = CARTESIAN_POINT ( 'NONE', ( 2.500000000000002220, 0.000000000000000000, -0.7499999999998895328 ) ) ; +#1187 = CALENDAR_DATE ( 2023, 29, 12 ) ; +#1188 = ORIENTED_EDGE ( 'NONE', *, *, #301, .T. ) ; +#1189 = VECTOR ( 'NONE', #1075, 39.37007874015748143 ) ; +#1190 = CC_DESIGN_APPROVAL ( #848, ( #900 ) ) ; +#1191 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.000000000000000000, -0.7499999999998895328 ) ) ; +#1192 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000001776, 0.000000000000000000, -0.5624999999999099609 ) ) ; +#1193 = ORIENTED_EDGE ( 'NONE', *, *, #951, .F. ) ; +#1194 = EDGE_CURVE ( 'NONE', #33, #1225, #637, .T. ) ; +#1195 = VECTOR ( 'NONE', #402, 39.37007874015748143 ) ; +#1196 = CYLINDRICAL_SURFACE ( 'NONE', #290, 0.1874999999999998335 ) ; +#1197 = PERSON_AND_ORGANIZATION ( #1241, #569 ) ; +#1198 = CIRCLE ( 'NONE', #1012, 0.1279527559055121944 ) ; +#1199 = EDGE_LOOP ( 'NONE', ( #883, #943 ) ) ; +#1200 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.000000000000000000, 0.7500000000000572875 ) ) ; +#1201 = EDGE_LOOP ( 'NONE', ( #994, #202, #1203, #66 ) ) ; +#1202 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#1203 = ORIENTED_EDGE ( 'NONE', *, *, #178, .T. ) ; +#1204 = EDGE_CURVE ( 'NONE', #102, #307, #1124, .T. ) ; +#1205 = CARTESIAN_POINT ( 'NONE', ( -9.499999999999996447, 0.1250000000000000000, 1.750000000000000666 ) ) ; +#1206 = VECTOR ( 'NONE', #212, 39.37007874015748143 ) ; +#1207 = DATE_TIME_ROLE ( 'classification_date' ) ; +#1208 = ORIENTED_EDGE ( 'NONE', *, *, #374, .T. ) ; +#1209 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#1210 = EDGE_LOOP ( 'NONE', ( #123, #1034, #512, #341 ) ) ; +#1211 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#1212 = ORIENTED_EDGE ( 'NONE', *, *, #65, .T. ) ; +#1213 = CYLINDRICAL_SURFACE ( 'NONE', #1231, 0.1875000000000003886 ) ; +#1214 = EDGE_LOOP ( 'NONE', ( #1089, #1032 ) ) ; +#1215 = MANIFOLD_SOLID_BREP ( 'Cut-Extrude1', #47 ) ; +#1216 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#1217 = ORIENTED_EDGE ( 'NONE', *, *, #139, .F. ) ; +#1218 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#1219 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000026645, 0.000000000000000000, 0.7500000000000793809 ) ) ; +#1220 = APPLICATION_PROTOCOL_DEFINITION ( 'international standard', 'config_control_design', 1994, #67 ) ; +#1221 = VERTEX_POINT ( 'NONE', #245 ) ; +#1222 = CIRCLE ( 'NONE', #446, 0.1874999999999998335 ) ; +#1223 = EDGE_CURVE ( 'NONE', #889, #401, #662, .T. ) ; +#1224 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.1250000000000000000, 0.7500000000000469624 ) ) ; +#1225 = VERTEX_POINT ( 'NONE', #428 ) ; +#1226 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000001776, 0.1250000000000000000, -0.7499999999999207301 ) ) ; +#1227 = EDGE_LOOP ( 'NONE', ( #509, #934, #225, #1181 ) ) ; +#1228 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#1229 = ORIENTED_EDGE ( 'NONE', *, *, #197, .T. ) ; +#1230 = CARTESIAN_POINT ( 'NONE', ( 7.000000000000026645, 0.1250000000000000000, 0.7500000000000793809 ) ) ; +#1231 = AXIS2_PLACEMENT_3D ( 'NONE', #1100, #1116, #1024 ) ; +#1232 = ORIENTED_EDGE ( 'NONE', *, *, #424, .F. ) ; +#1233 = ORIENTED_EDGE ( 'NONE', *, *, #197, .F. ) ; +#1234 = DIRECTION ( 'NONE', ( -1.150251786806005760E-16, 0.000000000000000000, -1.000000000000000000 ) ) ; +#1235 = ORIENTED_EDGE ( 'NONE', *, *, #892, .F. ) ; +#1236 = AXIS2_PLACEMENT_3D ( 'NONE', #360, #944, #59 ) ; +#1237 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#1238 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#1239 = AXIS2_PLACEMENT_3D ( 'NONE', #765, #276, #1061 ) ; +#1240 = ORIENTED_EDGE ( 'NONE', *, *, #689, .T. ) ; +#1241 = PERSON ( 'UNSPECIFIED', 'UNSPECIFIED', 'UNSPECIFIED', ('UNSPECIFIED'), ('UNSPECIFIED'), ('UNSPECIFIED') ) ; +#1242 = CYLINDRICAL_SURFACE ( 'NONE', #849, 0.1875000000000003886 ) ; +#1243 = EDGE_LOOP ( 'NONE', ( #296, #744 ) ) ; +#1244 = AXIS2_PLACEMENT_3D ( 'NONE', #1080, #203, #589 ) ; +#1245 = FACE_BOUND ( 'NONE', #824, .T. ) ; +#1246 = CARTESIAN_POINT ( 'NONE', ( 5.500000000000001776, 0.000000000000000000, -0.9374999999999107381 ) ) ; +#1247 = EDGE_CURVE ( 'NONE', #917, #217, #777, .T. ) ; +#1248 = VECTOR ( 'NONE', #1202, 39.37007874015748143 ) ; +#1249 = FACE_OUTER_BOUND ( 'NONE', #738, .T. ) ; +#1250 = DIRECTION ( 'NONE', ( 0.000000000000000000, 0.000000000000000000, 1.000000000000000000 ) ) ; +#1251 = ADVANCED_FACE ( 'NONE', ( #340 ), #726, .F. ) ; +#1252 = FACE_OUTER_BOUND ( 'NONE', #927, .T. ) ; +#1253 = DIRECTION ( 'NONE', ( -0.000000000000000000, 1.000000000000000000, -0.000000000000000000 ) ) ; +#1254 = EDGE_CURVE ( 'NONE', #688, #102, #269, .T. ) ; +#1255 = FACE_BOUND ( 'NONE', #780, .T. ) ; +#1256 = CARTESIAN_POINT ( 'NONE', ( -4.009565713460268910, 0.1250000000000000000, 0.7500000000000469624 ) ) ; +#1257 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#1258 = AXIS2_PLACEMENT_3D ( 'NONE', #793, #787, #488 ) ; +#1259 = CARTESIAN_POINT ( 'NONE', ( -6.999999999999996447, 0.000000000000000000, -0.7499999999998895328 ) ) ; +#1260 = LINE ( 'NONE', #585, #1008 ) ; +#1261 = VECTOR ( 'NONE', #664, 39.37007874015748143 ) ; +#1262 = ADVANCED_FACE ( 'NONE', ( #649 ), #552, .F. ) ; +#1263 = DIRECTION ( 'NONE', ( 0.000000000000000000, 1.000000000000000000, 0.000000000000000000 ) ) ; +#1264 = FACE_BOUND ( 'NONE', #678, .T. ) ; +#1265 = FACE_OUTER_BOUND ( 'NONE', #116, .T. ) ; +#1266 = ORIENTED_EDGE ( 'NONE', *, *, #1030, .T. ) ; +#1267 = ADVANCED_FACE ( 'NONE', ( #158 ), #1242, .F. ) ; +#1268 = AXIS2_PLACEMENT_3D ( 'NONE', #347, #134, #732 ) ; +#1269 = LINE ( 'NONE', #601, #421 ) ; +#1270 = EDGE_CURVE ( 'NONE', #422, #754, #978, .T. ) ; +#1271 = CYLINDRICAL_SURFACE ( 'NONE', #1067, 0.1279527559055121944 ) ; +#1272 = FACE_OUTER_BOUND ( 'NONE', #1165, .T. ) ; +#1273 = VERTEX_POINT ( 'NONE', #461 ) ; +#1274 = CARTESIAN_POINT ( 'NONE', ( -5.504782856730132679, 0.000000000000000000, -0.6220472440943773940 ) ) ; +#1275 = ADVANCED_FACE ( 'NONE', ( #1135 ), #546, .F. ) ; +#1276 = ORIENTED_EDGE ( 'NONE', *, *, #41, .F. ) ; +ENDSEC; +END-ISO-10303-21; diff --git a/graphics/DEER.svg b/graphics/DEER.svg new file mode 100644 index 0000000..c6943af --- /dev/null +++ b/graphics/DEER.svg @@ -0,0 +1,597 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + MICROWAVE ωdefectON/OFF + RADIO FREQUENCYωdefectON/OFF + MEASURE + LASER + + + + + + + + + + + + + + + + + + + π + + + + + + + + + + + π/2 + π/2 + π + diff --git a/installation/Readme.md b/installation/Readme.md index 52b7a74..190b526 100644 --- a/installation/Readme.md +++ b/installation/Readme.md @@ -1,4 +1,4 @@ -# RFSoC4x2 Setup +# RFSoC4x2 setup The RFSoC4x2, as shown in the image below, is a board built and sold by [Real Digital](https://www.realdigital.org/) using AMD’s ZYNQ Ultrascale+ Gen 3 RFSoC ZU48DR chip. While the ZU48DR has 8 DACs and ADCs, the RFSOC4x2 only uses 4x digital to analog converters (5 GSa/s) and 2x analog to digital converters (9.85 GSa/s). Nonetheless, this number of inputs and outputs is nearly perfect for NV and quantum defect control. However, as the RFSOC4x2 is sold, the ADCs have a high frequency 1GHz high-pass balun inline which is tyipcally too high frequency for our measurements and thus must be modified. @@ -12,10 +12,10 @@ The RFSoC4x2, as shown in the image below, is a board built and sold by [Real Di In this document we outline setup for using QICK-DAWG with RFSoC4x2. In this guide we show how to: -1. Setup RFSoC4x2 Hardware
    - a. Bipass/Remove the balun & capacitors
    - b. Connect the lw frequency differential amplifier
    - c. Connect PMOD digial outputs
    +1. Setup RFSoC4x2 hardware
    + a. Bypass/remove the balun & capacitors
    + b. Connect the low frequency differential amplifier
    + c. Connect PMOD digital outputs
    d. Assembling and powering on your RFSoC4x2 board e. (Optional) Full enclosure @@ -27,7 +27,7 @@ In this document we outline setup for using QICK-DAWG with RFSoC4x2. In this gui -# 1. Setup RFSoC4x2 Hardware +# 1. Setup RFSoC4x2 hardware ## ***Prerequisites*** - [RFSoC4x2](https://www.xilinx.com/support/university/xup-boards/RFSoC4x2.html) (with 12 volt 50 watt power supply) @@ -45,9 +45,9 @@ In this document we outline setup for using QICK-DAWG with RFSoC4x2. In this gui - [Pyro4](https://pypi.org/project/Pyro4/) - [Serpent](https://pypi.org/project/serpent/) -## 1a. Bipass/Remove the Balun & Capacitors +## 1a. Bypass/remove the Balun & Capacitors -The signal measured by the photodiodes cannot be direcetly connected to the ADCs on the board, thus requiring modification the to the RFSoC4x2. The ADCs on the RFSoC4x2 have baluns and capacitors that act as high pass filters. When using photodiodes for photoluminesence detection, the signal is at low frequency thus the balun and capacitors on the board need to be removed or bipassed in order to get the signal into the ADC. Furthermore, as the ADCs take in a differential voltage signal, we have to add a differential amplifier which takes the signal from the photodetector in and outputs a biased signal to the ADCs for digitization (see section 1.b below). +The signal measured by the photodiodes cannot be direcetly connected to the ADCs on the board, thus requiring modification the to the RFSoC4x2. The ADCs on the RFSoC4x2 have baluns and capacitors that act as high pass filters. When using photodiodes for photoluminesence detection, the signal is at a low frequency thus the balun and capacitors on the board need to be removed or bypassed in order to get the signal into the ADC. Furthermore, as the ADCs take in a differential double ended voltage signal, we have to add a differential amplifier which takes the single ended signal from the photodetector in and outputs a double ended biased signal to the ADCs for digitization (see section 1.b below). The input electronics for one ADC channel on the RFSoC4x2 is shown in the figure below. @@ -60,7 +60,7 @@ The input electronics for one ADC channel on the RFSoC4x2 is shown in the figure
    WHERE IS THIS IMAGE CAPTION SHOWING UP.
    -The combiation of the Balun, MABA-011118 and the two 100nF capactors (C302 and C303) result in a high pass filter. In order to collect the signal, we need to bypass or remove these components. Our barbaric method is to pull off the balun (under an RF shield) and desolder the capacitors as shown in the following image. The cacpacitors are then replaced with either 2x 0 ohm resistors or 2x short lenghts of wire. +The combination of the balun, MABA-011118 and the two 100nF capacitors (C302 and C303) result in a high pass filter. In order to collect the signal, we need to bypass or remove these components. Our barbaric method is to pull off the balun (under an RF shield) and desolder the capacitors as shown in the following image. The capacitors are then replaced with either 2x 0 ohm resistors or 2x short lengths of wire.

    p) and below (Vm) a common voltage, Vcm. For full scale, the RFSoC4x2 requires an offset voltage of Vcm = 0.7V (note that this is also true for the ZCU216 evaluation board, but the ZCU111 evaluation board requires Vcm = 1.2 V). Addtionally, the differential amplifier requires two voltages for power, which are optimially set to Vcm + 2.5 = 3.2V and Vcm - 2.5 = -1.8. A labeled diagram of the LMH5401EVN is shown in the figure below. +To properly condition our signal for digitization, we use a Texas Instruments [Texas Instruments LMH5401 EVM](https://www.digikey.com/en/products/detail/texas-instruments/LMH5401EVM/5031896?s=N4IgTCBcDaIDIFkASBWALABgIwFEBqCIAugL5A) evaluation board. This board takes in one or two signals and outputs two voltages above (Vp) and below (Vm) a common voltage, Vcm. For full scale, the RFSoC4x2 requires an offset voltage of Vcm = 0.7V (note that this is also true for the ZCU216 evaluation board, but the ZCU111 evaluation board requires Vcm = 1.2 V). Additionally, the differential amplifier requires two voltages for power, which are optimally set to Vcm + 2.5 = 3.2V and Vcm - 2.5 = -1.8. A labeled diagram of the LMH5401EVN is shown in the figure below.

    [1](#RFSoc4x2_Schematic) Note that you can instead leave the balun in place and directly solder coax cables to the capacitor terminals, however, this is more difficult and it is easy to destroy the capacitor terminals with the solder iron. -## 1c. Connect PMOD digial outputs +## 1c. Connect PMOD digital outputs To control the laser through TTL you must connect your laser to the PMOD located on the corner of the board. To connect, we cut the female head off a PMOD cable and soldered on a female BNC head instead. PMOD A 1-8 are enabled for QICK-DAWG--in the demo we use PMOD 1. The image below provides a schematic of the PMOD on the RFSoC4x2.

    @@ -163,7 +163,7 @@ In our lab, we have assembled all the necessary components into a custom rack bo To connect to your RFSoC4x2, you first need to find the IP address assigned to your board. Conveniently, the RFSoC4x2 has an LED screen on the top of the board that displays the IP address. Alternatively, you can log into your router and find the IP address and/or assign a static IP address. -### Copying Necessary Files to the RFSoC4x2 ### +### Copying necessary files to the RFSoC4x2 ### We have written our own .bat file and jupyter notebook to streamline the installation process. The first step is to run the .bat file which copies all of the required files to the RFSoC4x2 - Clone qickdawg to your computer @@ -178,7 +178,7 @@ We have written our own .bat file and jupyter notebook to streamline the install - run_server and qick_daemon Jupyter Notebook files - qickdawg speicific firmware -### Connecting to the Jupyter Server +### Connecting to the Jupyter server With the required files copied to your RFSoC4x2, we will now install the required packages by running an .ipynb though the RFSoC4x2's Jupyter Notebook server. To connect to the jupyter notebook server: - In a browser window type your RFSoC4x2 IP address as shown on the board's LED screen and use password `xilinx` as shown in the graphic below @@ -203,7 +203,7 @@ With all of hte packages installed, you can now run your pyro server to connect

    -- Second, we run the `run_server/qick_daemon.ipynb` notebook, which uploads firmware to the RFSoC4x2 and creates a python socket to communicat with the board. This notebook has a string which contains the path to our alternative firmware and has a `ns_host` variable which needs to be assigned to the ip address of your RFSoC4x2 board. +- Second, we run the `run_server/qick_daemon.ipynb` notebook, which uploads firmware to the RFSoC4x2 and creates a python socket to communicate with the board. This notebook has a string which contains the path to our alternative firmware and has a `ns_host` variable which needs to be assigned to the ip address of your RFSoC4x2 board.

    Name Server" ] @@ -1306,33 +1313,22 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 8, "metadata": {}, "outputs": [ { - "name": "stderr", - "output_type": "stream", - "text": [ - " 27%|██▋ | 1089788/4000000 [00:21<00:57, 50240.67it/s]\n" - ] - }, - { - "ename": "KeyboardInterrupt", - "evalue": "", - "output_type": "error", - "traceback": [ - "\u001b[1;31m---------------------------------------------------------------------------\u001b[0m", - "\u001b[1;31mKeyboardInterrupt\u001b[0m Traceback (most recent call last)", - "\u001b[1;32mc:\\snl\\qickdawg\\jupyter_notebooks\\NVDemo_RFSoC4x2.ipynb Cell 61\u001b[0m line \u001b[0;36m2\n\u001b[0;32m 23\u001b[0m config\u001b[39m.\u001b[39mreps\u001b[39m=\u001b[39m\u001b[39m10000\u001b[39m\n\u001b[0;32m 25\u001b[0m prog \u001b[39m=\u001b[39m qd\u001b[39m.\u001b[39mRamsey(config)\n\u001b[1;32m---> 26\u001b[0m d \u001b[39m=\u001b[39m prog\u001b[39m.\u001b[39;49macquire(progress\u001b[39m=\u001b[39;49m\u001b[39mTrue\u001b[39;49;00m)\n", - "File \u001b[1;32mC:\\snl\\qickdawg\\nvpulsing\\ramsey.py:196\u001b[0m, in \u001b[0;36mRamsey.acquire\u001b[1;34m(self, raw_data, *arg, **kwarg)\u001b[0m\n\u001b[0;32m 194\u001b[0m \u001b[39mdef\u001b[39;00m \u001b[39macquire\u001b[39m(\u001b[39mself\u001b[39m, raw_data\u001b[39m=\u001b[39m\u001b[39mFalse\u001b[39;00m, \u001b[39m*\u001b[39marg, \u001b[39m*\u001b[39m\u001b[39m*\u001b[39mkwarg):\n\u001b[1;32m--> 196\u001b[0m data \u001b[39m=\u001b[39m \u001b[39msuper\u001b[39;49m()\u001b[39m.\u001b[39;49macquire(reads_per_rep\u001b[39m=\u001b[39;49m\u001b[39m4\u001b[39;49m, \u001b[39m*\u001b[39;49marg, \u001b[39m*\u001b[39;49m\u001b[39m*\u001b[39;49mkwarg)\n\u001b[0;32m 198\u001b[0m \u001b[39mif\u001b[39;00m raw_data \u001b[39mis\u001b[39;00m \u001b[39mFalse\u001b[39;00m:\n\u001b[0;32m 199\u001b[0m data \u001b[39m=\u001b[39m \u001b[39mself\u001b[39m\u001b[39m.\u001b[39manalyze_pulse_sequence_results(data)\n", - "File \u001b[1;32mC:\\snl\\qickdawg\\nvpulsing\\nvaverageprogram.py:241\u001b[0m, in \u001b[0;36mNVAveragerProgram.acquire\u001b[1;34m(self, reads_per_rep, load_pulses, start_src, progress, debug)\u001b[0m\n\u001b[0;32m 238\u001b[0m qd\u001b[39m.\u001b[39msoc\u001b[39m.\u001b[39mstart_readout(total_reps, counter_addr\u001b[39m=\u001b[39m\u001b[39mself\u001b[39m\u001b[39m.\u001b[39mcounter_addr,\n\u001b[0;32m 239\u001b[0m ch_list\u001b[39m=\u001b[39m\u001b[39mlist\u001b[39m(\u001b[39mself\u001b[39m\u001b[39m.\u001b[39mro_chs), reads_per_rep\u001b[39m=\u001b[39mreads_per_rep)\n\u001b[0;32m 240\u001b[0m \u001b[39mwhile\u001b[39;00m count\u001b[39m<\u001b[39mtotal_count:\n\u001b[1;32m--> 241\u001b[0m new_data \u001b[39m=\u001b[39m obtain(qd\u001b[39m.\u001b[39;49msoc\u001b[39m.\u001b[39;49mpoll_data())\n\u001b[0;32m 242\u001b[0m \u001b[39mfor\u001b[39;00m d, s \u001b[39min\u001b[39;00m new_data:\n\u001b[0;32m 243\u001b[0m \u001b[39m# print(len(new_data), count, total_count)\u001b[39;00m\n\u001b[0;32m 244\u001b[0m new_points \u001b[39m=\u001b[39m d\u001b[39m.\u001b[39mshape[\u001b[39m1\u001b[39m]\n", - "File \u001b[1;32mc:\\Users\\cint-transport\\.conda\\envs\\testsetup\\Lib\\site-packages\\Pyro4\\core.py:185\u001b[0m, in \u001b[0;36m_RemoteMethod.__call__\u001b[1;34m(self, *args, **kwargs)\u001b[0m\n\u001b[0;32m 183\u001b[0m \u001b[39mfor\u001b[39;00m attempt \u001b[39min\u001b[39;00m \u001b[39mrange\u001b[39m(\u001b[39mself\u001b[39m\u001b[39m.\u001b[39m__max_retries \u001b[39m+\u001b[39m \u001b[39m1\u001b[39m):\n\u001b[0;32m 184\u001b[0m \u001b[39mtry\u001b[39;00m:\n\u001b[1;32m--> 185\u001b[0m \u001b[39mreturn\u001b[39;00m \u001b[39mself\u001b[39;49m\u001b[39m.\u001b[39;49m__send(\u001b[39mself\u001b[39;49m\u001b[39m.\u001b[39;49m__name, args, kwargs)\n\u001b[0;32m 186\u001b[0m \u001b[39mexcept\u001b[39;00m (errors\u001b[39m.\u001b[39mConnectionClosedError, errors\u001b[39m.\u001b[39mTimeoutError):\n\u001b[0;32m 187\u001b[0m \u001b[39m# only retry for recoverable network errors\u001b[39;00m\n\u001b[0;32m 188\u001b[0m \u001b[39mif\u001b[39;00m attempt \u001b[39m>\u001b[39m\u001b[39m=\u001b[39m \u001b[39mself\u001b[39m\u001b[39m.\u001b[39m__max_retries:\n\u001b[0;32m 189\u001b[0m \u001b[39m# last attempt, raise the exception\u001b[39;00m\n", - "File \u001b[1;32mc:\\Users\\cint-transport\\.conda\\envs\\testsetup\\Lib\\site-packages\\Pyro4\\core.py:453\u001b[0m, in \u001b[0;36mProxy._pyroInvoke\u001b[1;34m(self, methodname, vargs, kwargs, flags, objectId)\u001b[0m\n\u001b[0;32m 451\u001b[0m \u001b[39mreturn\u001b[39;00m \u001b[39mNone\u001b[39;00m \u001b[39m# oneway call, no response data\u001b[39;00m\n\u001b[0;32m 452\u001b[0m \u001b[39melse\u001b[39;00m:\n\u001b[1;32m--> 453\u001b[0m msg \u001b[39m=\u001b[39m message\u001b[39m.\u001b[39;49mMessage\u001b[39m.\u001b[39;49mrecv(\u001b[39mself\u001b[39;49m\u001b[39m.\u001b[39;49m_pyroConnection, [message\u001b[39m.\u001b[39;49mMSG_RESULT], hmac_key\u001b[39m=\u001b[39;49m\u001b[39mself\u001b[39;49m\u001b[39m.\u001b[39;49m_pyroHmacKey)\n\u001b[0;32m 454\u001b[0m \u001b[39mif\u001b[39;00m config\u001b[39m.\u001b[39mLOGWIRE:\n\u001b[0;32m 455\u001b[0m _log_wiredata(log, \u001b[39m\"\u001b[39m\u001b[39mproxy wiredata received\u001b[39m\u001b[39m\"\u001b[39m, msg)\n", - "File \u001b[1;32mc:\\Users\\cint-transport\\.conda\\envs\\testsetup\\Lib\\site-packages\\Pyro4\\message.py:168\u001b[0m, in \u001b[0;36mMessage.recv\u001b[1;34m(cls, connection, requiredMsgTypes, hmac_key)\u001b[0m\n\u001b[0;32m 160\u001b[0m \u001b[39m@classmethod\u001b[39m\n\u001b[0;32m 161\u001b[0m \u001b[39mdef\u001b[39;00m \u001b[39mrecv\u001b[39m(\u001b[39mcls\u001b[39m, connection, requiredMsgTypes\u001b[39m=\u001b[39m\u001b[39mNone\u001b[39;00m, hmac_key\u001b[39m=\u001b[39m\u001b[39mNone\u001b[39;00m):\n\u001b[0;32m 162\u001b[0m \u001b[39m \u001b[39m\u001b[39m\"\"\"\u001b[39;00m\n\u001b[0;32m 163\u001b[0m \u001b[39m Receives a pyro message from a given connection.\u001b[39;00m\n\u001b[0;32m 164\u001b[0m \u001b[39m Accepts the given message types (None=any, or pass a sequence).\u001b[39;00m\n\u001b[0;32m 165\u001b[0m \u001b[39m Also reads annotation chunks and the actual payload data.\u001b[39;00m\n\u001b[0;32m 166\u001b[0m \u001b[39m Validates a HMAC chunk if present.\u001b[39;00m\n\u001b[0;32m 167\u001b[0m \u001b[39m \"\"\"\u001b[39;00m\n\u001b[1;32m--> 168\u001b[0m msg \u001b[39m=\u001b[39m \u001b[39mcls\u001b[39m\u001b[39m.\u001b[39mfrom_header(connection\u001b[39m.\u001b[39;49mrecv(\u001b[39mcls\u001b[39;49m\u001b[39m.\u001b[39;49mheader_size))\n\u001b[0;32m 169\u001b[0m msg\u001b[39m.\u001b[39mhmac_key \u001b[39m=\u001b[39m hmac_key\n\u001b[0;32m 170\u001b[0m \u001b[39mif\u001b[39;00m \u001b[39m0\u001b[39m \u001b[39m<\u001b[39m config\u001b[39m.\u001b[39mMAX_MESSAGE_SIZE \u001b[39m<\u001b[39m (msg\u001b[39m.\u001b[39mdata_size \u001b[39m+\u001b[39m msg\u001b[39m.\u001b[39mannotations_size):\n", - "File \u001b[1;32mc:\\Users\\cint-transport\\.conda\\envs\\testsetup\\Lib\\site-packages\\Pyro4\\socketutil.py:463\u001b[0m, in \u001b[0;36mSocketConnection.recv\u001b[1;34m(self, size)\u001b[0m\n\u001b[0;32m 462\u001b[0m \u001b[39mdef\u001b[39;00m \u001b[39mrecv\u001b[39m(\u001b[39mself\u001b[39m, size):\n\u001b[1;32m--> 463\u001b[0m \u001b[39mreturn\u001b[39;00m receiveData(\u001b[39mself\u001b[39;49m\u001b[39m.\u001b[39;49msock, size)\n", - "File \u001b[1;32mc:\\Users\\cint-transport\\.conda\\envs\\testsetup\\Lib\\site-packages\\Pyro4\\socketutil.py:171\u001b[0m, in \u001b[0;36mreceiveData\u001b[1;34m(sock, size)\u001b[0m\n\u001b[0;32m 168\u001b[0m \u001b[39mtry\u001b[39;00m:\n\u001b[0;32m 169\u001b[0m \u001b[39mwhile\u001b[39;00m msglen \u001b[39m<\u001b[39m size:\n\u001b[0;32m 170\u001b[0m \u001b[39m# 60k buffer limit avoids problems on certain OSes like VMS, Windows\u001b[39;00m\n\u001b[1;32m--> 171\u001b[0m chunk \u001b[39m=\u001b[39m sock\u001b[39m.\u001b[39;49mrecv(\u001b[39mmin\u001b[39;49m(\u001b[39m60000\u001b[39;49m, size \u001b[39m-\u001b[39;49m msglen))\n\u001b[0;32m 172\u001b[0m \u001b[39mif\u001b[39;00m \u001b[39mnot\u001b[39;00m chunk:\n\u001b[0;32m 173\u001b[0m \u001b[39mbreak\u001b[39;00m\n", - "\u001b[1;31mKeyboardInterrupt\u001b[0m: " - ] + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "baeb1e8833e34a90b35946a100cdc4af", + "version_major": 2, + "version_minor": 0 + }, + "text/plain": [ + " 0%| | 0/4000000 [00:00" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "qd.Ramsey.plot_sequence(config)\n" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "metadata": {}, + "outputs": [ + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAkMAAAHFCAYAAADxOP3DAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjcuMSwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy/bCgiHAAAACXBIWXMAAA9hAAAPYQGoP6dpAAB50UlEQVR4nO3dd3hTZRsG8DujTTrTvehktJRVNhRkCZTtRES0IIjCp4i4xQXiwPGhKIKKInwOEJXhYsveUMoum9LS3dI90+R8f6QJhA6aNmlG79919brsycnJcxpinz7v876vSBAEAURERETNlNjcARARERGZE5MhIiIiataYDBEREVGzxmSIiIiImjUmQ0RERNSsMRkiIiKiZo3JEBERETVrTIaIiIioWWMyRERERM0akyEiC7ZixQqIRCLdl1Qqhb+/P8aPH4+LFy+aOzyzmzt3rt7Px9HREYGBgRg2bBgWLVqEwsLCBl9b+7NPTEw0XsD1lJCQgNjYWLRs2RJyuRxeXl7o2rUrZsyYgYKCgiaPh8jWSc0dABHd2fLly9G2bVuUlZVh3759eP/997Fjxw6cO3cO7u7u5g7P7DZt2gSFQoGKigqkpqbi33//xSuvvIJPPvkEf/31F6KioswdYr3Fx8ejb9++iIyMxNtvv43Q0FBkZ2fjxIkT+OWXX/DSSy/B1dXV3GES2RQmQ0RWoEOHDujevTsAYODAgVCpVJgzZw7Wr1+PyZMnmzk68+vWrRu8vLx0348fPx4zZszAgAEDcM899+DChQuQyWRmjLD+Fi5cCLFYjJ07d8LFxUV3fOzYsXj33XfB7SSJjI/DZERWSJsYZWRk6I6VlZXhxRdfROfOnaFQKODh4YHo6Gj88ccf1Z4vEokwY8YMLF++HBEREXBwcED37t1x8OBBCIKATz75BGFhYXB2dsbdd9+NS5cu6T0/Pj4eo0ePho+PD2QyGQICAjBq1Chcv35dd44gCFiyZAk6d+4MBwcHuLu7Y+zYsbhy5YrunHfffRdSqRTJycnVYpwyZQo8PT1RVlbWoJ9RVFQU3njjDSQlJWH16tV6j23btg2DBw+Gq6srHB0d0bdvX/z77793vObWrVtx7733IjAwEHK5HK1bt8a0adOQnZ2tO2fPnj0QiURYtWpVtef/8MMPEIlEOHLkSK2vkZOTA1dXVzg7O9f4uEgkAgAsXrwYYrEYmZmZuscWLFgAkUiEZ555RndMrVbD3d0dL774ou5YRUUF3nvvPbRt2xYymQze3t6YPHkysrKyqr3e6tWrER0dDScnJzg7O2PYsGGIj4/XO+fxxx+Hs7Mzzpw5g8GDB8PJyQne3t6YMWMGSkpKar1XIkvBZIjICl29ehUAEB4erjtWXl6OGzdu4KWXXsL69euxatUq3HXXXXjggQfwww8/VLvG33//je+++w4ffvghVq1ahcLCQowaNQovvvgi9u3bhy+//BJLly7F2bNn8eCDD+oqEsXFxRg6dCgyMjKwePFibN26FQsXLkRwcLBej860adMwa9YsDBkyBOvXr8eSJUtw5swZ9OnTR5fETZs2DVKpFN98841ebDdu3MAvv/yCJ554AnK5vME/p3vuuQcAsHv3bt2xn376CTExMXB1dcX//vc//Prrr/Dw8MCwYcPumBBdvnwZ0dHR+Oqrr7Blyxa8/fbbOHToEO666y4olUoAQL9+/dClSxcsXry42vO//PJL9OjRAz169Kj1NaKjo5GWloZHH30Uu3btQmlpaY3nDRkyBIIg6MW8bds2ODg4YOvWrbpjR48eRV5eHoYMGQJAkxzde++9+PDDDzFhwgT8888/+PDDD7F161YMHDhQ7/U++OADPPLII2jXrh1+/fVX/PjjjygsLES/fv1w9uxZvXiUSiVGjhyJwYMHY/369ZgxYwa++eYbPPzww3X+TIksgkBEFmv58uUCAOHgwYOCUqkUCgsLhU2bNgl+fn5C//79BaVSWetzKysrBaVSKTzxxBNCly5d9B4DIPj5+QlFRUW6Y+vXrxcACJ07dxbUarXu+MKFCwUAwsmTJwVBEISjR48KAIT169fX+toHDhwQAAgLFizQO56cnCw4ODgIr7zyiu7YpEmTBB8fH6G8vFx37KOPPhLEYrFw9erVOn8+c+bMEQAIWVlZNT5eWloqABBGjBghCIIgFBcXCx4eHsKYMWP0zlOpVEJUVJTQs2dP3THtz762GNRqtaBUKoVr164JAIQ//vij2nPj4+N1xw4fPiwAEP73v//VeU9lZWXCfffdJwAQAAgSiUTo0qWL8MYbbwiZmZl65wYGBgpTpkwRBEEQysvLBScnJ+HVV18VAAjXrl0TBEEQ3n//fcHOzk73Xq9atUoAIKxZs0bvWkeOHBEACEuWLBEEQRCSkpIEqVQqPPvss3rnFRYWCn5+fsK4ceN0xyZNmiQAED7//HO9c99//30BgLB3794675nI3FgZIrICvXv3hp2dHVxcXDB8+HC4u7vjjz/+gFSq3/b322+/oW/fvnB2doZUKoWdnR2WLVuGhISEatccNGgQnJycdN9HRkYCAEaMGKEbirn1+LVr1wAArVu3hru7O1599VV8/fXX1SoEgKbqJBKJ8Nhjj6GyslL35efnh6ioKOzcuVN37nPPPYfMzEz89ttvADSVi6+++gqjRo1CaGhow35gVYTb+mv279+PGzduYNKkSXpxqdVqDB8+HEeOHEFxcXGt18vMzMT06dMRFBSk+/mGhIQAgN7P+JFHHoGPj49edWjRokXw9va+Y6VEJpNh3bp1OHv2LD777DOMHz8eWVlZeP/99xEZGYnz58/rzh08eDC2bdumu7eSkhK88MIL8PLy0lWHtm3bphvmAjTvjZubG8aMGaP3M+jcuTP8/Px0783mzZtRWVmJiRMn6p0nl8sxYMAAvfdQ69FHH9X7fsKECQCAHTt21HnPRObGZIjICvzwww84cuQItm/fjmnTpiEhIQGPPPKI3jlr167FuHHj0KJFC/z00084cOAAjhw5gilTptTYd+Ph4aH3vb29fZ3HtddQKBTYtWsXOnfujNdffx3t27dHQEAA5syZoxsqysjIgCAI8PX1hZ2dnd7XwYMH9XpsunTpgn79+ukSh7///huJiYmYMWNGY35kAG4mcAEBAbq4AE0z8u1xffTRRxAEATdu3KjxWmq1GjExMVi7di1eeeUV/Pvvvzh8+DAOHjwIAHrDSzKZDNOmTcPKlSuRl5eHrKws/Prrr5g6dWq9G7kjIyMxa9Ys/PTTT0hKSsKnn36KnJwcvPXWW7pzhgwZgqSkJFy8eBHbtm1Dly5d4OPjg7vvvhvbtm1DaWkp9u/frxsi0/4M8vLyYG9vX+1nkJ6erntvtD+rHj16VDtv9erVeu8hAEilUnh6euod8/PzA6DpgyKyZJxNRmQFIiMjdU3TgwYNgkqlwnfffYfff/8dY8eOBaDphQkLC8Pq1av1Kjvl5eVGj6djx4745ZdfIAgCTp48iRUrVmDevHlwcHDAa6+9Bi8vL4hEIuzZs6fGX/63H5s5cyYeeughHDt2DF9++SXCw8MxdOjQRsf5559/AtDMwAOgm3G2aNEi9O7du8bn+Pr61nj89OnTOHHiBFasWIFJkybpjt/eXK71n//8Bx9++CG+//57lJWVobKyEtOnT2/QfYhEIjz//POYN28eTp8+rTs+ePBgAJrqz9atW3U/s8GDB+PNN9/E7t27UV5erpcMeXl5wdPTE5s2barxtbQz2LQ/q99//11X/apLZWUlcnJy9BKi9PR0AKiWJBFZGiZDRFbo448/xpo1a/D222/jgQcegFgshkgkgr29vV4ilJ6eXuNsMmMRiUSIiorCZ599hhUrVuDYsWMAgNGjR+PDDz9ESkoKxo0bd8fr3H///QgODsaLL76IXbt24bPPPtO7j4Y4ceIEPvjgA4SGhupi6Nu3L9zc3HD27FmDK0/aeG5P5G5v/tby9/fHQw89hCVLlqCiogJjxoxBcHDwHV8nLS0N/v7+1Y6npqaioKAA3bp103uNdu3aYc2aNYiLi8MHH3wAABg6dCimTZuGTz/9FK6urnoN26NHj8Yvv/wClUqFXr161RrHsGHDIJVKcfnyZTz44IN3jBsAfv75Z8ycOVP3/cqVKwHcTEaJLBWTISIr5O7ujtmzZ+OVV17BypUr8dhjj2H06NFYu3Ytnn76aYwdOxbJycl499134e/vb9TVqv/++28sWbIE9913H1q2bAlBELB27Vrk5eXpKhN9+/bFU089hcmTJ+Po0aPo378/nJyckJaWhr1796Jjx474z3/+o7umRCLBM888g1dffRVOTk54/PHHDYopLi4OCoUCSqVSt+jijz/+CB8fH/z111+6oT5nZ2csWrQIkyZNwo0bNzB27Fj4+PggKysLJ06cQFZWFr766qsaX6Nt27Zo1aoVXnvtNQiCAA8PD/z11196M7du99xzz+kSjuXLl9frXp566ink5eXhwQcfRIcOHSCRSHDu3Dl89tlnEIvFePXVV/XOHzx4MBYtWgQHBwf07dsXABAWFoawsDBs2bIF99xzj15v2fjx4/Hzzz9j5MiReO6559CzZ0/Y2dnh+vXr2LFjB+69917cf//9CA0Nxbx58/DGG2/gypUrul61jIwMHD58GE5OTnjnnXd017W3t8eCBQtQVFSEHj16YP/+/XjvvfcwYsQI3HXXXfW6dyKzMWf3NhHVTTsr6ciRI9UeKy0tFYKDg4U2bdoIlZWVgiAIwocffiiEhoYKMplMiIyMFL799lvdjKtbARCeeeYZvWNXr14VAAiffPKJ3vEdO3YIAITffvtNEARBOHfunPDII48IrVq1EhwcHASFQiH07NlTWLFiRbUYv//+e6FXr16Ck5OT4ODgILRq1UqYOHGicPTo0WrnJiYmCgCE6dOn1/vno7037ZdMJhP8/f2FmJgY4fPPPxcKCgpqfN6uXbuEUaNGCR4eHoKdnZ3QokULYdSoUbp7FISaZ5OdPXtWGDp0qODi4iK4u7sLDz30kJCUlCQAEObMmVPja4WGhgqRkZH1vqfNmzcLU6ZMEdq1aycoFApBKpUK/v7+wgMPPCAcOHCg2vl//PGHAEAYOnSo3vEnn3xSACB88cUX1Z6jVCqF//73v0JUVJQgl8sFZ2dnoW3btsK0adOEixcv6p27fv16YdCgQYKrq6sgk8mEkJAQYezYscK2bdt050yaNElwcnISTp48KQwcOFBwcHAQPDw8hP/85z96MxaJLJVIELicKRGZ36JFizBz5kycPn0a7du3N3c4RnHy5ElERUVh8eLFePrpp80djsk8/vjj+P3331FUVGTuUIgahMNkRGRW8fHxuHr1KubNm4d7773XJhKhy5cv49q1a3j99dfh7+9v8LAfETUtTq0nIrO6//77MWHCBHTu3Blff/21ucMxinfffRdDhw5FUVERfvvtNzg6Opo7JCKqA4fJiIiIqFljZYiIiIiaNSZDRERE1KwxGSIiIqJmjbPJ7kCtViM1NRUuLi6NXhGXiIiImoYgCCgsLERAQADE4rprP0yG7iA1NRVBQUHmDoOIiIgaIDk5GYGBgXWew2ToDrSbFvZ581d0CPVDuJ8z9l/KwZHEXEzv3xIzBrcxc4RERER0u4KCAgQFBel+j9eFydAdaIfGNr48DK6urgCA4KPJiEs7iYMppXi96hgRERFZnvq0uLCBugEGhHsDAE5ez0d2UbmZoyEiIqLGYDLUAD6ucrTz11SE9lzMMnM0RERE1BhMhhpoQISmOrTrPJMhIiIia8ZkqIEGVg2V7b6YDbWaO5oQERFZKyZDDdQ1xB3OMiluFFfgVEq+ucMhIiKiBmIy1EB2EjH6tvYEAOy6wKEyIiIia8VkqBEGRvgAAHaezzRzJERERNRQTIYaQTvF/nhyHvJKKswcDRERETUEk6FGCHBzQLivM9QCsOditrnDISIiogZgMtRI2uoQ+4aIiIisE5OhRtL2De26kMUp9kRERFaIyVAjdQ91h6O9BFmF5UhILzB3OERERGQgJkONJJNK0KeVZor9Tq5GTUREZHWYDBkB+4aIiIisF5MhIxgQrukbiruWixzuYk9ERGRVmAwZQbCnIzoFKqBSC/j5UJK5wyEiIiIDMBkykifuCgMA/HAgEWVKlZmjISIiovpiMmQkIzv6w18hR3ZRBf48nmrucIiIiKiemAwZiZ1EjMf7hAIAvtt7BYLANYeIiIisAZMhIxrfMxhO9hJcyCjCbm7PQUREZBWYDBmRwsEO43oEAQC+23PFzNEQERFRfTAZMrIpfcMgFmk2bj2fXmjucIiIiOgOmAwZWZCHI4Z38APA6hAREZE1YDJkAlP7tQQA/HE8FZmFZWaOhoiIiOrCZMgEuga7o2uwGypUavx44Jq5wyEiIqI6MBkykSerqkM/HbyG8kouwkhERGSpmAyZSEx7P3g42SO3RImENDZSExERWSomQyYiEYvQKVABADh1Pc+8wRAREVGtmAyZUKcWmmTo5PV8M0dCREREtWEyZEIdA90AAKdSmAwRERFZKiZDJtSxqjJ0IaMQpRVsoiYiIrJETIZMyNdVBm8XGdQCcDaN1SEiIiJLxGTIhEQika5v6BT7hoiIiCwSkyET61g1o+wk+4aIiIgsEpMhE7s5vZ7JEBERkSViMmRiHaqGyS5lFaG4vNLM0RAREdHtmAyZmI+LHH6ucggCcCa1wNzhEBER0W2YDDUBXd8QV6ImIiKyOEyGmoBuRhmbqImIiCwOk6EmoK0MMRkiIiKyPEyGmoB2JeorWcUoLFOaORoiIiK6FZOhJuDpLEMLNwcAwOkUNlETERFZEiZDTaSjrm8oz7yBEBERkR4mQ03k5owy9g0RERFZEiZDTaQTm6iJiIgsEpOhJqIdJruWU4L8EjZRExERWQomQ03EzdEewR6OAIDTqawOERERWQomQ02IfUNERESWh8lQE+KMMiIiIsvDZKgJabflYGWIiIjIcjAZakLtq5Kh67mlOHQlx8zREBEREcBkqEkpHOxwT1QAAOCpH+NwKbPIzBERERERk6Em9tGDndAl2A35pUo8vvwwsgrLzR0SERFRs8ZkqIk52Evw3cTuCPF0xPXcUjzxvyMoqag0d1hERETNFpMhM/B0lmHF5J7wcLLHyev5eHZlPCpVanOHRURE1CyJBEEQzB2EJSsoKIBCoUB+fj5cXV2Neu24a7mY8O1BlFeq0a+NF7ycZSgoVaKgTInCskoEezjii0e6QG4nMerrEhER2TpDfn8zGboDUyZDALDpdBr+8/Mx1PYuzBrSBrOGhBv9dYmIiGwZkyEjMnUyBAAHLudg/+VsuMilcJHbwVVuh+TcEny48RzspWJsmdUfoV5OJnltIiIiW2TI72+r6xlasmQJwsLCIJfL0a1bN+zZs6dez9u3bx+kUik6d+5s2gAbILqVJ16MicBT/VvhkZ7BGNXJH9P6t0S/Nl6oqFTj7T/PgDkrERGRaVhVMrR69WrMmjULb7zxBuLj49GvXz+MGDECSUlJdT4vPz8fEydOxODBg5so0sYTiUSYd28H2EvE2H0hCxtPp5s7JCIiIptkVcnQp59+iieeeAJTp05FZGQkFi5ciKCgIHz11Vd1Pm/atGmYMGECoqOjmyhS4wjzcsL0ga0AAPP+Oouick7BJyIiMjarSYYqKioQFxeHmJgYveMxMTHYv39/rc9bvnw5Ll++jDlz5pg6RJN4emArhHg6Ir2gDAu3XjB3OERERDbHapKh7OxsqFQq+Pr66h339fVFenrNQ0gXL17Ea6+9hp9//hlSqbRer1NeXo6CggK9L3OS20kw9572AIDl+xORkGbeeIiIiGyN1SRDWiKRSO97QRCqHQMAlUqFCRMm4J133kF4eP2nps+fPx8KhUL3FRQU1OiYG2tQhA9GdPCDSi3gzfWnoVazmZqIiMhYrCYZ8vLygkQiqVYFyszMrFYtAoDCwkIcPXoUM2bMgFQqhVQqxbx583DixAlIpVJs3769xteZPXs28vPzdV/JyckmuR9DvT2mHRztJYi7lovVRy0jJiIiIltgNcmQvb09unXrhq1bt+od37p1K/r06VPtfFdXV5w6dQrHjx/XfU2fPh0RERE4fvw4evXqVePryGQyuLq66n1ZAn+FA16MiQAAfLAhAZkFZWaOiIiIyDbUr5HGQrzwwguIjY1F9+7dER0djaVLlyIpKQnTp08HoKnqpKSk4IcffoBYLEaHDh30nu/j4wO5XF7tuLV4vE8o/jiegpPX8/HO32exeEJXc4dERERk9awqGXr44YeRk5ODefPmIS0tDR06dMCGDRsQEhICAEhLS7vjmkPWTCIW4YP7O+Lexfvwz8k0PNg1A3e3rT5ESERERPXH7TjuoCm24zDUBxsSsHT3FbRwc8CW5/vDSWZVOS0REZHJ2fR2HKTZvLWFmwNS8krxKdceIiIiahQmQ1bI0V6K9+7X9D0t33cVp67nmzkiIiIi68VkyEoNivDBPVEBUAvAa2tPcu0hIiKiBmIyZMXeGq1Ze+hMagHOZxSaOxwiIiKrxGTIinm7yNDaxxkAkHSjxMzREBERWScmQ1YuyMMRAJDMZIiIiKhBmAxZuWAmQ0RERI3CZMjKBblXJUO5pWaOhIiIyDoxGbJy2soQe4aIiIgahsmQlQvycACgGSbjYuJERESGYzJk5QLcHCAWAeWVamQVlps7HCIiIqvDZMjK2UnE8FdoqkMcKiMiIjIckyEboJtRlstkiIiIyFBMhmyAtm8oKYczyoiIiAzFZMgGsDJERETUcEyGbEAQp9cTERE1GJMhG6BNhq4zGSIiIjIYkyEboB0mSysoQ3mlyszREBERWRcmQzbA08keDnYSCAKQmldm7nCIiIisCpMhGyASibgtBxERUQMxGbIRuun1TIaIiIgMwmTIRrCJmoiIqGGYDNkIDpMRERE1DJMhGxHkzoUXiYiIGoLJkI0I9qyqDOUwGSIiIjIEkyEbEeiuaaAuKKtEfonSzNEQERFZDyZDNsLRXgovZxkADpUREREZgsmQDdFOr09mEzUREVG9MRmyIZxRRkREZDgmQzZEO6OMyRAREVH9MRmyIdrKUHJuqZkjISIish5MhmyIdhVq9gwRERHVH5MhG6JtoE7JLYVKLZg5GiIiIuvAZMiG+CscIBWLUKFSI6OgzNzhEBERWQUmQzZEIhahhTun1xMRERmCyZCN4fR6IiIiwzAZsjGB7pxRRkREZAgmQzYmmDPKiIiIDMJkyMZwmIyIiMgwTIZsDPcnIyIiMgyTIRujrQxlFpajtEJl5miIiIgsH5MhG6NwsIOHkz0A4Omf45BbXGHmiIiIiCwbkyEbIxKJ8O69HSCTirHjfBZGL9qL+KRcc4dFRERksZgM2aBRnfyx7um+CPV0REpeKcZ9cwDL912FIHCLDiIiotsxGbJR7QJc8dezd2FkRz8oVQLe+essXvz1BBMiIiKi2zAZsmEucjssntAVc8a0g0Qswtr4FFzIKDJ3WERERBaFyZCNE4lEmNw3DBG+LgCA1HyuTE1ERHQrJkPNhI+rDACQVVBu5kiIiIgsC5OhZsLHRZMMZRSUmTkSIiIiy8JkqJnwdZUD0CzGSERERDcxGWomtJWhzEJWhoiIiG7FZKiZ8HZhZYiIiKgmTIaaCW0DdSYbqImIiPQwGWomtMNkWYXlXHiRiIjoFkyGmgnvqmSoQqVGXonSzNEQERFZDiZDzYRMKoG7ox0A9g0RERHdyuqSoSVLliAsLAxyuRzdunXDnj17aj137dq1GDp0KLy9veHq6oro6Ghs3ry5CaO1LD5VTdRca4iIiOgmq0qGVq9ejVmzZuGNN95AfHw8+vXrhxEjRiApKanG83fv3o2hQ4diw4YNiIuLw6BBgzBmzBjEx8c3ceSWQddEzcoQERGRjkiwom7aXr16oWvXrvjqq690xyIjI3Hfffdh/vz59bpG+/bt8fDDD+Ptt9+u1/kFBQVQKBTIz8+Hq6trg+K2FC/+egJrjl3HK8Mj8PTA1uYOh4iIyGQM+f1tNZWhiooKxMXFISYmRu94TEwM9u/fX69rqNVqFBYWwsPDo9ZzysvLUVBQoPdlKzi9noiIqDqrSYays7OhUqng6+urd9zX1xfp6en1usaCBQtQXFyMcePG1XrO/PnzoVAodF9BQUGNituScBVqIiKi6qwmGdISiUR63wuCUO1YTVatWoW5c+di9erV8PHxqfW82bNnIz8/X/eVnJzc6JgthbaBmpUhwxWVV+Jcuu1UCYmI6CapuQOoLy8vL0gkkmpVoMzMzGrVotutXr0aTzzxBH777TcMGTKkznNlMhlkMlmj47VEvmygbrBZvxzHtoQMrHyyF/q08jJ3OEREZERWUxmyt7dHt27dsHXrVr3jW7duRZ8+fWp93qpVq/D4449j5cqVGDVqlKnDtGi6ylBhGVehNkBqXin+PZcBAPj7ZJqZoyEiImOzmsoQALzwwguIjY1F9+7dER0djaVLlyIpKQnTp08HoBniSklJwQ8//ABAkwhNnDgRn3/+OXr37q2rKjk4OEChUJjtPsxF20BdplSjsLwSrnI7M0dkHdbFp0CbO+46n1XvoVkiIrIOVlMZAoCHH34YCxcuxLx589C5c2fs3r0bGzZsQEhICAAgLS1Nb82hb775BpWVlXjmmWfg7++v+3ruuefMdQtmJbeTwEWuyX8zufBivQiCgLXHruu+T8krxcXMIjNGRERExmZVlSEAePrpp/H000/X+NiKFSv0vt+5c6fpA7Iyvq5yFJYVIbOgHK19XMwdjsU7cT0fl7OKIbcTo0OAAkev5WLn+UyE+/JnR0RkK6yqMkSNd3N6PZuo60NbFRrW3g+jO/kDAHacyzJnSEREZGRMhpoZrjVUf+WVKvx5IhUA8GDXQAyM0CzJcPTaDRSWKc0ZGhERGRGToWbGx1W7WSsrQ3ey41wW8kqU8HWVoW9rL4R6OSHMywlKlYB9l3LMHR4RERkJk6FmhsNk9acdIruvSwtIxJrZYwPCvQEAO89nmi0uIiIyLoMbqAVBwK5du7Bnzx4kJiaipKQE3t7e6NKlC4YMGWJT21fYIm1liLPJ6najuAI7qhKeB7oE6o4PauuDFfsTsZNT7ImIbEa9K0OlpaX44IMPEBQUhBEjRuCff/5BXl4eJBIJLl26hDlz5iAsLAwjR47EwYMHTRkzNYK2MpTFylCd/jqRCqVKQIcWrojwuzlzrFeYB+R2YqQXlOFceqEZIyQiImOpd2UoPDwcvXr1wtdff41hw4bBzq76gn3Xrl3DypUr8fDDD+PNN9/Ek08+adRgqfG0yVAGK0N1WlM1RPZg10C943I7Cfq08sL2c5nYeT4Lkf6u5giPiIiMqN6VoY0bN+L333/H6NGja0yEACAkJASzZ8/GxYsXMXDgQGPFSEakHSYrrlChuLzSzNFYposZhTh5PR9SsQj3RAVUe3xghKZvaAf7hoiIbEK9k6EOHTrU+6L29vZo06ZNgwIi03KWSeFkLwHAJuqaCIKAFfsTAQADI3zg6Vx9096B4Zop9nHXclHAKfZERFavUbPJKisrsXjxYjz00EN44IEHsGDBApSVcfjF0rGJumY5ReV48oc4/HxIs6XLwz1qngwQ7OmIlt5OUKkF7L2Y3ZQhEhGRCTQqGZo5cybWrVuHQYMGYcCAAVi5ciUmT55srNjIRLy1fUOsDOnsvpCF4Z/vwbaEDNhLxHhzVCSGRPrUev6gqgUYOcWeiMj6GTS1ft26dbj//vt132/ZsgXnz5+HRKIZdhk2bBh69+5t3AjJ6HRrDbEyhPJKFT7edB7L9l4FALT2ccbn4zujfYCizucNjPDGsr1XOcWeiMgGGFQZWrZsGe677z6kpKQAALp27Yrp06dj06ZN+Ouvv/DKK6+gR48eJgmUjMe3apisuU+vV6kFTP3fUV0iNDE6BH/NuOuOiRAA9AzzgIOdBJmF5TiTWmDqUImIyIQMSob+/vtvjB8/HgMHDsSiRYuwdOlSuLq64o033sBbb72FoKAgrFy50lSxkpFwFWqNRdsvYs/FbDjYSbBsUnfMu7cDHKqay+9EJpXoZpUt3X3FlGESEZGJGdwzNH78eBw5cgQnT57EsGHDEBsbi7i4OBw/fhyLFy+Gt7e3KeIkI/Jx5VpDey9m4/N/LwIAPnigAwZH+hp8jWcGtQYA/HkiFWdS840aHxERNZ0GNVC7ubnh22+/xSeffILY2Fi8/PLLKC0tNXZsZCI+LlWzyZppZSizoAyzVsdDEIDxPYJwf5fAOz+pBh1aKDCmah2iTzafN2aIRETUhAxKhpKTk/Hwww+jY8eOePTRR9GmTRvExcXBwcEBnTt3xsaNG00VJxlRc26grlSp8eyqeGQXVaCtnwvm3tO+Udd7cWg4pGIRdp7PwsEr3MmeiMgaGZQMTZw4ESKRCJ988gl8fHwwbdo02NvbY968eVi/fj3mz5+PcePGmSpWMhLtOkMFZZUoU6rMHE3TWrjtIg5dvQEnewmWPNoVcrv69QjVJtTLCeN7atYj+mjTOQiCYIwwiYioCRk0tf7o0aM4fvw4WrVqhWHDhiEsLEz3WGRkJHbv3o2lS5caPUgyLle5FDKpGOWVamQWlCPY09HcITWJXReysHjnJQDA/Ac7oaW3s1GuO/PuNvg97jrik/Kw9WwGYtr7GeW6RETUNAyqDHXt2hVvv/02tmzZgldffRUdO3asds5TTz1ltODINEQika6JOrOweQyVlSlVeH3tKQgC8Giv4Br3HGsoH1c5pvTV/GHwyebzUKlZHSIisiYGJUM//PADysvL8fzzzyMlJQXffPONqeIiE2tuTdQ/HbyGlLxS+LnK8dbodka//rQBraBwsMPFzCKsi08x+vWJiMh0DBomCwkJwe+//26qWKgJ+bo2nybqgjIlFu/QDI/NGtKm0X1CNVE42OHpga0wf+M5fLb1AsZE+UMmrft18kuUqFCpIQgCBABqQYBaANRVlSW1IEAQABe5tMYNY4mIyDjqnQwVFxfDycmp3hc29HxqWtrKUHPYn+y73VeQW6JEK28njO3WsGn09TGpTyi+33cVKXml+OtEWp2v9cnmc1i843K9risSAT9P7YU+rbyMFSoREd2i3sNkrVu3xgcffIDU1NRazxEEAVu3bsWIESPwxRdfGCVAMg1v3fR6206GsgrL8V3VdhsvD4uAVNKovYnrJLeT4JGewQCAjafSaj2volKNnw4m6b4XiwCpWAR7iRj2UjHkdmI42kvgLJPCXiqGIABr4jj0RkRkKvWuDO3cuRNvvvkm3nnnHXTu3Bndu3dHQEAA5HI5cnNzcfbsWRw4cAB2dnaYPXs2G6kt3M0tOWx7mOzL7RdRUqFCVJAbhjXBLK+RHf2xcJtmm4+CMiVc5XbVztl3ORv5pUp4Octw6PXBkIhr3+T1wOUcPPLtQWw/lwGVWqjzXCIiaph6J0MRERH47bffcP36dfz222/YvXs39u/fj9LSUnh5eaFLly749ttvMXLkSIjFpvvrm4yjOWzWmpRTgpWHNRWYV4dHNMnO8m18nNHK2wmXs4qxPSET93VpUe2cf05qqkYjO/rdMbnpEeoOhYMdckuUOJaUix6hHiaJm4ioOTOogRoAAgMD8fzzz+P55583RTzURG5OrbfdZOjTreehVAnoH+7dZP02IpEIIzv6Y9H2S9hwKq1aMlRRqcbmM+kAgFEd/e94PalEjLvb+mBdfAq2ns1gMkREZAIs4TRT2gbqG8UVqKhUmzka4zubWoA/Tmj6214ZFtGkrz2igybJ2XUhC8XllXqP7b2UhcKySvi4yNC9nonNkKpNZLedzTBuoEREBIDJULPl7mgHO4lmiCaryPaqQ1/uuAhBAMZEBaBDC0WTvnakvwtCPR1RXqnGjvOZeo/9rRsi8693/0//cC/YSUS4kl2My1lFNZ7zy+Ek9P94By5mFDYueCKiZojJUDMlEongr3AAACTfKDFzNMZ3IjkfABDbO6TJX1skEmFE1RDYxlPpuuPllSpsPaOp7ozqdOchMi0XuR2iq4b5ttZQHcovVeL9fxKQdKMEa45x1hkRkaGYDDVjrX00e3NdzKy52mCtlCo10vJLAQChZtp3bWTVUNn2c5kordBshrv3YjYKyyvh6ypDt2B3g643NNIHQM1DZSv2JaKwajju2LXcxoRNRNQsNSgZSkpKqnF3bkEQkJSUVMMzyBK18a1KhmxsaCU1rxRqAZBJxbr1lJpahxauCHR3QKlShV0XNENl/9wyRCY2cIr84Kq+obikXGTfMqxZWKbEsr1XdN+fuJ4Hpcr2esCIiEypQclQWFgYsrKyqh2/ceOG3k72ZNna+LgAAC5m2FZlKPmGpioU6O7QJNPpa6KdVQYAG06lo0yp0g1xjTZgiEwrwM0BHVq4QhA01SatHw5cQ0FZJVp5O8HN0Q7llWqcTS0wzk0QETUTDUqGBEGo8ZdMUVER5HJ5o4OiphGurQxl2lZlKDlX0wMV5GGeITKtER00izz+m5CBbQkZKCyvhJ+rHF2CDBsi07p9VllReSW+3aOpCj17dxt0rRp6i+NQGRGRQQxaZ+iFF14AoPmr96233oKj481fNiqVCocOHULnzp2NGiCZTitvTTKUXVSBG8UV8HCyN3NExnFdmwy5mzcZigp0g79CjrT8Mrz/TwKAhg2RaQ2J9NWtbl2mVOGng9eQV6JEmJcTRnfyR0peKbafy8SxpFxMASu0RET1ZVAyFB8fD0BTGTp16hTs7W/+8rS3t0dUVBReeukl40ZIJuMkk6KFmwNS8kpxKbMIPcNsY0E/7TBZkIeDWeMQi0UY3sEPy/clIi1fs+2JIbPIbtc+wBUBCjlS88uw9WwGvt2tqQo9M6g1pBIxugS7AWATNRGRoQxKhnbs2AEAmDx5Mj7//HO4urqaJChqOuG+zkjJK8WFjELbSYaqKkOBZq4MAZpK0PJ9iQCAAIUcXYLcGnwtkUiEIe188cOBa3jrj9PIK1Ei2MMR93YOAKCpREnEIqTmlyEtv1S3dAIREdWtQT1Dy5cv10uECgoKsH79epw7d85ogVHTaOOraaK+ZEPT63WVIQtIhroFu+s2xW3MEJmWtm8or0QJAHhmUCvYSTQfYyeZFG39NO/nsWt5jXodayYIAjIKyrD7Qha+23MFH2xI0C21QERUE4P3JgOAcePGoX///pgxYwZKS0vRvXt3JCYmQhAE/PLLL3jwwQeNHSeZSJuqtYYu2Mj0+tIKlW7qubmHyQDNUNmsIeH48eA1TIwObfT1erf0hLNMiqLySrRwc8D9XQL1Hu8W4o4zqQWIu5bbqCE5a3Q+vRDv/n0Wp1PzdcmiVlJOCb6O7WamyIjI0jWoMrR7927069cPALBu3ToIgoC8vDx88cUXeO+994waIJmWtjJkKwsvapunXWRSKBzszByNxoRewdj4XD8EG2EBSHupWLfB63OD28Beqv8R1s4oO5bUvPqGissr8dSPR7H3UjbySpQQi4CW3k66StqWs+k2udI61d/2cxlIyuG/AapZg5Kh/Px8eHho+ks2bdqEBx98EI6Ojhg1ahQuXrxo1ADJtLSrUGcVliOvpMLM0TTe9dyqNYY8HM22xpCpzb2nPf5+9i6M6xFU7bFuIZpk6ExqPsqUqqYOzWzmb0zAtZwS+Cvk+GvGXTg7bzi2vzgQ303qjrtae0EtAD8evGbuMMlMdl3IwpQVR/Gfn+PMHQpZqAYlQ0FBQThw4ACKi4uxadMmxMTEAAByc3O5zpCVca6aUQbYRnVIt8aQu/mHyEzFwV5S6+azge4O8HaRQakScDolv4kjM49dF7Lw00HNyvefjI1Cx0AF5HYS3eOT+4YC0GxmW1JRaY4QDZKYXYzYZYfwb0L1rVeoYdbHa/bsO5NawP4xqlGDkqFZs2bh0UcfRWBgIAICAjBw4EAAmuGzjh07GjM+agLabTlsoW9IOxRiCTPJzEEkEqFr1RT75rD4Yl5JBV7+7QQA4PE+obirjVe1cwZF+CDU0xEFZZVWsZHtJ5vPY8/FbMxYGW8Tn0lzu3X1dwDYfaH67gmk71pOMTIKyswdRpNqUDL09NNP4+DBg/j++++xd+9eiMWay7Rs2ZI9Q1ZI20RtC9tyWMoaQ+akHSprDn1Db/1xBpmF5Wjp7YRXh7et8RyxWIRJfUIBAMv3XYVaXX1fRUuRlFOCjac1e9iVKlWY/lMcisotv5plyXZdyNL7Ge6+kG3GaCzfmdR8DP10Nx5Yst+iPyvG1uBd67t164b7778fzs7OumOjRo1C3759jRIYNR1bml6fbCGrT5vTzW058mrcUNlW/HkiFX+dSIVELMKn4zrDwV5S67ljuwXCWSbFlaxi7L5o/MqAsX7Oy/ZegVoAeoS6w89VjitZxXh1zUmbfh9N7e+qDZK1fyTsvZQNVTP6JW+ISpUar645iQqVGil5pbjWjCYdNGhqPQBcv34df/75J5KSklBRod94++mnnzY6MGo6tjS9XttAbe59ycypQwsF7CQiZBeVI/lGqVFmsVmajIIyvLX+NADNCtyd77CYpYvcDg91D8TyfYlYvi8RAyN8jBbLjnOZmLX6OB7qFojXR0bWupaUIAjILCyHj4usxub+3OIK/Hr0OgDg+SHhkNlJ8PA3B/DPyTR0D3HH5L7cYsVQpRUqXe/V6yMjMXn5YeSXKnHiep7ujwa6adneqzidcnOj55PX8xDm5WTGiJpOgypD//77LyIiIrBkyRIsWLAAO3bswPLly/H999/j+PHjRg6RTE07oyyzsBz5t63PYk0KypTIL9XEH2jDDdR3IreToH2ApsHaVofKlu29ivxSJTq0cMWzd7eu13Me7xMKkUgzbHJ7FfRiRiG+2XUZOVVrVNWXUqXG3L/OIL9Uie/2XsWzv8SjvLL6LL6CMiWeXRWPXh/8i1d+r7nS8+PBayhVqtChhSuiW3miW4g7Xh8ZCQB4/5+EZtEDZmzbz2WipEKFIA8HdA120/WUsW+ousTsYny69QKAm20GJ5KbxyQMoIHJ0OzZs/Hiiy/i9OnTkMvlWLNmDZKTkzFgwAA89NBDxo6RTMxFbocAhWYWoDXvYK9tnvZ0soeTrMFFT5ugHRKw1V+g2vua0jdMtwL3nYR4OmFwW826Qyv2XwUAnEsvwDMrjyFm4W7M33gOL/9+0qA41h67jms5JXCRS2EnEeGfk2mYvPwICstu/lFxPDkPo77Yoxuu+S3uerVp/mVKFf63PxEA8GS/lrrK0eS+oRjVyR+VagEzVh4zOFmzJZUqNT7fdhGHruTU+zn/nEoFAIzqGACRSIT+bbwBMBm6nSAIeH3dKZRXqtG3tSdmDQ4HoKkMNRcNSoYSEhIwadIkAIBUKkVpaSmcnZ0xb948fPTRR0YNkJpGaxtYfFHbPN2cq0Jatrz4olKl1i0bcKfhsdtNqZpmvyYuBdN/jMPwhXvwz8k0CAIgEmkqCfVNIMsrVfji30sANAtgLn+8J5zsJdh/OQfjlx5EZkEZvtl1GWO/2o/kG6UIdHfAxOgQAMC8v84i7toN3bXWHktBTnEFWrg56BbVBDSzAz96sBNaejshLb8MC6r+cm+ONpxOx2fbLiB22WHsu3TnJuji8kpsP5cJABhdtRp7/3BNMnQ8Oc+qq+DG9uvRZOy/nAO5nRjz7++EqKrP1ZnUAlSq1OYNrok0KBlycnJCebnmL5SAgABcvnxZ91h2Njv1rVG4DfQNaVefDmzG/UJaXUPcAAAJaQUotrHZSOfSClFeqYarXIpQT8P6GaJbeSLC1wWlShU2nUmHSASM6uiPjc/1w7humkUsP916vl7X+vVIMlLySuHrKsNjvUNwVxsv/PJUNLyc7XEmtQD9Pt6B+RvPoVItYFRHf/wzsx/euae9rtLz9M/HkFlYBrVawHd7rgAAptwVBultlS5nmRSvj9AMlx00oCpiaw5c1vxuqVCp8eQPRxF/h0R/W0IGypRqhHo6on2AZi/NADcHtPZxhloA9l3m7yoAyCwow3v/JAAAXhwagWBPR7T0coKzTIpSpQqXsqz3D2RDNCgZ6t27N/bt2wdAM4PsxRdfxPvvv48pU6agd+/eRg2QmoZ2rSFrnlGmHSZrzjPJtPwVDmjh5gC1AJxIzjN3OEZ1vKp0HxXkZvDGtyKRCK+OiICbox1Gd/LH5ln9sfjRroj0d8XMIW1gLxFj36Uc7L/DL8oypQqLtmuqQjMGtdYt8tgxUIHfp/dBsIcjyivVkEnFmP9AR3w5oQsUDnYQiUT4+MFOaOPjjIyCcsxYGY/NZ9JxJbsYLnIpHq5hVXHg5rDnlaxim1gpviEOXNYkgi3cHFBSocLkFUdwPr32P960w5KjOwXoNaxrh8p2nTfPUFnyjRIMXrATL1Wtj2Vub/9xBoVllegUqNAtUCoWi9ChhSaBPNlM+oYalAx9+umn6NWrFwBg7ty5GDp0KFavXo2QkBAsW7bMqAFS09DtUWbFaw3dnEnGYTLg5i/Q/Zdtq5pwPCkPANDFwCEyrbvb+uL42zH4ckJXhFf9uwc0v2Qf6alJRhZsuVDndPafDl5DZmE5Wrg5VNsWJdTLCWv+0wevDI/A38/ehUd6Buv9MnaSSfF1bDc4y6Q4fPUGZq0+DgB4rHcInGvpdXN3stfN6jluY8ltfaTllyIxpwRiEbD26T7oHOSGvBIlYpcdqnHPucIypS7ZGR2lv2Fx//CqJuqLWU2+ZEFJRSWe/OEoLmcV4/e462Yfxo67lotNZ9IhFWuGY2+tSkYFugEATqbkmSe4JmZwMqRSqZCcnIygIM3/ABwdHbFkyRKcPHkSa9euRUhIiNGDJNPTzihLLyjTzciyNlxjSN+gtpq/gLfZ2LYOx5M1v0CiGpgM1eWZQa0hk4oRdy0XO2tpsi0ur8RXOzWtATMHt4ZMWn19I28XGZ4e2Fr3R8btWnk7478PRQEAyivVsJOI8HjVwpC10SZ/8VXJYE0EQcCuC1l6Ddy2QDs82LGFAr6ucqyY3AMRvi7ILCzHo98dqrbFxtazGahQqdHK2wkRt70HvcI8YS8VIy2/rEkr4YIg4OXfTuLcLdWsxVXVRXP5fq9mIsH9XVog0t9V77GOgZoZqSevszJUI4lEgmHDhiEvL88E4ZC5uMrt4F81o8wah8oEQbhl9WkmQwAwMNwHYhFwLr3QZnZsLyhT4nJWMQDDm6frw8dVrlutesGW8zVWDv53IBE5xRUI8XTEA10DG/xawzv44ZlBrQAA47oHwde17n0du1RtsxJfR2VozbEUTPr+MF5fd7rBcVki7RBZ75aeAAA3R3v88ERPBHs4IulGCe76aAcmfHsQK/ZdRUpeaa1DZIBmb79eYZqNxnc14ayyr3Zdxj+n0mAnEeGTsZ0gFgH/nsvEmdSGJxtKlRo/HryGvh9ux6D/7sTiHZfqvY3G9dybq50/0a/6GlbaylBCWkGNy0XYmgYNk3Xs2BFXrlwxdixkZq1123JYXxN1TnEFSpUqiERAgBs3CwY0QyvdQzX/069r00+1WkBSjnUkS9r+hSAPB3g6y0zyGtMHtIKTvQSnUwqw+Uy63mM5ReVYulvz/75ZQ9rUe1p/bV6KicA/M+/CnDHt73hul6oZgseTcmvdJkEb7+Yz6SiwoerQgarKUO9Wnrpjvq5y/PREL3QKVEClFrD/cg7m/nUWfT/crptFNua2ITIt3RT7i03TRL3jXCY+2axpzH/nng54qHsQRnUKAAAs2XG5rqfWSBAEbD2bgeELd+Ot9aeRkleKq9nF+GTzeUTP/xdPrDiCLWfSoaxjJtj/9idCLQB9W3uirZ9rtccD3R3g7mgHpUqoszfLHC5lFuGSkZeBadAn+f3338dLL72Ev//+G2lpaSgoKND7MqUlS5YgLCwMcrkc3bp1w549e+o8f9euXejWrRvkcjlatmyJr7/+2qTxWbM2PtY7vV5b+fB1kdc4bNFcDY3UrKuzLSGz1nPmb0xA/092YMttv/gt0Qlt83TVX62m4OFkjyfu0vylvGDLBZxLL8DXuy7j4W8OoNcH/yKvRInWPs64J6pFo19LJBKhfYAC9tI7/684ws8FcjsxCsoqcSW7uNrjFZVq7K+acl5RqcaWM7YxPHo9twTJN0ohEYvQoyq51wr2dMSfM+7CrpcH4s1RkegZ6gFtIahDC1e09ql5mFI7xf7QlRyUKU1b9biSVYSZv8RDEIAJvYIxoVcwAOiqghtOpxlUjT95PQ/jlx7U9R55ONlj3r3tseChKPQM9YBa0FScnvoxDg99faDG+ysqr8Qvh5MBQPdv/XYikQgdqz5nJyxoqCz5RglGL9qD+xbvN2pLR4OSoeHDh+PEiRO45557EBgYCHd3d7i7u8PNzQ3u7qZb4nz16tWYNWsW3njjDcTHx6Nfv34YMWIEkpKSajz/6tWrGDlyJPr164f4+Hi8/vrrmDlzJtasWWOyGK1ZuBXvXp/M5ukaDWmnSYYOXsmpsVKQX6rETwc1n5+99Vi7xdy0/TKmGCK71RP9WsJVLsXFzCIMX7gHH248h0NXb6BSLaC1j6bfR2LgTLbGspOI0amFGwDUOK38WFIuiitu/uL780RqU4VmUgevaNZj6thCUWuDeYinE6b2a4lfp0fjyBtDsOTRrvgmtnut1wz3dYafqxzllWocvnqj1vMaK6eoHE/+cBSFZZXoEeqOubdUANv6uWJIpC8EAboetLqcSM7D1P8dwT1f7sOhqzcgk4rx9MBW2PnyQEyMDsWD3QLx6/RobHthAKb1bwkXmRTHk/Pw4cZz1a7129FkFJZXoqW3EwaG1741TZS2b8iCmvbnb0xAmVKNovLKeq03VV8NWqZ3x44dRgvAEJ9++imeeOIJTJ06FQCwcOFCbN68GV999RXmz59f7fyvv/4awcHBWLhwIQAgMjISR48exX//+188+OCDTRm6VbDm6fXX2TxdozAvJ7TydsLlrGLsvpCF0VWlea3f466jtOovR0srhd9OEATdTCpt/4ypKBzsMHNwG7z3TwLspWL0aeWJQRE+GBThY9a93roEu+Fw4g3EJ+fhoe76s9i0qyp3CXZDfFIe9l3KRk5RucmGE5uKtl8o+pYhsrp4OcswsmPNw2NaIpEI/cO98OvR69h9IUtXKTKmlLxSxC47hCtZxfBzlWPJo92qVQBn3N0a2xIysP54CmYNaVNjv+OxpFx88e9F7KyaHScWAfd1boEXh0WghVv1P/5a+zhj9shI9G7pickrjmDF/kTc1dpL94eRSi1gRdVq55P7htW5PEWnqsrQqZSaK0OCIEAQYPASFw118EoONpy6WcHeeT7zju91fTUoGQoLC0NQUFC1xjRBEJCcnGyUwG5XUVGBuLg4vPbaa3rHY2JisH///hqfc+DAAcTExOgdGzZsGJYtWwalUgk7O7tqzykvL9ctKAnA5MN+lkRbUk7LL0NBmRKu8uo/H0ulW32azdPVDGnni8u7rmDb2Qy9ZEitFvDTLdtCXMgohCAINW4iaglS88uQXVQOqVik23vNlJ64Kwz9w70R5O4IB3vLGHrVNVHXMKNs90XNL8vHeoVApRZw8no+NpxOR2xv657hq51Jpm2eNpb+4d749eh1rD6SjKHtfNHLiNe/lFmE2GWHkJZfhgCFHD9O7QVvl+pJaecgN/Rr44U9F7Px9a7LeP/+jgA0n83dF7OwbO9V7Knqa5KIRbi3cwBmDGqNlt7Od4xhUFsfPHFXGJbtvYqXfz+BTbP6w9dVjn8TMnAtpwQKBzs82LXuod5OVZWhCxmFKKmohKP9zZShoEyJexbthYvcDqun9dZ7zBRUagHz/joLAGjn74qzaQXYeT7LaP/PatAwWVhYGLKyqnfh37hxA2FhptlZOTs7GyqVCr6+vnrHfX19kZ5ec69Denp6jedXVlbWulL2/PnzoVAodF/aJQSaA4WDne4Dm1hDT4Ilu1kZ4jDZ7bR9Q9vPZeo1VO67nI2r2cVwlkkhFgG5JUpkFVru3lfa9YXa+rvoFjk0JZFIhHBfF4tJhICbTdTn0/VXFs8uKtftNt4v3AtjqpLev8w8VHY5q6hR214k3yhBSl4ppGIRuocYtwUjpp0feoZ5oLC8EhO/P4xtZ2vvsbqcVVTv5QpOXs/DuG8OIC2/DK28nfD7f/qgVR3JyzODNBsN/3b0OhKzi/HTwWsY+tkuPL78CPZczIZULMK47oH494UB+HRc53olQlqvDI9A+wBX5JYoMeuX41CpBSyrmk4/oVfwHRMYX1c5fF1lUAuarTlutWTHZSTmlOBUSj4+2JBQ75jqolILtW7/8XtcMs6mFcBFLsWyx7vD0V6CzMJynE0zTsGiQclQbZlYUVER5HLTzuSpqRpVV1ZY0/k1HdeaPXs28vPzdV+mqnRZKr+q6b2W/EuxJtoG6kAOk1XTJdgdHk72KCirxNHEm70mPxzQVIUe7NpCt63FeQvuF9M2T5u6X8iS+brKEaCQQy3or/+yp6oq1M7fFT4ucoyq2ovrSOKNamvwAEBqXilmrDyGnedrb6xvrG1nMzB4wS50f38rpv7vCP44noKSCsO2htEOkUUFuRl982V7qRg/TOmJIZE+KK9UY9pPcfg97rrucUEQcOByDh5ZehCDF+zC/Uv23zH+/Zez8cjSg7hRXIFOgQr8Nr0PAmoYyrpVrzAPdA9xR4VKjbsX7MSb60/jcpbmj5Qn7grDjpcG4uOxUQj1MmzrGQCQSSVY9EgXONpLcOBKDl789TgOXb0BqViESdGh9bqGdqjs1n9vKXml+H7fVd33Px1Mwo5zDf+3dC2nGO//cxZd392K/h/vwN7bZvkVlil1s/GeG9wG/goH9KkaNt1ppJXEDfrX9cILLwDQJBJvvfUWHB1v/uJRqVQ4dOgQOnfubJTAbufl5QWJRFKtCpSZmVmt+qPl5+dX4/lSqRSenjWXRGUyGWQy6x5jbwyfqsqQNSVDKrWAlDw2UNdGIhZhUIQP1hy7jm0JGYhu5YmUvFLddPvY6BBkFJTjSnYxzqcXol8b4/dPGIO2MmTKmWTWoEuwO1JPpSE+OVfXR7P7guaXh7b3JcDNAT1DPXA48Qb+OZmGqf1a6p6vVKkxY+UxHEvKw67zWdjyQn/4K4z7uVGpBXy46VzV6wnYlpCJbQmZcLCTYEg7Xzw/pE29Khw3h8g87nBmw8jtJPj6sW54dc0prDl2HS/9dgK5xRWI9HfFF/9exOHEm83VlzKL8O7fCZj/QMcar3Uk8QYeX34EFZVq9GnliaUTu9fa8H0rkUiEGXe3xuPLj0AtAMEejpjcNxRjuwXCxQitCi29nfHOPe3x8u8nsf64plI4qpM//BT1K1x0aqHA1rMZejvYL9h8HhWVavRu6YG2fq5YsT8RL/9+Eptn9at3j5parVkg9IcDidh5IQvaJb3yS5V4bNkhPN4nFK8ObwsHewm+3HEJ2UUVaOnlhIlVSdzACB9sS8jEzvOZuupaYxhUGYqPj0d8fDwEQcCpU6d038fHx+PcuXOIiorCihUrGh1UTezt7dGtWzds3bpV7/jWrVvRp0+fGp8THR1d7fwtW7age/fuNfYLEXTDZJlWlAxlFpZBqRIgFYuM/j91WzG0nWbGyLaEDAiCgJ8PXoNaAPq08kRrHxeE+2n6xSx1JmGlSq1r4jR187Slu71vSK0WdJUh7VYTwM01dm6fVfbZ1gs4VvXcwvJKvLrmlNG3pfjjeAouZRZB4WCHtU/3wYxBrRHs4YhSpQp/nUjFlBVH6lwDB6iqzFQlQ9Etveo8tzGkEjE+GdsJT1YtPPj+hgQ8tuwQDifegL1EjInRIfh8fGeIRMCqw0nYdLp6W8a1nGI89cNRVFSqMbitD75/vEe9EiGtgRE++Pqxrlg2qTt2vDQQk/uGGSUR0hrbLRD3RN3sF5zSt/7tLJ2qKrHaytDplHysO54CAHhjZDu8NqIt2vg4I7uoHLPX1u/f0oWMQoz4fA8mrziCHec1idCAcG8sje2Gx3prlh5YsT8Roxbtwd8nU7F8b6Lm9UZF6prQB0ZoEv9jSXmNGorVMqgypJ1FNnnyZHz++edwda2+UJMpvfDCC4iNjUX37t0RHR2NpUuXIikpCdOnTwegGeJKSUnBDz/8AACYPn06vvzyS7zwwgt48sknceDAASxbtgyrVq1q0ritibcVVoa0zdMBbg5NPt3ZWvRr4w17iRjXckpwJrUAq49ohn8nRmuaa9tWJUPnLXRvugsZRShVquAik6KlV/17JmzRrcmQIAg4m1aA7KIKONpL0D3kZgVlREd/zP3rLE5ez0didjFCvZyw71I2vtqlmcb9Ukw4vth+CbsvZGH1kWSM7xlslPgqKtX4bNsFAJoFLLsGu6NrsDtejAnHiev5eGLFESTmlGBN3PU6X/NaTgnS8stgJxHp9tkzFbFYhNdHRsLDSYaPNp2DTCrGhF7BmNa/la6CkpBWiK93XcZra0+iS7CbbsXw/FIlpqw4gtwSJToFKvDlhK4N6mkb3sE4s6JqIhKJ8N79HZBbolk53ZCtbDq10DRRX80uRn6pEvM3JkAQgHs7B+i27Fg4vjPuW7wPW85m4Lej16vt13erP46n4LU1p1CqVMFVLsW47kF4rHeIbhgwpr0fhrbzw8u/ncCVrGLMWBkPAOjXxgt3t725DECguyPa+DjjYmYR9lyqPlPWUA3qGVq+fHmTJ0IA8PDDD2PhwoWYN28eOnfujN27d2PDhg26/dDS0tL01hwKCwvDhg0bsHPnTnTu3BnvvvsuvvjiC06rr4N1JkNVzdMcIquVk0yKPq01QyqvrT2JnOIK+LnKMaSquTpct1FvYa2rG5uTdkp9pyBFk03jtVTtAxSwk4iQXVSO67mlullkfVp56k3d9nKW6foq/jqRiuyicsxafRyCADzSMwgz7m6Dl2MiAADv/ZOgm4TQWL8eTUbyjVJ4Ocswqc/NmWwikQidg9zwdNWQxuf/XqxzwUPtEFnnILcmaWIXiUT4z8BW2PJ8f+x/7W7MGdNebyjphaHh6NhCgbwSJV749TjUagFKlRpP/xyHy1nF8FfI8d3E7hbVcH8rV7kdfnyiF967r+Zhvtq4O9kjuGqW7uIdl7DvUg7sJWK8VPVvB9D8m3yx6vt3/jpT44r25ZUqvLX+NJ775ThKlSrc1doLO14aiDdHt6vWDzUg3Btbnu+PMVXVLIlYhLdGt6vW66utDhmjb6hBHWnFxcX48MMP8e+//yIzMxNqtX6505RbdTz99NN4+umna3yspiG6AQMG4NixYyaLx9boeoaKrCgZ4hpD9TIk0hc7z2fpZh1N6BWs26U61NMR9hIxSipUuJ5bata1dGqi3Zy1OTdPa8ntJGjn74oT1/MRn5yn2529prVy7okKwJ6L2fjzRCriknKRVViONj7OeHu0ZvG/KXeFYdOZdMRdy8Wra07ipyd6VfuFo1YL9U5Ay5QqLNp+EQDw7N2ta5yt9GivYHy35wrS8suw8lASptSyAvLNITLjTqm/k/BaNte1l4qxcHxnjP5iL/ZdysF3e6/ganYx9l3KgZO9BMsm9YDPHfaXs1YdAxVIulGi24rm8b6h1dZEerJfS2w/l4nDV29g7Nf70SXYDa28ndHS2xn+Cjk+3nROt5L1zLtb47kh4XVW8t0c7bHokS54pGcQZFJJje/LwAgffLvnKnaez6rx3+lXBmx10qBkaOrUqdi1axdiY2Ph7+9vseuSkOFu9gzVb7M/S6BbY4jT6us0ONIHb67X/LedRITxPW+WsqUSMVr5OCMhrQDnMwotLhk6UbUnWecg0w6XWIsuwe44cT0fey9mIe6aJlHsX0Pje0x7P7yx7jQuZhbhYmYRZFIxvpzQVVe9kIhF+O9DURjx+W7su5SDnw8l4bHeISgur8S2hAz8cTwVey5mYUQHf3w8ttMdh39+PHANGQXlaOHmoPfv61ZyOwlmDm6D2WtPYfGOS3i4R1C1mWLamVyA8dcXaoxW3s54e0w7zF57CvM3ntMsOCgCvnikC9oFNP1oSVOJClTgn6rNbxUOdnhmYPWGZYlYhE/HReG+xfuQWViOzWcyAOgvV+DmaIfPHu6MQRG1r3p9uz6tau8X6x7qDid7CbKLNFPsO7S4uf7YrgtZWLLrUr1fp0HJ0MaNG/HPP/+gb9++DXk6WTBv55tT6y15Ab5b6dYY4oKLdfJXOKBjCwVOpeRjeAd/+Ljo/xXb1s8FCWkFuJBRiKHtap6haQ5F5ZW4ULUpY1SQ6RdbtAZdgt2wYj+wLj4FlWoBIZ6ONU69VjjYYWCEN7ZUraHz1uh2iPDT/ws7zMsJrw5vi3f+OosPNiTgwJUc/JuQgTLlzYr/nydSkZJXim8ndoeHk32NMRWVV+r6kZ4b3KbOPQLHdgvE17su41pOCVbsT6w2G+jk9XxkFpbDXiJGVxP3CxlqfI8g7DyfWfXLHnhjVDsMjrScz4spdLplBuezd7eGwrHm5u5Ad0f8++JAHE/Ow5WsIlzOKsKVrGJczS5Gax9nzH+go1GXP5FJJejT2gtbz2Zgx7lMXTKUll+K56uGhOurQcmQu7s7PDxMM9WRzEtbGdLu/WLMGQ2mklGgqWJxJtmdPT+0Db7edQXPD2lT7TFtGdrStuU4dT0fggC0cHOolsA1V12qKmRKleb/9jVVhbQe7R2CLWczMCYqAI/2qrlheVJ0KDaeTsfhqzd0FYBQT0fc07kFWnk74c31pxF3LRcPfrUfKyb3QIhn9cTr+71XcaNYM/35gTusbGwnEeOFoeF47pfj+HrXZTzWK0T3C3bDqTS8/NsJAJod1ZtigU1DiEQifPhAJ4hFp9AxUIEpfUPNHZLJRQW6oYWbA9wc7RAbXfeK5goHOwwI98YAE2xxUpNBET7YejYDOy9k4dnBbaBUqfHsynjcKK5AW38X1HelwAYlQ++++y7efvtt/O9//9Nba4isn4O9BC4yKQrLK5FZWG4VyZC22dunhuXuSd/dbX1xd9ua/4qN8NPM0rK0ZGhH1cKArArdFOThAE8ne+QUVwCouV9Ia0C4Nw6/PhhezrJaK71isQifPdwZc/44g2APR9zbOQCdAhW68yP9XTF5+RFczS7G/Uv247tJ3dE12B2FZUokpBXibGo+vq3qJ3l+aLiuF60uYzoFYMmOyzifUYiley5j1pBwfLzpHL7do1nMr1eYBz4eG2XQz6WpuDvZ46vHupk7jCbjYC/B7lcGQS0IsKvHe9uUtE3U8Um5yCupwFc7L+PotVy4yKT4dFwndHy1ftdpUDK0YMECXL58Gb6+vggNDa22Zg8blq2bt4sMheWVyCosr3MZeUtQXF6p26m7pr1/qP60laHLWUWoqFRX21TSHH48eE3XtDnExociDCESidAl2A3bEjJhJxHdcRPT+jT2tnBzwHeTat7pPdzXBeue7oMp/zuC0ykFeGTpQfgr5Ei8bdZQO39XjKrnxplisQgvxoTjqR/j8P3eRBy6cgNHq/qfpg1oiZdjIuqVVFHTkIhFkMDy2iYC3BwQ7uuMCxlFmPfXWayN16yB9PHYTgj2qP+q3Q1Khu67776GPI2shJeLDFeyi61ien121aw3R3uJ0Zfrb25auDnAWSZFUXklEnOKa51V01RWHU7CW+tPA9D8cry/S91DL81Nl2B3bEvIRLcQd4MW+GsoH1c5Vj8VjWdXxWP7uUxdIuTnKkf7AFe0b6HAxOgQg5Y+GNrOF1FBbjiRnIej13LhLJPivw9FYXgHP1PdBtmgQRE+uJBRpEuEJvcNxYiO/gZttN6gT9CcOXMa8jSyEta0JYc2RlaFGk+zMakzjiXl4Xx6oVmTod+OJuP1dacAaHaPf214W6to5m9KsdEhyCosx7juTbeZtJNMiqWx3bDnUjYkIhHaB7jWe/uFmohEIswe0RYTvz+Mll5OWPJoV4M2IiUCgAER3vimqoIcFeSG2SMiDb5Go/6ciIuLQ0JCAkQiEdq1a4cuXbo05nJkIaxpSw5dMtSI/yHTTRF+LjiWlGfWbTnWxV/HK2tOQhCAx/uE4s1RkUyEauAqt8Pce9o3+etKJWKDpkbfSe+Wnjj8+mC4yu2a/YKa1DDdQzwQ5OGA0go1Fk/o0qAh/gYlQ5mZmRg/fjx27twJNzc3CIKA/Px8DBo0CL/88gu8vS1zo0eqH2tahVq7OCQrQ8ahrQadM0MTdUWlGt/tvYL/bj4PQdAszjdnTPVVZ8n2uDnWPF2fqD7spWJsmTUAKkFo8JBxg7rTnn32WRQUFODMmTO4ceMGcnNzcfr0aRQUFGDmzJkNCoQsh7bKYg2rUHOYzLgifM2zYevuC1kYvnA3Pt50HmpBs5bLu/d2YCJERPXiYC9pVO9cg565adMmbNu2DZGRN8fl2rVrh8WLFyMmJqbBwZBl0M48sYrKEIfJjEq7IF/SjRKUVFTWuJ2CMV3PLcF7fydg0xnNTuBezjLMHtEWD3RtwUSIiJpMg/5Pp1arq02nBwA7O7tq+5SR9dFVhqxgSw5WhozL01kGL2d7ZBdV4FJmkd7Ks8a260IWpv14FGVKNSRiESZFh2LW0DZwtYK1rYjItjRomOzuu+/Gc889h9TUVN2xlJQUPP/88xg8eLDRgiPz0CYWOcUVqFRZdnLLniHja6qVqD/ZfA5lSjV6hnpgw8x+eHtMOyZCRGQWDUqGvvzySxQWFiI0NBStWrVC69atERYWhsLCQixatMjYMVIT83Cyh1gECAJwo2qFW0vFypDxNUUydPJ6Hk6nFMBeKsY3sd2q7ZdFRNSUGjRMFhQUhGPHjmHr1q04d+4cBEFAu3btMGTIEGPHR2YgEYvg5SxDZmE5MgvL67V6rTmo1YJu0UUmQ8bTtioxOW/CJuqVh5IAACM7+MG9lo0/iYiaSqO6I4cOHYqhQ4caKxayIN4ummTIkpuo80uVuo0qPZ2YDBlLuJ9pZ5QVlinx5wnNEPuEXnVv+khE1BQMGibbvn072rVrV+MS1/n5+Wjfvj327NljtODIfKxhrSFtv5C7o51F7KNlK9r4aFYAzigoR16J8YdJ1x9PRUmFCq19nNEj1N3o1yciMpRBv0EWLlyIJ598Eq6urtUeUygUmDZtGj799FOjBUfmYw1rDbFfyDRc5HZo4eYAALiQUWTUawuCoBsim9AzmNPnicgiGJQMnThxAsOHD6/18ZiYGMTFxTU6KDI/H1crqAwxGTIZbUPzmdR8o173eHIeEtIKIJOK8WDXQKNem4iooQxKhjIyMmpcX0hLKpUiKyur0UGR+WkrQ5kWvNYQF1w0nR6hHgCA7ecyjXpdbVVoVCd/KBw5jZ6ILINByVCLFi1w6tSpWh8/efIk/P39Gx0UmZ+3i+WvQs01hkxnRAc/AMD+yznINdLyCvmlSvx1UtM4/WivYKNck4jIGAxKhkaOHIm3334bZWXVqwWlpaWYM2cORo8ebbTgyHysooGaw2QmE+rlhLZ+LlCpBWxNyDDKNdfHp6BMqUaErwu6BrNxmogsh0FT6998802sXbsW4eHhmDFjBiIiIiASiZCQkIDFixdDpVLhjTfeMFWs1IR8mAw1eyM6+ONceiE2nU7HuO5BjbqWXuN0LzZOE5FlMSgZ8vX1xf79+/Gf//wHs2fPhiBo1ngRiUQYNmwYlixZAl9fX5MESk1Lm2AUV6hQXF4Jp0bsBmwqN3uGLHNRSGs3sqMfPtt2AXsvZqOwTAmXRmyVcSwpF+czCiG3E+O+Li2MGCURUeMZ/BsuJCQEGzZsQG5uLi5dugRBENCmTRu4u7PsbUucZFI42ktQUqFCVmG5ZSZD7BkyqTa+Lmjl7YTLWcXYfi4T93ZuWBKjVgtYsOUCAGBMpwAoHNg4TUSWpcEr1bm7u6NHjx7o2bMnEyEbpesbssC1hpQqtW7fNCZDpjOig2ZCxMZT6Q2+xor9idh/OQdyOzGeHtTaWKERERkNl+2lWlly31BOkSYRkopFcGOlwWSGV80q23khEyUVlQY//1JmIT7adA4A8MbISIR5ORk1PiIiY2AyRLXSVlwyCyxvrSFtgublLINYzGZcU2kf4IogDweUKdXYed6wNcQqKtWYtfo4yivV6B/ujcd6cx8yIrJMTIaoVpa8JUdWkSZB4xCZaYlEoptDZacNGypbtP0iTqcUwM3RDp+M7cQZZERksZgMUa0sea0hTqtvOtqhsu0JGShTqur1nGNJuVi84xIA4P37OsLXlTP+iMhyWd4UIbIYPlWrUGdacjLErThMrnOgG/wVcqTll2HvxWwMaXdz+QyVWsDlrCIoVWpUrbQBtSDghdXHoRaA+zoHYFQnrkpPRJaNyRDVipUhAgCxWIRh7f2wYn8iNpxOw5B2vqioVGN9fAq+2nUZV7OLa3yev0KOd+7t0MTREhEZjskQ1cqikyGuMdSkRnTQJEPbzmbg+71X8e2eK0jL1/RtOdhJ4Opw838lIojgYC/BRw924ppCRGQVmAxRrbSJRk5xBVRqARILmrXFylDT6h7qAS9ne2QXVWDe32cBaJZemNovDBN6hcDZAhflJCKqL/4fjGrl6WQPkUjTF3KjuMKiEg8mQ01LIhbhwW6B+GbXFQR7OGLagJZ4sGsg5HYSc4dGRNRoTIaoVlKJGJ5OmmpAVmG5RSUebKBuei/HRODeqBYI93WGVMKJqERkO/h/NKqTlwWuNVRcXoniCs0Ub0tK0GydVCJGuwBXJkJEZHP4fzWqkyU2UWdXJWaO9hKL3ECWiIisC5MhqtPNtYYsZ0uOW7fiICIiaiwmQ1QnS6wMsXmaiIiMickQ1ckik6EiNk8TEZHxMBmiOllkMsTKEBERGRGTIaqTD5MhIiKycUyGqE6sDBERka1jMkR10iYcheWVKK1a28fc2DNERETGxGSI6uQik0Im1fwzybaQhRdZGSIiImNiMkR1EolE8FNo1hpKySs1czSAWi3okjImQ0REZAxMhuiOgj0cAQBJOSVmjgTIL1VCqRIAAJ7O9maOhoiIbAGTIbqjUE8nAEBiTrGZI7nZL+TmaAeZlDumExFR4zEZojsK9bKgZIi71RMRkZExGaI7CvXUDJMlZpt/mIzN00REZGxMhuiOQqqGya7lFEMQBLPGwmSIiIiMjckQ3VGQhwPEIqC4QqXr2TEXrjFERETGxmSI7kgmlSDAzQEAcM3MM8pYGSIiImNjMkT1optRlm3eJmomQ0REZGxMhqheQqqaqC2lMuTFYTIiIjISq0mGcnNzERsbC4VCAYVCgdjYWOTl5dV6vlKpxKuvvoqOHTvCyckJAQEBmDhxIlJTU5suaBsSVjW9/qqZp9dnFpYBAHxcmQwREZFxWE0yNGHCBBw/fhybNm3Cpk2bcPz4ccTGxtZ6fklJCY4dO4a33noLx44dw9q1a3HhwgXcc889TRi17bh1Rpm5VFSqkVuiBAD4uMjNFgcREdkWqbkDqI+EhARs2rQJBw8eRK9evQAA3377LaKjo3H+/HlERERUe45CocDWrVv1ji1atAg9e/ZEUlISgoODmyR2W6Fda+hadgkEQYBIJGryGHKKNUNkUrEIbg52Tf76RERkm6yiMnTgwAEoFApdIgQAvXv3hkKhwP79++t9nfz8fIhEIri5udV6Tnl5OQoKCvS+CAjycIRIBBSWVyKnuMIsMWQW3GyeFoubPhkjIiLbZBXJUHp6Onx8fKod9/HxQXp6er2uUVZWhtdeew0TJkyAq6trrefNnz9f15ekUCgQFBTU4LhtidxOggCFdnq9eYbKOJOMiIhMwazJ0Ny5cyESier8Onr0KADUOCxT3+EapVKJ8ePHQ61WY8mSJXWeO3v2bOTn5+u+kpOTG3ZzNijEzNtyZHJfMiIiMgGz9gzNmDED48ePr/Oc0NBQnDx5EhkZGdUey8rKgq+vb53PVyqVGDduHK5evYrt27fXWRUCAJlMBpmMv2xrEurlhP2Xc8y2Yau2MsSZZEREZExmTYa8vLzg5eV1x/Oio6ORn5+Pw4cPo2fPngCAQ4cOIT8/H3369Kn1edpE6OLFi9ixYwc8PT2NFntzpNuw1UxrDWUVaabVszJERETGZBU9Q5GRkRg+fDiefPJJHDx4EAcPHsSTTz6J0aNH680ka9u2LdatWwcAqKysxNixY3H06FH8/PPPUKlUSE9PR3p6OioqzNMAbO3MPb3+1gZqIiIiY7GKZAgAfv75Z3Ts2BExMTGIiYlBp06d8OOPP+qdc/78eeTn5wMArl+/jj///BPXr19H586d4e/vr/syZAYa3aTdkuNqtnl2r9dt0so1hoiIyIisYp0hAPDw8MBPP/1U5zm3/oIODQ01yy9sW6ZtoC4sq0RuiRIeTvZN+vqcTUZERKZgNZUhMj+5nQT+Ck1VpqmbqAVB0M0m82EyRERERsRkiAxyc8PWpk2GCsoqUVGpBsDKEBERGReTITKIbsPWJl5rKKtqg1YXuRRyO0mTvjYREdk2JkNkEHPNKOMQGRERmQqTITKIudYaYvM0ERGZCpMhMkho1TBZYnbTVoZuJkOcVk9ERMbFZIgMEuyhqQzllyqRV9J0i1dmcZiMiIhMhMkQGcTRXgrfqr3BmnKojMNkRERkKkyGyGDalaibcqiMDdRERGQqTIbIYLpkqAlnlLEyREREpsJkiAwW4qVdeLHphskyq9YZYjJERETGxmSIDNbUlaGKSjVyS5QAAB/OJiMiIiNjMkQGa+qeoZxizRCZVCyCm4Ndk7wmERE1H0yGyGDa/clyS5TIr6rYmFJmgSYZ8nKWQSwWmfz1iIioeWEyRAZzkkl1vTvXbpi+OqRbY8iV/UJERGR8TIaoQVq4OQAAUvNKTf5aWUVVM8mcmQwREZHxMRmiBglw0zQyp+aVmfy1tMNkrAwREZEpMBmiBglQaCpDaflNURmqmlbPyhAREZkAkyFqEH/tMFm+6StDXHCRiIhMickQNUiAQjtMZvrKUCZ3rCciIhNiMkQNoq0MpTVBzxArQ0REZEpMhqhBtJWhzMIyVKrUJnsdQRC4SSsREZkUkyFqEC9nGewkIqgFIKMqWTGFgrJKVFRqki1WhoiIyBSYDFGDiMUi+FVVh9JM2DekHSJzkUsht5OY7HWIiKj5YjJEDeZfNb0+xYTJkHa3eg6RERGRqTAZogbT9g2lmXB6PZuniYjI1JgMUYPdnFFm+mEyTqsnIiJTYTJEDRbQBAsvZnEmGRERmRiTIWqwm8NkTVEZYjJERESmwWSIGkzbQG3KzVp1q09zXzIiIjIRJkPUYNqd628UV6BMqTLJa+iGybhjPRERmQiTIWowhYMdHKrW/jHVjLKsIg6TERGRaTEZogYTiUS66pApZpRVVKpxo7gCAODD2WRERGQiTIaoUUw5oyynWFMVkopFcHOwM/r1iYiIACZD1Ej+VTPKUk1QGdL2C3k5yyAWi4x+fSIiIoDJEDWSdkaZKabXZxaweZqIiEyPyRA1Sgs3002v1zVPc1o9ERGZEJMhahR/N9MtvKitDHEmGRERmRKTIWoUUy68mFXEHeuJiMj0mAxRo2in1heVV6KgTGnUa3MrDiIiagpMhqhRHO2lUFRNe08zcnUokzvWExFRE2AyRI12c60h4/UNCYKAxOxiADebtImIiEyByRA1mm73eiNWhrKKypFbooRIBLTxdTbadYmIiG7HZIgaTTujzJgLL55PLwQAhHo6QV61/xkREZEpMBmiRtPNKDPiMJk2GYrwdTHaNYmIiGrCZIga7eZmrcYbJtMlQ35MhoiIyLSYDFGjBZhgS47zGZpkqC2TISIiMjEmQ9Rot+5cLwhCo6+nVgu4UJUMhTMZIiIiE2MyRI3m6yqHSARUVKqRU1zR6Osl3ShBmVINmVSMUE8nI0RIRERUOyZD1Gj2UjG8qjZTNUbf0LmqfqE2vs6QiEWNvh4REVFdmAyRUWjXGjLGjDLdEBlnkhERURNgMkRGoe0bSjPCWkPamWRsniYioqbAZIiM4uZaQ8YYJisAAET4uTb6WkRERHfCZIiMIsBIq1CXKVVIzCkBwAUXiYioaTAZIqPw16011LjK0OWsIqjUAhQOdvB1lRkjNCIiojpZTTKUm5uL2NhYKBQKKBQKxMbGIi8vr97PnzZtGkQiERYuXGiyGJszf90q1I2rDN268rRIxJlkRERkelaTDE2YMAHHjx/Hpk2bsGnTJhw/fhyxsbH1eu769etx6NAhBAQEmDjK5qtFVQN1RmE5KlXqBl9Hu/I0h8iIiKipSM0dQH0kJCRg06ZNOHjwIHr16gUA+PbbbxEdHY3z588jIiKi1uempKRgxowZ2Lx5M0aNGtVUITc7Xs4ySMUiVKoFZBaW62aXGYp7khERUVOzisrQgQMHoFAodIkQAPTu3RsKhQL79++v9XlqtRqxsbF4+eWX0b59+3q9Vnl5OQoKCvS+6M4kYhH8qtYaSr5R0uDrcFo9ERE1NatIhtLT0+Hj41PtuI+PD9LT02t93kcffQSpVIqZM2fW+7Xmz5+v60tSKBQICgpqUMzNkXaRRO1Ql6HyS5W6Buw2HCYjIqImYtZkaO7cuRCJRHV+HT16FABqbKYVBKHWJtu4uDh8/vnnWLFihUGNuLNnz0Z+fr7uKzk5uWE31wxF+msSmLOpDaumaVeeDlDIoXCwM1pcREREdTFrz9CMGTMwfvz4Os8JDQ3FyZMnkZGRUe2xrKws+Pr61vi8PXv2IDMzE8HBwbpjKpUKL774IhYuXIjExMQanyeTySCTcUp3Q7TzVwAAEtIalgydY78QERGZgVmTIS8vL3h5ed3xvOjoaOTn5+Pw4cPo2bMnAODQoUPIz89Hnz59anxObGwshgwZonds2LBhiI2NxeTJkxsfPFWjrQydzyiESi0YvMnqhapkKJzJEBERNSGrmE0WGRmJ4cOH48knn8Q333wDAHjqqacwevRovZlkbdu2xfz583H//ffD09MTnp6eetexs7ODn59fnbPPqOFCPJ3gYCdBqVKFq9nFaO3jbNDz2TxNRETmYBUN1ADw888/o2PHjoiJiUFMTAw6deqEH3/8Ue+c8+fPIz8/30wRkkQs0g1xnTVwqEwQhJt7kvlyTzIiImo6VlEZAgAPDw/89NNPdZ4jCEKdj9fWJ0TGE+nviuPJeUhIK8A9UfVf5DKjoBwFZZWQiEVo5eNkwgiJiIj0WU1liKxDuwBNVcfQJmptVSjMywkyqcTocREREdWGyRAZVbuqJmpDkyGuPE1ERObCZIiMKsJPUxnKKChHTlF5vZ/HPcmIiMhcmAyRUTnLpAjxdAQAJKTVfyVqVoaIiMhcmAyR0UX6GdY3VKlS42Jmkd5ziYiImgqTITI6Q5uoE3OKUVGphpO9BIHuDdvtnoiIqKGYDJHRRfprkqH6rjWkHU4L93OB2MBVq4mIiBqLyRAZnXZbjkuZRSivVN3xfO20+rYcIiMiIjNgMkRG18LNAa5yKSrVAi5V9QLV5VxVZUibRBERETUlJkNkdCKRSDdUVp8ZZed0e5KxMkRERE2PyRCZxM1kqO6+ofxSJVLySgFwWj0REZkHkyEyiXbaJurUupMh7fpCLdwcoHCwM3lcREREt2MyRCahqwylF9S5ge55XfM0q0JERGQeTIbIJNr4OkMiFiGvRIn0grJaz0vgytNERGRmTIbIJOR2ErTydgJQd9/QuarH2vqzeZqIiMyDyRCZzJ1mlKnVgq5nKJKVISIiMhMmQ2QykXdoor6eW4riChXsJWKEeTk1ZWhEREQ6TIbIZO40vT6hqnm6ja8zpBL+UyQiIvPgbyAyGe2K0ldzilFSUVntce3K01xskYiIzInJEJmMj4scXs4yCAIQn5RX7fHzGZrKELfhICIic2IyRCY1tJ0PAGDl4aRqj2krQ5xWT0RE5sRkiEzqsd4hAIDNp9ORect6Q6UVKlzNKQbAYTIiIjIvJkNkUu0DFOgW4o5KtYBVh5N1xy9kFEIQAC9ne3i7yMwYIRERNXdMhsjkYquqQysPX4NSpQYAnNNtw8GqEBERmReTITK5ER394Olkj4yCcmw7mwHg5kKM3JOMiIjMjckQmZxMKsH4nkEAgB8PXgNwS2WI23AQEZGZMRmiJjGhVwjEImD/5RxcyizUbcPByhAREZkbkyFqEi3cHDA40hcAsGDLBeSWKCERi9Dax9nMkRERUXPHZIiajLaReuPpdABAmJcT5HYSc4ZERETEZIiazl2tvfQ2ZOUQGRERWQImQ9RkxGIRHu0VrPs+ks3TRERkAaTmDsDSCYIAACgoqHnndTLMsDYKfKQuQ7lSjSBn/lyJiMg0tL9ftL/H6yIS6nNWM3b9+nUEBQWZOwwiIiJqgOTkZAQGBtZ5DpOhO1Cr1UhNTYWLiwtEIpG5w2kSBQUFCAoKQnJyMlxdm99QFu+f98/7b57335zvHbC9+xcEAYWFhQgICIBYXHdXEIfJ7kAsFt8xo7RVrq6uNvGBaCjeP++f998877853ztgW/evUCjqdR4bqImIiKhZYzJEREREzRqTIapGJpNhzpw5kMlk5g7FLHj/vH/ef/O8/+Z870Dzvn82UBMREVGzxsoQERERNWtMhoiIiKhZYzJEREREzRqTISIiImrWmAw1E0uWLEFYWBjkcjm6deuGPXv21Hru2rVrMXToUHh7e8PV1RXR0dHYvHmz3jkrVqyASCSq9lVWVmbqW2kQQ+5/586dNd7buXPn9M5bs2YN2rVrB5lMhnbt2mHdunWmvo0GMeTeH3/88RrvvX379rpzrOm93717N8aMGYOAgACIRCKsX7/+js/ZtWsXunXrBrlcjpYtW+Lrr7+udo61vPeG3r8tffYNvXdb+9wbev+29tk3FJOhZmD16tWYNWsW3njjDcTHx6Nfv34YMWIEkpKSajx/9+7dGDp0KDZs2IC4uDgMGjQIY8aMQXx8vN55rq6uSEtL0/uSy+VNcUsGMfT+tc6fP693b23atNE9duDAATz88MOIjY3FiRMnEBsbi3HjxuHQoUOmvh2DGHrvn3/+ud49Jycnw8PDAw899JDeedby3hcXFyMqKgpffvllvc6/evUqRo4ciX79+iE+Ph6vv/46Zs6ciTVr1ujOsZb3HjD8/m3ps2/ovWvZwuceMPz+be2zbzCBbF7Pnj2F6dOn6x1r27at8Nprr9X7Gu3atRPeeecd3ffLly8XFAqFsUI0KUPvf8eOHQIAITc3t9Zrjhs3Thg+fLjesWHDhgnjx49vdLzG1Nj3ft26dYJIJBISExN1x6zpvb8VAGHdunV1nvPKK68Ibdu21Ts2bdo0oXfv3rrvreW9v1197r8m1vzZ16rPvdvS5/52DXnvbemzXx+sDNm4iooKxMXFISYmRu94TEwM9u/fX69rqNVqFBYWwsPDQ+94UVERQkJCEBgYiNGjR1f769ESNOb+u3TpAn9/fwwePBg7duzQe+zAgQPVrjls2LB6/0ybgjHe+2XLlmHIkCEICQnRO24N731D1Pa+Hj16FEqlss5zLOm9NxZr/uw3lLV/7o2luX32mQzZuOzsbKhUKvj6+uod9/X1RXp6er2usWDBAhQXF2PcuHG6Y23btsWKFSvw559/YtWqVZDL5ejbty8uXrxo1PgbqyH37+/vj6VLl2LNmjVYu3YtIiIiMHjwYOzevVt3Tnp6eqN+pk2hse99WloaNm7ciKlTp+odt5b3viFqe18rKyuRnZ1d5zmW9N4bizV/9g1lK597Y2iOn33uWt9MiEQive8FQah2rCarVq3C3Llz8ccff8DHx0d3vHfv3ujdu7fu+759+6Jr165YtGgRvvjiC+MFbiSG3H9ERAQiIiJ030dHRyM5ORn//e9/0b9//wZd05waGueKFSvg5uaG++67T++4tb33hqrp53X7cWt57xvDVj779WVrn/vGaI6ffVaGbJyXlxckEkm1v1wyMzOr/YVzu9WrV+OJJ57Ar7/+iiFDhtR5rlgsRo8ePSzuL4TG3P+tevfurXdvfn5+jb6mqTXm3gVBwPfff4/Y2FjY29vXea6lvvcNUdv7KpVK4enpWec5lvTeN5YtfPaNwRo/943VXD/7TIZsnL29Pbp164atW7fqHd+6dSv69OlT6/NWrVqFxx9/HCtXrsSoUaPu+DqCIOD48ePw9/dvdMzG1ND7v118fLzevUVHR1e75pYtWwy6pqk15t537dqFS5cu4Yknnrjj61jqe98Qtb2v3bt3h52dXZ3nWNJ73xi28tk3Bmv83DdWc/3sczZZM/DLL78IdnZ2wrJly4SzZ88Ks2bNEpycnHSzBF577TUhNjZWd/7KlSsFqVQqLF68WEhLS9N95eXl6c6ZO3eusGnTJuHy5ctCfHy8MHnyZEEqlQqHDh1q8vu7E0Pv/7PPPhPWrVsnXLhwQTh9+rTw2muvCQCENWvW6M7Zt2+fIJFIhA8//FBISEgQPvzwQ0EqlQoHDx5s8vuri6H3rvXYY48JvXr1qvGa1vTeFxYWCvHx8UJ8fLwAQPj000+F+Ph44dq1a4IgVL//K1euCI6OjsLzzz8vnD17Vli2bJlgZ2cn/P7777pzrOW9FwTD79+WPvuG3rstfe4FwfD717KVz76hmAw1E4sXLxZCQkIEe3t7oWvXrsKuXbt0j02aNEkYMGCA7vsBAwYIAKp9TZo0SXfOrFmzhODgYMHe3l7w9vYWYmJihP379zfhHRnGkPv/6KOPhFatWglyuVxwd3cX7rrrLuGff/6pds3ffvtNiIiIEOzs7IS2bdvq/U/Tkhhy74IgCHl5eYKDg4OwdOnSGq9nTe+9drp0bf+Wa7r/nTt3Cl26dBHs7e2F0NBQ4auvvqp2XWt57w29f1v67Bt677b2uW/Iv31b+uwbSiQIVd2BRERERM0Qe4aIiIioWWMyRERERM0akyEiIiJq1pgMERERUbPGZIiIiIiaNSZDRERE1KwxGSIiIqJmjckQEZnN3Llz0blzZ7O8dmhoKBYuXGiW166oqEDr1q2xb98+o1zv1KlTCAwMRHFxsVGuR9TcMBkiIoM8/vjjEIlEEIlEsLOzg6+vL4YOHYrvv/8earXa3OFVo92B+3ZHjhzBU0891fQBAVi6dClCQkLQt29fo1yvY8eO6NmzJz777DOjXI+ouWEyREQGGz58ONLS0pCYmIiNGzdi0KBBeO655zB69GhUVlaaO7x68fb2hqOjo1lee9GiRZg6dapRrzl58mR89dVXUKlURr0uUXPAZIiIDCaTyeDn54cWLVqga9eueP311/HHH39g48aNWLFihe68/Px8PPXUU/Dx8YGrqyvuvvtunDhxotbrHjlyBEOHDoWXlxcUCgUGDBiAY8eO6R6fMmUKRo8erfecyspK+Pn54fvvv692vZ07d2Ly5MnIz8/XVbPmzp0LoPowmUgkwjfffIPRo0fD0dERkZGROHDgAC5duoSBAwfCyckJ0dHRuHz5st5r/PXXX+jWrRvkcjlatmyJd955p86E8NixY7h06ZLejvA7d+6ESCRCXl6e7tjx48chEomQmJgIALh27RrGjBkDd3d3ODk5oX379tiwYYPu/GHDhiEnJwe7du2q9bWJqGZMhojIKO6++25ERUVh7dq1AABBEDBq1Cikp6djw4YNiIuLQ9euXTF48GDcuHGjxmsUFhZi0qRJ2LNnDw4ePIg2bdpg5MiRKCwsBABMnToVmzZtQlpamu45GzZsQFFREcaNG1ften369MHChQvh6uqKtLQ0pKWl4aWXXqr1Ht59911MnDgRx48fR9u2bTFhwgRMmzYNs2fPxtGjRwEAM2bM0J2/efNmPPbYY5g5cybOnj2Lb775BitWrMD7779f62vs3r0b4eHhcHV1reOnWd0zzzyD8vJy7N69G6dOncJHH30EZ2dn3eP29vaIiorCnj17DLouEQFScwdARLajbdu2OHnyJABgx44dOHXqFDIzMyGTyQAA//3vf7F+/Xr8/vvvNfbr3H333Xrff/PNN3B3d8euXbswevRo9OnTBxEREfjxxx/xyiuvAACWL1+Ohx56SC8x0LK3t4dCoYBIJIKfn98d4588ebIuqXr11VcRHR2Nt956C8OGDQMAPPfcc5g8ebLu/Pfffx+vvfYaJk2aBABo2bIl3n33XbzyyiuYM2dOja+RmJiIgICAO8Zyu6SkJDz44IPo2LGj7rVu16JFC10liYjqj5UhIjIaQRAgEokAAHFxcSgqKoKnpyecnZ11X1evXq021KSVmZmJ6dOnIzw8HAqFAgqFAkVFRUhKStKdM3XqVCxfvlx3/j///IMpU6YYJf5OnTrp/tvX1xcAdMmH9lhZWRkKCgp09zhv3jy9+3vyySeRlpaGkpKSGl+jtLQUcrnc4NhmzpyJ9957D3379sWcOXN0SeetHBwcan1dIqodK0NEZDQJCQkICwsDAKjVavj7+2Pnzp3VzqtpdhegmamWlZWFhQsXIiQkBDKZDNHR0aioqNCdM3HiRLz22ms4cOAADhw4gNDQUPTr188o8dvZ2en+W5vU1XRMO2tOrVbjnXfewQMPPFDtWrUlPF5eXjh16pTeMbFY83epIAi6Y0qlUu+cqVOnYtiwYfjnn3+wZcsWzJ8/HwsWLMCzzz6rO+fGjRto1arVnW+UiPQwGSIio9i+fTtOnTqF559/HgDQtWtXpKenQyqVIjQ0tF7X2LNnD5YsWYKRI0cCAJKTk5Gdna13jqenJ+677z4sX74cBw4c0Bu2qom9vb3JZlh17doV58+fR+vWrev9nC5duuCrr77Sq6J5e3sDANLS0uDu7g5A00B9u6CgIEyfPh3Tp0/H7Nmz8e233+olQ6dPn8bYsWMbcUdEzROTISIyWHl5OdLT06FSqZCRkYFNmzZh/vz5GD16NCZOnAgAGDJkCKKjo3Hffffho48+QkREBFJTU7Fhwwbcd9996N69e7Xrtm7dGj/++CO6d++OgoICvPzyy3BwcKh23tSpUzF69GioVCpdv05tQkNDUVRUhH///RdRUVFwdHQ02pT6t99+G6NHj0ZQUBAeeughiMVinDx5EqdOncJ7771X43MGDRqE4uJinDlzBh06dACgue+goCDMnTsX7733Hi5evIgFCxboPW/WrFkYMWIEwsPDkZubi+3btyMyMlL3eGJiIlJSUjBkyBCj3BtRc8KeISIy2KZNm+Dv74/Q0FAMHz4cO3bswBdffIE//vgDEokEgGZIacOGDejfvz+mTJmC8PBwjB8/HomJibp+nNt9//33yM3NRZcuXRAbG4uZM2fCx8en2nlDhgyBv78/hg0bdsdm5D59+mD69Ol4+OGH4e3tjY8//rjxP4Aqw4YNw99//42tW7eiR48e6N27Nz799FOEhITU+hxPT0888MAD+Pnnn3XH7OzssGrVKpw7dw5RUVH46KOPqiVTKpUKzzzzDCIjIzF8+HBERERgyZIlusdXrVqFmJiYOl+biGomEm4dpCYisgIlJSUICAjA999/X2O/jqU7deoUhgwZgkuXLsHFxaXR1ysvL0ebNm2watUqo61qTdScsDJERFZDrVYjNTUVb731FhQKBe655x5zh9QgHTt2xMcff2y0afDXrl3DG2+8wUSIqIFYGSIiq5GYmIiwsDAEBgZixYoVGDx4sLlDIiIbwGSIiIiImjUOkxEREVGzxmSIiIiImjUmQ0RERNSsMRkiIiKiZo3JEBERETVrTIaIiIioWWMyRERERM0akyEiIiJq1pgMERERUbP2f5G4tj+pO9X5AAAAAElFTkSuQmCC", + "text/plain": [ + "

    " + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], "source": [ - "qd.Ramsey.plot_sequence(config)\n", "\n", "t = d.sweep_tus\n", "x = d.contrast\n", @@ -1403,9 +1429,30 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 11, "metadata": {}, - "outputs": [], + "outputs": [ + { + "data": { + "text/plain": [ + "[]" + ] + }, + "execution_count": 11, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
    " + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], "source": [ "t = d.sweep_tus\n", "x = d.contrast\n", diff --git a/paper.bib b/paper.bib new file mode 100644 index 0000000..1f1ac85 --- /dev/null +++ b/paper.bib @@ -0,0 +1,126 @@ + +@article{ Stefanazzi:2022, + author = {Stefanazzi, Leandro and Treptow, Kenneth and Wilcer, Neal and Stoughton, Chris and Bradford, Collin and Uemura, Sho and Zorzetti, Silvia and Montella, Salvatore and Cancelo, Gustavo and Sussman, Sara and Houck, Andrew and Saxena, Shefali and Arnaldi, Horacio and Agrawal, Ankur and Zhang, Helin and Ding, Chunyang and Schuster, David I.}, + title = "{The QICK (Quantum Instrumentation Control Kit): Readout and control for qubits and detectors}", + journal = {Review of Scientific Instruments}, + volume = {93}, + number = {4}, + pages = {044709}, + year = {2022}, + month = {04}, + issn = {0034-6748}, + doi = {10.1063/5.0076249} +} + +@misc{Bourdeauducq:2016, +url={https://zenodo.org/records/51303}, + title={ARTIQ 1.0 (1.0)}, + author={Bourdeauducq, Sebastian and J{\"o}rdens, R and Zotov, P and Britton, J and Slichter, D and Leibrandt, D and Allcock, D and Hankin, A and Kermarrec, F and Sionneau, Y and others}, + year={2016}, + publisher={Zenodo} +} + +@article{ Xu:2023, +author = {Xu, Yilun and Huang, Gang and Balewski, Jan and Morvan, Alexis and Nowrouzi, Kasra and Santiago, David I. and Naik, Ravi K. and Mitchell, Brad and Siddiqi, Irfan}, +title = {Automatic Qubit Characterization and Gate Optimization with QubiC}, +year = {2022}, +issue_date = {March 2023}, +publisher = {Association for Computing Machinery}, +address = {New York, NY, USA}, +volume = {4}, +number = {1}, +doi = {10.1145/3529397}, +abstract = {As the size and complexity of a quantum computer increases, quantum bit (qubit) characterization and gate optimization become complex and time-consuming tasks. Current calibration techniques require complicated and verbose measurements to tune up qubits and gates, which cannot easily expand to the large-scale quantum systems. We develop a concise and automatic calibration protocol to characterize qubits and optimize gates using QubiC, which is an open source FPGA (field-programmable gate array)-based control and measurement system for superconducting quantum information processors. We propose multi-dimensional loss-based optimization of single-qubit gates and full XY-plane measurement method for the two-qubit CNOT gate calibration. We demonstrate the QubiC automatic calibration protocols are capable of delivering high-fidelity gates on the state-of-the-art transmon-type processor operating at the Advanced Quantum Testbed at Lawrence Berkeley National Laboratory. The single-qubit and two-qubit Clifford gate infidelities measured by randomized benchmarking are of 4.9(1.1) \texttimes{} 10-4 and 1.4(3) \texttimes{} 10-2, respectively.}, +journal = {ACM Transactions on Quantum Computing}, +month = {oct}, +articleno = {3}, +numpages = {12}, +keywords = {engineering software, quantum gate calibration, FPGA, qubit control, NISQ, gateware} +} + +@INPROCEEDINGS{Kulik:2022, + author={Kulik, Paweł and Sowiński, Mikołaj and Kasprowicz, Grzegorz and Allcock, David and Ballance, Christopher and Bourdeauducq, Sébastien and Britton, Joseph and Gąska, Michał and Harty, Thomas and Jarosiński, Jakub and Jördens, Robert and Kiepiela, Marcin and Krackow, Norman and Nadlinger, David and Poźniak, Krzysztof and Przywózki, Tomasz and Slichter, Daniel and Świtakowski, Filip and Weber, Marius and Wojciechowski, Andrzej and Zhang, Weida}, + booktitle={2022 IEEE International Conference on Quantum Computing and Engineering (QCE)}, + title={Latest developments in the Sinara open hardware ecosystem}, + year={2022}, + volume={}, + number={}, + pages={799-802}, + doi={10.1109/QCE53715.2022.00123}} + +@article{Shammah:2023, + title={Open Hardware in Quantum Technology}, + author={Shammah, Nathan and Roy, Anurag Saha and Almudever, Carmen G and Bourdeauducq, S{\'e}bastien and Butko, Anastasiia and Cancelo, Gustavo and Clark, Susan M and Heinsoo, Johannes and Henriet, Lo{\"\i}c and Huang, Gang and others}, + journal={arXiv preprint arXiv:2309.17233}, + year={2023}, + doi={10.48550/arXiv.2309.17233} +} + + +@article{Butcher:2019, + title={Quantum diamond spectrometer for nanoscale NMR and ESR spectroscopy}, + author={Bucher, Dominik B and Aude Craik, Diana PL and Backlund, Mikael P and Turner, Matthew J and Ben Dor, Oren and Glenn, David R and Walsworth, Ronald L}, + journal={Nature Protocols}, + volume={14}, + number={9}, + pages={2707--2747}, + year={2019}, + publisher={Nature Publishing Group UK London}, + doi={10.5281/zenodo.1478113} +} + +@article{Casola:2018, + title={Probing condensed matter physics with magnetometry based on nitrogen-vacancy centres in diamond}, + author={Casola, Francesco and Van Der Sar, Toeno and Yacoby, Amir}, + journal={Nature Reviews Materials}, + volume={3}, + number={1}, + pages={1--13}, + year={2018}, + publisher={Nature Publishing Group}, + doi={10.1038/natrevmats.2017.88} +} +@article{Henshaw:2023, +doi = {10.1088/2633-4356/ace095}, +year = {2023}, +month = {jul}, +publisher = {IOP Publishing}, +volume = {3}, +number = {3}, +pages = {035001}, +author = {Jacob Henshaw and Pauli Kehayias and Luca Basso and Michael Jaris and Rong Cong and Michael Titze and {Tzu Ming} Lu and Michael P Lilly and Andrew M Mounce}, +title = {Mitigation of nitrogen vacancy photoluminescence quenching from material integration for quantum sensing}, +journal = {Materials for Quantum Technology }, +abstract = {The nitrogen-vacancy (NV) color center in diamond has demonstrated great promise in a wide range of quantum sensing. Recently, there have been a series of proposals and experiments using NV centers to detect spin noise of quantum materials near the diamond surface. This is a rich complex area of study with novel nano-magnetism and electronic behavior, that the NV center would be ideal for sensing. However, due to the electronic properties of the NV itself and its host material, getting high quality NV centers within nanometers of such systems is challenging. Band bending caused by space charges formed at the metal-semiconductor interface force the NV center into its insensitive charge states. Here, we investigate optimizing this interface by depositing thin metal films and thin insulating layers on a series of NV ensembles at different depths to characterize the impact of metal films on different ensemble depths. We find an improvement of coherence and dephasing times we attribute to ionization of other paramagnetic defects. The insulating layer of alumina between the metal and diamond provide improved photoluminescence and higher sensitivity in all modes of sensing as compared to direct contact with the metal, providing as much as a factor of 2 increase in sensitivity, decrease of integration time by a factor of 4, for NV T 1 relaxometry measurements.} +} + +@article{Henshaw:2022, + title={Nanoscale solid-state nuclear quadrupole resonance spectroscopy using depth-optimized nitrogen-vacancy ensembles in diamond}, + author={Henshaw, Jacob and Kehayias, Pauli and Saleh Ziabari, Maziar and Titze, Michael and Morissette, Erin and Watanabe, Kenji and Taniguchi, Takashi and Li, JIA and Acosta, Victor M and Bielejec, Edward S and others}, + journal={Applied Physics Letters}, + volume={120}, + number={17}, + year={2022}, + publisher={AIP Publishing}, + doi={10.1063/5.0083774} +} +@article{Wang:2022, + title={Noninvasive measurements of spin transport properties of an antiferromagnetic insulator}, + author={Wang, Hailong and Zhang, Shu and McLaughlin, Nathan J and Flebus, Benedetta and Huang, Mengqi and Xiao, Yuxuan and Liu, Chuanpu and Wu, Mingzhong and Fullerton, Eric E and Tserkovnyak, Yaroslav and others}, + journal={Science advances}, + volume={8}, + number={1}, + pages={eabg8562}, + year={2022}, + publisher={American Association for the Advancement of Science}, + doi={10.1126/sciadv.abg8562} +} +@ARTICLE{Xu:2021, + author={Xu, Yilun and Huang, Gang and Balewski, Jan and Naik, Ravi and Morvan, Alexis and Mitchell, Bradley and Nowrouzi, Kasra and Santiago, David I. and Siddiqi, Irfan}, + journal={IEEE Transactions on Quantum Engineering}, + title={QubiC: An Open-Source FPGA-Based Control and Measurement System for Superconducting Quantum Information Processors}, + year={2021}, + volume={2}, + number={}, + pages={1-11}, + doi={10.1109/TQE.2021.3116540}} diff --git a/paper.md b/paper.md new file mode 100644 index 0000000..18f2ca7 --- /dev/null +++ b/paper.md @@ -0,0 +1,87 @@ +--- +title: 'Quantum Instrumentation Control Kit – Defect Arbitrary Waveform Generator (QICK-DAWG): A Quantum Sensing Control Framework for Quantum Defects' +tags: + - QICK + - Nitrogen-Vacancy Centers + - NVs + - quantum defect characterization + - RFSoC4x2 +authors: +- name: E. G. Riendeau + corresponding: emmelineriendeau@gmail.com + orcid: 0000-0002-0460-873X + affiliation: "1, 2" # (Multiple affiliations must be quoted) +- name: L. Basso + affiliation: 2 +- name: J. J. Mah + affiliation: "2,3" +- name: R. Cong + affiliation: "2,3" +- name: M. A. Sadi + affiliation: "2,4" +- name: J. Henshaw + affiliation: 2 +- name: K. M. Azizur-Rahman + affiliation: 2 +- name: A. Jones + affiliation: "2,5" +- name: G. Joshi + affiliation: 2 +- name: M. P. Lilly + affiliation: 2 +- name: A. M. Mounce + corresponding: amounce@sandia.gov + orcid: 0000-0002-8115-2764 + affiliation: 2 +affiliations: +- name: Haverford College, US + index: 1 +- name: Center for Integrated Nanotechnologies (CINT), Sandia National Laboratories, US + index: 2 +- name: Brown University, US + index: 3 +- name: Purdue University, US + index: 4 +- name: Georgia Institute of Technology, US + index: 5 +date: 27 November 2023 +bibliography: paper.bib +--- + +# Summary +The Quantum Instrumentation Control Kit - Defect Arbitrary Waveform Generator (QICK-DAWG), is an open-source software and firmware package for full quantum control and measurement of nitrogen-vacancy (NV) color-centers in diamond and other quantum defects in semiconductor materials for quantum sensing. QICK-DAWG extends the capabilities of the Quantum Instrumentation Control Kit (QICK, an open-source qubit firmware and software package) to quantum defects by implementing controlled laser pulsing and low frequency readout required for defect initialization, control, and measurement using recently available Radio Frequency System-on-Chip (RFSoC) Field Programmable Gate Arrays (FPGA). In addition to user-friendly software and firmware, QICK-DAWG adds documentation that guides users through hardware setup. + +Specifically, the QICK-DAWG package consists of FPGA firmware (modified from the original QICK firmware compiled in Vivado), Python software (that extends QICK for specific pulse programs and altered functionality), instructions for installation and hardware modifications, and a demo Jupyter Notebook . QICK-DAWG’s measurement programs consist of specific microwave, laser, and readout pulse sequences built in QICK’s Python framework for consistency and extensibility. Pulse sequence programs and data analysis scripts are included to collect and characterize photoluminescence (PL) intensity, optically detected magnetic resonance (ODMR) spectra, PL readout windows, Rabi oscillations, Ramsey interference spectra, Hahn echo spin-spin relaxation times T2, and spin-lattice relaxation times T1. Additional pulse sequence programs and data analysis scripts will be added in the future. QICK-DAWG also implements live-update of plots for PL intensities to optimize laser alignment, broadband ODMR spectra for magnetic field alignment, and Rabi oscillations to optimize microwave antenna alignment or positioning. A setup Readme.md file walks users through rudimentary hardware setup, installation, and modification required for low frequency data collection using RealDigital’s RFSoC4x2. The package also has a batch file with directions for easy installation setup for the RFSoC Linux kernel that drives firmware, controls, and reads from the FPGA for offline installation of packages. The demo Jupyter Notebook walks users through typical experimental flow and the configuration of each pulse sequence. Each measurement program includes a method that checks whether all required configurations for pulsing programs are present and a method which provides a visual representation of the plot sequence. Ultimately, QICK-DAWG is an extensible firmware and software package for quantum sensing using NV color-centers in diamond and other quantum defects using one control hub for consistency among different experimental setups or laboratories. + +# Related Work + +Recent open-source software and commercially available RFSoC FPGA evaluation boards provide a strong foundation for developing an open-source control measurement, software, and firmware package for NVs and other diamond quantum defects. Open-source software packages for quantum control and data acquisition such as ARTIQ [@Bourdeauducq:2016], Qubic [@Xu:2023], and QICK [@Stefanazzi:2022] have been continually developed over the past decade for a variety of quantum experiments. These packages have been developed in response to the shortcoming in both in-house and existing commercial based quantum control systems. Focusing on hardware, recently available RFSoC FPGAs including Xilinx’s ZCU216, Xilinx’s ZCU111 and Real Digital’s RFSoC4x2 can generate control pulses at high frequencies (6–10GHz) and digitize signals from photodiodes and single photon detector modules at high sample rates. The precise high-frequency pulse generation, readout capability, compact size, and relatively low cost of these RFSoC FPGAs make them ideal candidates for defect control hardware. + +QICK provides firmware, a high-level Python user interface, and accessible inexpensive hardware making it an ideal platform for extension. Both QICK and Qubic utilize RFSoC FPGAs, however only QICK provides firmware for Real Digital’s RFSoC4x2, the lowest cost commercial off the shelf FPGA board. QICK also provides a high-level Python user interface that supports rapid implementation and simple in lab parameter modification . Additionally, QICK is already a popular software package; QICK has been applied to superconducting, spin, atomic, molecular, and optical qubit systems, and has reached 40 labs in the last two years [@Shammah:2023]. Simple modification to QICK firmware, hardware and software is necessary for implementation of QICK in spin-based quantum control experiments like NVs and other diamond quantum defects. QICK-DAWG implements these modifications, extending QICK. + + + +# Statement of need +Open quantum hardware (OQH ) is a broad category that covers the open-source tools and components needed to build and control quantum computers, technologies, and sensors. OQH has the potential to accelerate quantum research, quantum technology development, and increase accessibility of quantum computing and quantum sensing. The specific area of OQH that QICK-DAWG fills is open-source instrumentation, control, and data acquisition software. + +Currently, quantum sensing with quantum defects is accomplished by research groups assembling their own hardware consisting of many different instruments and creating their own software to control them [@Butcher:2019]. Timing between instruments, such as microwave generators and switches, arbitrary waveform generators, digital to analog converters, and/or photon counters, is typically provided by a fast FPGA TTL generator triggering independent instruments which can lead to timing offsets that must be accounted for. Thus, there is a lack of consistency in hardware and software for quantum defect-based quantum sensing, a niche that QICK-DAWG fills, in addition to simplified operation as all functionality happens on a single instrument’s timing. + +QICK-DAWG increases accessibility to NV and defect research through its open-source nature, reduced hardware cost, high-level Python-based user interface, and extensive documentation. In the included documentation and demo, the QICK-DAWG package utilizes the Real Digital RFSoC4x2 as this particular SoC has a relatively low cost. Thus, QICK-DAWG lowers the cost of entry for quantum sensing with RFSoCs by as much as an order of magnitude. QICK-DAWG implementation requires some rudimentary hardware modification and additional hardware that is detailed in the installation Readme document. Thus, QICK-DAWG supports full quantum control and data acquisition of NV centers and other diamond quantum defects—a spin-based open-source software niche not yet filled. Furthermore, through reduced equipment costs, high-level Python user interface, and extensive documentation, QICK-DAWG makes NV quantum measurements accessible to academic and small labs and does not require extensive background knowledge in quantum control hardware. + +# Current Implementation + +At Sandia National Laboratories, we are currently using QICK-DAWG to characterize ensembles of both NVs in diamond and boron-vacancy defects in hexagonal boron nitride. These quantum defects are characterized for PL intensity, T*2, T2, and T1. We characterize both the intrinsic properties of these quantum defects and dependent properties which change in the presence of other materials of interest, i.e., in a quantum sensing experiment. These methods allow us to understand the spin properties of low dimensional materials which cannot be accessed by traditional spin probes [@Henshaw:2023][@Henshaw:2022][@Casola:2018][@Wang:2022]. + + +# Acknowledgements + +We thank S. Uemura and S. Sussman for helping to modify QICK firmware and guidance on using QICK. We would also like to acknowledge J. Feder, J. Heremans, C. Yao, E. Henriksen, F. Balakirev, and J. Kitzman for inspirational and technical discussions. + +Sandia National Laboratories is a multi-mission laboratory managed and operated by National Technology and Engineering Solutions of Sandia (NTESS), LLC, a wholly owned subsidiary of Honeywell International, Inc., for the DOE’s National Nuclear Security Administration under contract DE-NA0003525. This work was funded, in part, by the Laboratory Directed Research and Development Program and performed, in part, at the Center for Integrated Nanotechnologies, an Office of Science User Facility operated for the U.S. Department of Energy (DOE) Office of Science. This paper describes objective technical results and analysis. Any subjective views or opinions that might be expressed in the paper do not necessarily represent the views of the U.S. Department of Energy or the United States Government. + +This work was supported in part by the U.S. Department of Energy, Office of Science, Office of Workforce Development for Teachers and Scientists (WDTS) under the Science Undergraduate Laboratory Internships Program (SULI). This work was performed, in part, at the Center for Integrated Nanotechnologies (CINT), an Office of Science User Facility operated for the U.S. Department of Energy (DOE) Office of Science. + + + +# References + diff --git a/qickdawg/__pycache__/__init__.cpython-311.pyc b/qickdawg/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000..9d5af1b Binary files /dev/null and b/qickdawg/__pycache__/__init__.cpython-311.pyc differ