IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29057


Ignore:
Timestamp:
Aug 25, 2010, 3:57:05 PM (16 years ago)
Author:
rhenders
Message:

Improved some user instructions; removed redundant 'stages' array; changed default plot time to 6:30 to catch burntool stuff; added commented-out line for Gene's plots

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/czarplot.pl

    r29020 r29057  
    5757    print "* OPTIONAL: choose a stage                  -s <chip|cam|warp|etc>      (default=none)\n";}
    5858if (!$interval) {
    59     print "* OPTIONAL: choose time interval in past    -i <'1 hour'|'1 day'|etc>   (default=interval since 7am this morning)\n";}
     59    print "* OPTIONAL: choose time interval in past    -i <'1 hour'|'1 day'|etc>   (default=none\n";}
    6060if (!$begin) {
    6161    print "* OPTIONAL: choose a begin time             -b <datetime>               (default=7am this morning)\n";}
     
    7979$czarDb->setDateFormat("%Y%m%d-%H%i%s");
    8080
     81
     82# GENE PLOTS my $czarplot = new czartool::Czarplot($czarDb, "%Y%m%d-%H%M%S", $savingToFile ? "png size 1280,960 font \"/usr/share/fonts/corefonts/arial.ttf\" 12" : "X11", $path, $save_temps);
    8183my $czarplot = new czartool::Czarplot($czarDb, "%Y%m%d-%H%M%S", $savingToFile ? "png font \"/usr/share/fonts/corefonts/arial.ttf\" 8" : "X11", $path, $save_temps);
    82 
    83 my @allStages = ("chip", "cam", "fake", "warp", "stack", "diff", "magic", "magicDS", "dist");
    8484
    8585# sort out times
     
    8787if (!$begin) {
    8888    if ($interval) {$begin = $czarDb->subtractInterval($end, $interval);}
    89     else {$begin =  strftime('%Y-%m-%d 07:00',localtime);}
     89    else {$begin =  strftime('%Y-%m-%d 06:30',localtime);}
    9090}
    9191
Note: See TracChangeset for help on using the changeset viewer.