Changeset 11293 for trunk/ippScripts/scripts/inject.pl
- Timestamp:
- Jan 25, 2007, 2:15:46 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/inject.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/inject.pl
r11138 r11293 66 66 if ($row->{name} eq "FPA.TELESCOPE") { $telescope = $row->{value}; } 67 67 if ($row->{name} eq "FPA.INSTRUMENT") { $instrument = $row->{value}; } # this entry must return the camera in the ipp/config system which we load 68 if ($row->{name} eq "FPA.OBSTYPE") { $type = $row->{value}; }68 # if ($row->{name} eq "FPA.OBSTYPE") { $type = $row->{value}; } 69 69 } 70 70 71 my $command_exp = "$pxinject -newExp -exp_id $exp -inst $instrument -telescope $telescope - exp_type $type -imfiles 1 -workdir $outroot" ; # Command to run71 my $command_exp = "$pxinject -newExp -exp_id $exp -inst $instrument -telescope $telescope -imfiles 1 -workdir $outroot" ; # Command to run 72 72 73 73 my ( $success_exp, $error_code_exp, $full_buf_exp, $stdout_buf_exp, $stderr_buf_exp ) =
Note:
See TracChangeset
for help on using the changeset viewer.
