| 66 | | * {{{ dettool -simple -pretend -dbname demo_20090806 -definebyquery -workdir /home/ipp/data/demo.20090806/detrend -inst VYSOS5 -det_type FLAT -filter r -select_exp_type FLAT -select_filter PSr }}} |
| | 66 | * {{{ dettool -simple -pretend -dbname demo_20090806 -definebyquery -workdir /home/ipp/data/demo.20090806/detrend -inst VYSOS5 -det_type FLAT -filter PSr -select_exp_type FLAT -select_filter PSr }}} |
| | 67 | * insert the astrometry model into the detrend database: |
| | 68 | * run script register.astrom.sh in ~ipp/data: |
| | 69 | * {{{ ./register.astrom.sh 3 demo_20090806 }}} |
| | 70 | |
| | 71 | * Science Processing Example |
| | 72 | * {{{ chiptool -simple -pretend -dbname demo_20090806 -definebyquery -dateobs_begin 2009/07/01 -dateobs_end 2009/07/02 -filter PSr -set_label demo.science -set_workdir /home/ipp/data/demo.20090806/demo.science }}} |
| | 73 | * ''' the command above does not work without help : IPP currently requires the exp_type to be "OBJECT", but VYSOS is setting this value to "LIGHT". I needed to modify the database manually with a command like this: |
| | 74 | * {{{ update rawExp set exp_type = 'object' where exp_type = 'light'; }}} |
| | 75 | * start & setup pantasks: |
| | 76 | {{{ |
| | 77 | module pantasks.pro |
| | 78 | module chip.pro |
| | 79 | module camera.pro |
| | 80 | control host add vysosdata1 |
| | 81 | add.database demo_20090806 |
| | 82 | add.label demo.science |
| | 83 | run |
| | 84 | }}} |
| | 85 | |
| | 86 | |