IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 15 and Version 16 of Dvo_tutorial


Ignore:
Timestamp:
May 8, 2009, 12:01:37 AM (17 years ago)
Author:
Sebastian Jester
Comment:

Add note about inputing a dvo command file

Legend:

Unmodified
Added
Removed
Modified
  • Dvo_tutorial

    v15 v16  
    235235 # Write vectors to file
    236236 write -f "%9.6f %9.6 %6.3f %6.3f %6.3f %6.3f %6.3f %6.3f" PS1_17_35.dat RA DEC g g:err r r:err z z:err
     237 # Write a column header to a new file
     238 ! echo ra dec g g_err r r_err z z_err > PS1_17_35_clean.dat
    237239 # Filter out nans
    238  !grep -v 'nan' PS1_17_35.dat > PS1_17_35_clean.dat
     240 !grep -v 'nan' PS1_17_35.dat >> PS1_17_35_clean.dat
     241}}}
     242You can save all these commands to a file `makecmd.dvo` (e.g.) and then execute them in a dvo session via
     243{{{
     244 input makecmd.dvo
    239245}}}
    240246