| | 1 | == Overview == |
| | 2 | |
| | 3 | These notes start with the example of running the GPC1 Virgo images from run 1c. See also the notes from [wiki:GPC_Notes_2007.12 Dec 2007] |
| | 4 | |
| | 5 | == Commands to run the analysis == |
| | 6 | |
| | 7 | * create the database: |
| | 8 | |
| | 9 | dbadmin project ipp000 ipp gpcpr |
| | 10 | pxadmin -create -dbname gpcpr |
| | 11 | |
| | 12 | * inject the files into the new database |
| | 13 | |
| | 14 | ipp_serial_inject_split.pl --telescope PS1 --camera GPC1 --workdir /data/ipp001.0/gpc1/20080211.proc --dvodb GPCPR.2008.04 --tess_id GPCPR --dbname gpcpr 20080211/o* |
| | 15 | ipp_serial_inject_split.pl --telescope PS1 --camera GPC1 --workdir /data/ipp001.0/gpc1/20080212.proc --dvodb GPCPR.2008.04 --tess_id GPCPR --dbname gpcpr 20080212/o* |
| | 16 | |
| | 17 | * run registration step in pantasks |
| | 18 | |
| | 19 | module pantasks.pro |
| | 20 | module register.pro |
| | 21 | add.database gpcpr |
| | 22 | controller host add ipp000 |
| | 23 | controller host add ipp000 |
| | 24 | run |
| | 25 | |
| | 26 | * I wrote a small shell script to register detrends from the gpc1 data: |