IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13790


Ignore:
Timestamp:
Jun 13, 2007, 10:53:22 AM (19 years ago)
Author:
Paul Price
Message:

Fix addstar camera directory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/camera_exp.pl

    r13707 r13790  
    177177    # XXX which in turn points at ippconfig/dvo.site
    178178    {
    179         my $command = "addstar -D CAMERA $camera " . $ipprc->file_resolve($fpaObjects);
     179        my $camdir = $ipprc->dvo_cameradir(); # Camera directory for addstar
     180        my $command = "addstar -D CAMERA $camdir " . $ipprc->file_resolve($fpaObjects);
    180181        my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    181182            run(command => $command, verbose => 1);
Note: See TracChangeset for help on using the changeset viewer.