Changeset 33097
- Timestamp:
- Jan 11, 2012, 4:04:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20111222/pstamp/scripts/pstamp_get_image_job.pl
r33057 r33097 75 75 my $stage_id = $comp->{stage_id}; 76 76 my $component = $comp->{component}; 77 my $path_base = $comp->{path_base};78 77 my $camera = $comp->{camera}; 79 78 my $magicked = $comp->{magicked}; 79 my $path_base = $comp->{path_base}; 80 if (!$path_base and $stage eq 'raw') { 81 my $uri = $comp->{uri}; 82 $uri =~ s/\.fits//g; 83 $path_base = $uri; 84 } 80 85 81 86 if ($verbose) { 82 87 print STDERR "\nstage is $stage\n"; 83 88 print STDERR "stage_id is $stage_id\n"; 84 print STDERR "path_base is $path_base\n";85 89 print STDERR "path_base is $path_base\n"; 86 90 print STDERR "CAMERA is $camera\n";
Note:
See TracChangeset
for help on using the changeset viewer.
