Changeset 21033 for trunk/tools/diff_outputs.pl
- Timestamp:
- Dec 17, 2008, 3:26:17 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/tools/diff_outputs.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/diff_outputs.pl
r20811 r21033 21 21 22 22 my ($db_host, $db_name, $db_user, $db_pw); # Database details 23 my ($diff_id ); # Diffof interest23 my ($diff_id, $skycell_id); # Diff and skycell of interest 24 24 my ($input); # Input list 25 25 my ($products); # Products of interest … … 31 31 'dbpass=s' => \$db_pw, # Database p/w 32 32 'diff_id=s' => \$diff_id, # Diff identifier 33 'skycell_id=s' => \$skycell_id, # Skycell identifier 33 34 'products=s' => \$products, # Products of interest 34 35 ) or die "Unable to parse arguments.\n"; … … 50 51 # Query to run 51 52 my $sql = "SELECT path_base FROM diffSkyfile WHERE diff_id = $diff_id"; 53 $sql .= " AND skycell_id = $skycell_id" if defined $skycell_id; 52 54 53 55 # List of diffs
Note:
See TracChangeset
for help on using the changeset viewer.
