IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 19 and Version 20 of Dvo_tutorial


Ignore:
Timestamp:
Jul 27, 2009, 3:46:48 AM (17 years ago)
Author:
Sebastian Jester
Comment:

fix typo (< not & in stellar-locus things)

Legend:

Unmodified
Added
Removed
Modified
  • Dvo_tutorial

    v19 v20  
    227227 # Normally want to avextract & check the 'flag' vector, too, but
    228228 # at the moment flag seems to be all 0
    229  set in = g<20 && g:err<0.2 && r:err < 0.2 && z:err & 0.2
     229 set in = g<20 && g:err<0.2 && r:err < 0.2 && z:err < 0.2
    230230 # Compute colours
    231231 set gr = g-r