IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 11 and Version 12 of VYSOS5.20090806


Ignore:
Timestamp:
Aug 7, 2009, 3:11:23 PM (17 years ago)
Author:
eugene
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VYSOS5.20090806

    v11 v12  
    6464   * look at the results in ippMonitor Detrend steps
    6565  * make a flat:
    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{{{
     77module pantasks.pro
     78module chip.pro
     79module camera.pro
     80control host add vysosdata1
     81add.database demo_20090806
     82add.label demo.science
     83run
     84}}}
     85
     86 
    6787
    6888=== Side note on astrometry ===