IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25


Ignore:
Timestamp:
Jan 20, 2003, 12:03:29 PM (24 years ago)
Author:
eugene
Message:

abstract ccds in detsearch, not 00

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/perl/src/fr.getfringe

    r22 r25  
    3232
    3333# find fringe coordinate file
    34 $coordfile = `detsearch -image $inlist[0] 00 split -type frpts`; chop $coordfile;
     34$coordfile = `detsearch -image $inlist[0] $ccds[0] split -type frpts`; chop $coordfile;
    3535if ($?) { die "ERROR: can't find fringe point file for this image\n"; }
    3636
Note: See TracChangeset for help on using the changeset viewer.