source: BAORadio/AmasNancay/transfert/transfert/test_analyse.sh @ 673

Last change on this file since 673 was 673, checked in by campagne, 12 years ago
File size: 564 bytes
Line 
1#!/bin/sh
2option=$1
3
4if [ $option == "data" ]; then
5 ./Objs/analyse -act dataOnOff -source Abell85 -date 20110416 -sca 151300 -specdir datacycle -freqBAOCalib 1346
6elif [ $option == "gain" ]; then
7 ./Objs/analyse -act gain -debug 2 -source Abell85 -date 20110416 -sca 151300 -specdir gaincycle -mode On -numcycle 15
8elif [ $option == "calib" ]; then
9 ./Objs/analyse -act calib -debug 2 -source Abell85 -date 20110416 -sca 151300 -specdir calibcycle -calibopt mean -freqBAOCalib 1346 -bwBAOCalib 6.25
10else
11   echo "$option not yet implemented"
12   exit 1
13fi
14
15exit 0
Note: See TracBrowser for help on using the repository browser.