#!/bin/csh -f ### To get the spin frequence from a timing analysis without deconvolution if ( $#argv == 0) then echo Usage: $0 rev echo "" exit endif echo Produce events list ./run2evts.sh $1 echo Extract events ./create_evts.sh $1 echo Plot power spectrum ./jmx2_powspec.sh $1