IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 2 and Version 3 of VYSOS5.20091011


Ignore:
Timestamp:
Oct 14, 2009, 7:24:06 AM (17 years ago)
Author:
eugene
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VYSOS5.20091011

    v2 v3  
    3434}}}
    3535
     36Ran into trouble with the master flat construction -- it seems ppMerge is leaking some memory and crashing.  For now, I've registered the flat from the demo.20090806 database. 
    3637
     38Registered the astrometry model.
     39
     40Launched an analysis of ic348 data:
     41{{{
     42set options = "-definebyquery"
     43set options = "$options -ra_min 56.0 -ra_max 56.5"
     44set options = "$options -decl_min 32.0 -decl_max 32.5"
     45set options = "$options -filter PSr"
     46
     47set options = "$options -set_workdir path://PROCESS/ic348.20091014"
     48set options = "$options -set_end_stage camera"
     49set options = "$options -set_label ic348.20091014"
     50
     51# set options = "$options -pretend -simple"
     52
     53chiptool -dbname vysos5 $options
     54}}}
     55
     56