Changeset 29057 for trunk/tools/czarplot.pl
- Timestamp:
- Aug 25, 2010, 3:57:05 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/tools/czarplot.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/czarplot.pl
r29020 r29057 57 57 print "* OPTIONAL: choose a stage -s <chip|cam|warp|etc> (default=none)\n";} 58 58 if (!$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";} 60 60 if (!$begin) { 61 61 print "* OPTIONAL: choose a begin time -b <datetime> (default=7am this morning)\n";} … … 79 79 $czarDb->setDateFormat("%Y%m%d-%H%i%s"); 80 80 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); 81 83 my $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");84 84 85 85 # sort out times … … 87 87 if (!$begin) { 88 88 if ($interval) {$begin = $czarDb->subtractInterval($end, $interval);} 89 else {$begin = strftime('%Y-%m-%d 0 7:00',localtime);}89 else {$begin = strftime('%Y-%m-%d 06:30',localtime);} 90 90 } 91 91
Note:
See TracChangeset
for help on using the changeset viewer.
