Changeset 16748
- Timestamp:
- Feb 28, 2008, 4:41:31 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/PS-IPP-Config/lib/PS/IPP/Config.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-Config/lib/PS/IPP/Config.pm
r16727 r16748 1 1 # Copyright (c) 2006 Paul Price, Joshua Hoblitt 2 2 # 3 # $Id: Config.pm,v 1.7 7 2008-02-29 00:57:50price Exp $3 # $Id: Config.pm,v 1.78 2008-02-29 02:41:31 price Exp $ 4 4 5 5 package PS::IPP::Config; … … 1045 1045 $tess_dir = $self->convert_filename_absolute( $tess_dir ); 1046 1046 1047 unless ($self->file_exists( $out Name )) {1048 my $out NameResolved = $self->file_create( $outName ); # Resolved filename, for Nebulous1049 my $command = "$dvoImageExtract -D CATDIR $tess_dir $skycell_id -o $out NameResolved";1047 unless ($self->file_exists( $outname )) { 1048 my $outnameResolved = $self->file_create( $outname ); # Resolved filename, for Nebulous 1049 my $command = "$dvoImageExtract -D CATDIR $tess_dir $skycell_id -o $outnameResolved"; 1050 1050 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 1051 1051 run(command => $command, verbose => $verbose); 1052 die "Unable to perform dvoImageExtract for $tess_id $skycell_id\n" unless ($success and $self->file_exists( $out Name ));1052 die "Unable to perform dvoImageExtract for $tess_id $skycell_id\n" unless ($success and $self->file_exists( $outname )); 1053 1053 } 1054 1054
Note:
See TracChangeset
for help on using the changeset viewer.
