Skip to content

Commit

Permalink
First pass Projects README, added student projects page.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjbford committed Dec 19, 2018
1 parent f379c01 commit a1434ac
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 0 deletions.
88 changes: 88 additions & 0 deletions Projects/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
# Projects

Many CASPER projects have a home in our [Git Repository](https://github.com/casper-astro). Deprecated: [Subversion Repository](http://casper.ssl.berkeley.edu/svn/trunk/projects/)

<b>Students:</b> Interested in getting involved in CASPER research? Check out our list of [Student_projects](files/student_projects.md)


### Roach1 and Roach2 Spectrometers ###
* [Packetized Astronomy Signal Processor](files/.md)
* [3GHz Spectrometers](files/.md)
* [VEGAS: VErsatile GBT Astronomical Spectrometer](files/.md)
* [GBT 2011 Galactic Center Observations](files/.md)
* [Leuschner Spectrometer](files/.md)
* [MUSIC Readout (Kinetic Inductance Detector (KIDs))](files/.md)
* [PIDDP Spectrometer](files/.md)
* [SETI/FRB Spectrometer (SERENDIP VI)](files/.md) aka SERENDIP 6/ALFABURST


### iBOB Spectrometers ###
* [1 GHz - 1024 Channel Wideband Spectrometer](files/.md)
* [ATA "Fly's Eye" Pulse Finder](files/.md)
* [Kurtosis (SK) Spectrometer](files/.md)
* [Parspec (Parkes Spectrometer)](files/.md)
* [Leuschner Spectrometer - 12 MHz / 8k Channel Spectrometer Undergraduate Training Instrument](files/.md)
* [Nancay CoDeDi Pulsar Machine (Nancay Pulsar Machine Spectrometer)](files/.md)
* [Pocket Spectrometer](files/.md)


### iBOB/BEE2 Spectrometers ###
* [Mars Lightning Machine](files/.md)
* [SETI Spectrometer](files/.md) (SERENDIP V)
* [JPL SETI Spectrometer](http://casper.berkeley.edu/jplsetispec/)
* [All files in tar.gz format (479 KB)](http://casper.berkeley.edu/software/jpl.tar.gz)


### Other Spectrometers ###
* [Galactic Arecibo L-band Feed Array (GALFA) Spectrometer](http://seti.berkeley.edu/galfa/)
* Spectrometer for Mars [MARVEL mission](http://www.jpl.nasa.gov/news/news.cfm?release=2002-219)


### Correlators ###
* [CASPER packetized correlator](files/.md)
* [PAPER Correlator](files/.md) (based on the [CASPER Correlator](files/.md))
* [International Correlator Collaboration ](files/.md)
* [Pocket Correlator](files/.md)
* [MOFF Correlator](files/.md)
* [ISI Correlator](files/.md)
* [CARMA VLBI Calibration Correlator](files/.md)


### Pulsar Machines ###
* [Pulsar Machines](files/.md)
* [Pulsar Machine Development At Berkeley](files/.md)
* [Berkeley ATA Pulsar Processor (BAPP)](files/.md)
* [Nancay CoDeDi Pulsar Machine](files/.md)
* [Parspec (Parkes)](files/.md)
* [ATA "Fly's Eye" Pulse Finder](files/.md)
* [GUPPI at NRAO Green Bank](files/.md)
* [Two-element Pocket Beamformer at GMRT (PoBe)](files/.md)
* [Four-element Packetized Incoherent Beamformer for upgraded GMRT](files/.md)

### SETI ###
* [SETI Spectrometer](files/.md) (SERENDIP V)
* [SETI/FRB Spectrometer (SERENDIP VI)](files/.md) aka SERENDIP 6/ALFABURST
* [Infrared (IR) SETI Instrument](files/.md)
* [OSETI Digital Backend](files/.md)


### Miscellaneous ###
* ATA Beamformer
* [Arecibo Signal Processor (ASP)](http://astron.berkeley.edu/~dbacker/asp.html)
* [VLBI (Very Long Baseline Interferometry) Mark5B DBE](http://www.haystack.edu/ast/uvlbi/tech/) (Digital Backend)
* [VLBI research at Metsähovi](http://www.metsahovi.fi/en/vlbi/ibob/index)
* [Project RESUN (Radio EVLA Search for UHE Neutrinos)](files/.md)
* [high speed data recording developed at virginia tech](files/.md)
* [MKID imaging detectors](http://www.physics.ucsb.edu/~bmazin/Mazin_Lab/Projects/Entries/2009/4/20_An_Open_Source_Microwave_Resonator_Readout.html) at XRAY, UV, VIS, IR, sub-mm wavelengths
* [Crab Giant Pulse Project](files/.md)
* [FRB/SETI backend for FAST 19-horn receiver](files/.md)

### Other Projects ###
* [CASPER Development at Caltech](files/.md)
* [Karoo Array Telescope](http://www.ska.ac.za)
* [CICADA/GUPPi at NRAO Green Bank Wiki](https://wikio.nrao.edu/bin/view/CICADA/WebHome)



### RFI Mitigation Techniques ###
* [Impulsive RFI Excision: CASPER Library Block](files/.md)
36 changes: 36 additions & 0 deletions Projects/files/student_projects.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Student Projects

## Miscellaneous

[[SETI and CASPER KML| KML/Google Earth for seti@home network activity and candidates]]

Wiki plugin for hosting mailing list archives

CASPER Spectrum Analyzer GUI and Gateware (TCL/TK/QT/HTML5/???)

webify posters for casper/seti

## Projects with SETI@Home ##
Supervisors: Eric Korpela, Matt Lebofsky, Jeff Cobb

Determine whether we can replace informix with a free database (MySQL, Postgre, Phoenix)

Write software to respond and forward emails.

Build machine(s) out of what's in 329.

Ebay auctions of historic machines.

Clean 329.

Make available (http://setiathome.ssl.berkeley.edu/mx)

## Projects with CASPER ##
Characterize the tail end of the power-law distribution of crab giant pulses using the Leuschner radio dish.

Construct a web engine to parameterize spectrometer design using the casper tool flow:
number of channels, bandwidth, resolution, accumulation time, readout options, etc...

Software reorder - create a casper block that generates a reorder sequence for our streaming fft block at compile time so that channel reordering can be done in software rather than hardware.

Zoom-mode spectrometer - create a two-fft spectrometer that will selectively zoom in on a single spectral channel (using the xilinx enable-able fft block)

0 comments on commit a1434ac

Please sign in to comment.