Python Projects

Back to Home

Pygator

This is a repository for the University of Florida LIGO and LISA Optics groups. Here you can find functions that are commonly and regularly used in the lab.

Installation from Source

The package can be installed from the source:

    
      git clone https://github.com/DiabRaed/pygator
      cd pygator
      pip install -e .
    
  

Rebuilding Pygator

Once you have installed and built pygator, you can get updates and rebuild it by executing the following commands from the pygator repository directory:

    
      git pull
      pip install -e . --upgrade
    
  

Installation using Pip

The package can also be installed via pip:

    
      pip install pygator
    
  
View on GitHub

Various Python Projects and Workshops

In here is a link to my GitHub page where I keep some of the public projects. Most of these codes are written in Python. There is also LTspice projects for simulating resonant circuits, and simulating the transfer function of the circuit.

View on GitHub