IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 12, 2021, 4:13:42 PM (6 years ago)
Author:
eugene
Message:

updated relphot rules to handle transition from fitting TGroups, Mosaics, Images

File:
1 edited

Legend:

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

    r41462 r41467  
    484484  end
    485485end
     486
     487macro plot.tcat.data
     488  if ($0 != 2)
     489    echo "USAGE: plot.tcat.data (Nlast)"
     490    break
     491  end
     492
     493  $BSTYLE = -tickpad 0.2 +xpad 0.2 +ypad 0.2 -ypad 5
     494
     495  for i 0 $1
     496    sprintf name tcat.%02d.dat $i
     497    data $name
     498    dev -n $i
     499    resize 900 500
     500    clear;
     501    box $BSTYLE
     502    read Msys 4 Mrel 5 Mcal 7 Mmos 8 Mgrp 9 airmass 11 dMag 12;
     503    lim Msys dMag; plot Msys dMag -pt cir -op 0.2 -c blue
     504    echo $name
     505  end
     506end
Note: See TracChangeset for help on using the changeset viewer.