IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 1 and Version 2 of DVO_Challenge


Ignore:
Timestamp:
May 7, 2009, 1:33:32 AM (17 years ago)
Author:
Sebastian Jester
Comment:

reformat for trac

Legend:

Unmodified
Added
Removed
Modified
  • DVO_Challenge

    v1 v2  
    22
    33If you have questions, the most sensible forum is the [http://pan-starrs.ifa.hawaii.edu/mailman/listinfo/ps-ipp-users ps-ipp-users@ifa.hawaii.edu mailing list (subscription page)], and the [http://pan-starrs.ifa.hawaii.edu/mailman/private/ps-ipp-users/threads.html ps-ipp-users@ifa.hawaii.edu list archive (accessible to subscribers)] for looking for previous answers. You need a username/pw to be able to see the web page, the usual combination for the science consortium pages works; and then you need your email address and mail list password to be able to see the archive.
    4 
    5 __TOC__
    64
    75== FAQ / Suggestions for Changes ==
     
    3129=== DVO tutorial ===
    3230
     31{{{
    3332 ============================================================
    3433 DVO tutorial with Gene Magnier
     
    224223 dvo: echo {$bar - $foo}
    225224 8
    226  
     225}}}
    227226
    228227=== Sample dvo script ===
     
    230229You can save this as nstars.dvo and then execute all the commands from the dvo shell with
    231230
     231{{{
    232232 input nstars.dvo
    233 
    234 
     233}}}
     234{{{
    235235 #---------------------------------------------------------------------------#
    236236 # Re-create 2MASS part of extraction used by Reid et al (2007, Paper XI)
     
    301301 echo " "
    302302
    303 
    304  
     303}}}
     304
    305305=== DVO tutorial (old) ===
    306306
    307307Since this tutorial is from 2007, some information here may be outdated by now.
    308308
     309{{{
    309310 ==================================================
    310311 DVO tutorial with Gene Magnier
     
    473474    > addstar -D RADIUS 2.0 -help
    474475    > addstar -D RADIUS 2.0 -ref <filename> -photcode <othercamera> -time 2007/02/13,00:300:00
     476
     477}}}