IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14511


Ignore:
Timestamp:
Aug 15, 2007, 10:48:43 AM (19 years ago)
Author:
eugene
Message:

adding -accept-astrom to dvoImageOverlaps

File:
1 edited

Legend:

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

    r14184 r14511  
    109109       
    110110        # run the dvoImageOverlaps program to get the overlaps with this image
    111         my $command = "$dvoImageOverlaps -D CATDIR $tess_dir " . $ipprc->file_resolve($psastroFile);
     111        my $command = "$dvoImageOverlaps -accept-astrom -D CATDIR $tess_dir " . $ipprc->file_resolve($psastroFile);
    112112        my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    113113            run(command => $command, verbose => 1);
     
    118118        my @matchlist = split ('\n', (join "", @$stdout_buf));
    119119       
    120         # The command "dvoImageOverlaps -D CATDIR tessellation (megacam)" returns:
     120        # The command "dvoImageOverlaps -accept-astrom -D CATDIR tessellation (megacam)" returns:
    121121        # 729534pa.cmf[ccd00.hdr]  :  skycell.051.fits
    122122        # PSASTRO.OUTPUT[CMF.HEAD] : SKYCELL
Note: See TracChangeset for help on using the changeset viewer.