IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 23 and Version 24 of Dvo_tutorial


Ignore:
Timestamp:
Jun 30, 2010, 2:01:55 PM (16 years ago)
Author:
Michael Wood-Vasey
Comment:

fixed a typo in the format statement in the Stellar Locus example

Legend:

Unmodified
Added
Removed
Modified
  • Dvo_tutorial

    v23 v24  
    239239 plot gr_good rz_good
    240240 # Write vectors to file
    241  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
     241 write -f "%9.6f %9.6f %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
    242242 # Write a column header to a new file using a command shell
    243243 exec echo ra dec g g_err r r_err z z_err > PS1_17_35_clean.dat