IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 4, 2022, 2:56:53 PM (4 years ago)
Author:
tdeboer
Message:

adding dirty desperate diff functionality

File:
1 edited

Legend:

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

    r41705 r42154  
    178178
    179179    # Determine if FWHM is too large to bother continuing.
    180     my $maxFWHM = metadataLookupF32($recipeData, 'PSASTRO.MAX.ALLOWED.FWHM');
     180    my $maxFWHM = 30.;
    181181    if ($maxFWHM) {
    182182        my $expFWHM;
Note: See TracChangeset for help on using the changeset viewer.