Changeset 16326
- Timestamp:
- Feb 5, 2008, 4:08:18 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/PS-IPP-Config/lib/PS/IPP/Operations.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-Config/lib/PS/IPP/Operations.pm
r15680 r16326 1 1 # Copyright (c) 2007 Paul Price 2 2 # 3 # $Id: Operations.pm,v 1. 4 2007-11-22 00:55:32price Exp $3 # $Id: Operations.pm,v 1.5 2008-02-06 02:08:18 price Exp $ 4 4 5 5 package PS::IPP::Operations; … … 58 58 my $dvoImageExtract = can_run('dvoImageExtract') or die "Can't find dvoImageExtract"; 59 59 60 my $tessellations = $ipprc->tessellations() or 61 (carp "Can't get list of tessellations." and return 0); # Hash of defined tessellations 62 63 ### Because DVO doesn't use psModules, it doesn't understand Nebulous --- check 64 my $scheme = file_scheme($$tessellations{$tess_id}); # The scheme, e.g., file, path, neb 65 if (defined $scheme and lc($scheme) eq 'neb') { 66 carp "Tessellation $tess_id refers to a Nebulous path: $$tessellations{$tess_id}"; 60 my $tess_dir = $ipprc->tessellation_catdir( $tess_id ); # Tessellation catdir for DVO 61 unless (defined $tess_dir) { 62 carp "Can't get list of tessellations."; 67 63 return 0; 68 64 } 69 70 my $tess_dir = $ipprc->convert_filename_absolute( $$tessellations{$tess_id} ); # Catdir for DVO71 65 72 66 foreach my $skycell_id ( @$skycells ) {
Note:
See TracChangeset
for help on using the changeset viewer.
