Changes between Version 1 and Version 2 of DVO_Challenge
- Timestamp:
- May 7, 2009, 1:33:32 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DVO_Challenge
v1 v2 2 2 3 3 If 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__6 4 7 5 == FAQ / Suggestions for Changes == … … 31 29 === DVO tutorial === 32 30 31 {{{ 33 32 ============================================================ 34 33 DVO tutorial with Gene Magnier … … 224 223 dvo: echo {$bar - $foo} 225 224 8 226 225 }}} 227 226 228 227 === Sample dvo script === … … 230 229 You can save this as nstars.dvo and then execute all the commands from the dvo shell with 231 230 231 {{{ 232 232 input nstars.dvo 233 234 233 }}} 234 {{{ 235 235 #---------------------------------------------------------------------------# 236 236 # Re-create 2MASS part of extraction used by Reid et al (2007, Paper XI) … … 301 301 echo " " 302 302 303 304 303 }}} 304 305 305 === DVO tutorial (old) === 306 306 307 307 Since this tutorial is from 2007, some information here may be outdated by now. 308 308 309 {{{ 309 310 ================================================== 310 311 DVO tutorial with Gene Magnier … … 473 474 > addstar -D RADIUS 2.0 -help 474 475 > addstar -D RADIUS 2.0 -ref <filename> -photcode <othercamera> -time 2007/02/13,00:300:00 476 477 }}}
