IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 14 and Version 15 of VYSOS5.20090806


Ignore:
Timestamp:
Aug 20, 2009, 6:06:56 PM (17 years ago)
Author:
eugene
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VYSOS5.20090806

    v14 v15  
    5858   * {{{ module pantasks.pro }}}
    5959   * {{{ module register.pro }}}
    60    * {{{ add.database demo_20090806
     60   * {{{ add.database demo_20090806 }}}
    6161   * {{{ control host add vysosdata1 }}}
    6262   * {{{ run }}}
     
    6868   * {{{ module pantasks.pro }}}
    6969   * {{{ detrend.modules }}}
    70    * {{{ add.database demo_20090806
     70   * {{{ add.database demo_20090806 }}}
    7171   * {{{ control host add vysosdata1 }}}
    7272   * {{{ run }}}
     
    8282 * Science Processing Example
    8383  * {{{ 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 }}}
    84   * ''' 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:
    85    * {{{ update rawExp set exp_type = 'object' where exp_type = 'light'; }}}
     84  * 20090820 : updated registration to convert esoteric OBSTYPE values (eg, light) to controlled values (eg object).  set your esoteric OBSTYPE values in camera.config:OBSTYPE.TABLE
    8685  * start & setup pantasks:
    8786{{{
     
    9493run
    9594}}}
    96 
    97  
     95 
    9896
    9997=== Side note on astrometry ===
    10098
    101 we were having trouble with astrometry in May.  I've been looking into this a bit more, and it looks like at least part of the problem is that the angle moves around a bit, and the solution is sensitive to angles of 1-2 degrees.  The file ippconfig/vysos5/psastro.config includes an option for searching over a range of angles (PSASTRO.GRID.MIN.ANGLE, PSASTRO.GRID.MAX.ANGLE, PSASTRO.GRID.DEL.ANGLE).  I've set this to -10 to +10 in steps of 1 degree.  This may not be enough range in some cases. 
     99 * we were having trouble with astrometry in May.  I've been looking into this a bit more, and it looks like at least part of the problem is that the angle moves around a bit, and the solution is sensitive to angles of 1-2 degrees.  The file ippconfig/vysos5/psastro.config includes an option for searching over a range of angles (PSASTRO.GRID.MIN.ANGLE, PSASTRO.GRID.MAX.ANGLE, PSASTRO.GRID.DEL.ANGLE).  I've set this to -10 to +10 in steps of 1 degree.  This may not be enough range in some cases. 
     100
     101 * it turned out that the FLIPPED images are also flipped relative to the astrometry model.  I addressed this by setting FPA.POSANGLE to 180 for the flipped configuration.
    102102
    103103