IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 20, 2022, 1:28:24 PM (4 years ago)
Author:
eugene
Message:

enable stats for fpcamera

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20220316/ippScripts/scripts/fpcamera_exp.pl

    r42203 r42222  
    200200    $command .= " -D FPCAMERA.CATDIR $dvodb" if defined $dvodb;
    201201    $command .= " -dumpconfig $configuration";
    202     # $command .= " -stats $outStats -recipe PPSTATS FPCAMERA";
     202    $command .= " -stats $outStats -recipe PPSTATS FPCAMERA";
    203203    # XXX add an output stats function (not yet in fpcamera)
    204204
     
    213213
    214214    my $quality; # Quality flag
    215     if (0) {
     215    if (1) {
    216216        check_output($outStats, $replicateOutputs);
    217217        my $outStatsReal = $ipprc->file_resolve($outStats);
Note: See TracChangeset for help on using the changeset viewer.