IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 4, 2021, 4:33:51 PM (6 years ago)
Author:
eugene
Message:

substantial updates to the zero point statistics analysis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relphot/test/relphot.tgroups.dvo

    r41453 r41462  
    451451  set stars_dmag = 0.02 + 0.1 * rnd(tmp)
    452452end
     453
     454macro plot.test.files
     455  if ($0 != 2)
     456    echo "USAGE: plot.test.files (N)"
     457    break
     458  end
     459
     460  clear -s
     461  resize 2000 1200
     462
     463  section a0 0.00 0.50 0.25 0.50
     464  section a1 0.25 0.50 0.25 0.50
     465  section a2 0.50 0.50 0.25 0.50
     466  section a3 0.75 0.50 0.25 0.50
     467
     468  section a4 0.00 0.00 0.25 0.50
     469  section a5 0.25 0.00 0.25 0.50
     470  section a6 0.50 0.00 0.25 0.50
     471  section a7 0.75 0.00 0.25 0.50
     472
     473  label -fn helvetica 12
     474  $BSTYLE = -tickpad 0.2 +xpad 0.2 +ypad 0.2 -ypad 5
     475
     476  for i 0 8
     477    sprintf name tgrp.%05d.%02d.dat $i $1
     478    data $name
     479    exec ls -l --full-time $name
     480    read Msys 4 Mrel 5 Mcal 7 Mmos 8 Mgrp 9 airmass 11 dMag 12
     481 
     482    section a$i
     483    lim Msys dMag; box $BSTYLE; plot Msys dMag -pt cir -op 0.2 -c blue
     484  end
     485end
Note: See TracChangeset for help on using the changeset viewer.