- Timestamp:
- Sep 10, 2009, 12:07:49 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm
r25283 r25323 21 21 22 22 use IPC::Cmd 0.36 qw( can_run run ); 23 24 23 use PS::IPP::Metadata::List qw( parse_md_list ); 25 24 use PS::IPP::Config qw( :standard ); … … 234 233 # just above probably solved the problem I was trying to solve with this test) 235 234 next if !$base; 235 } else { 236 # raw images don't have path_base yet. Manufacture one 237 my $uri = $image->{uri}; 238 my $path_base = $uri =~ s/\.fits//g; 239 $image->{$path_base} = $path_base; 236 240 } 237 241 if (!$camera) {
Note:
See TracChangeset
for help on using the changeset viewer.
