IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 79


Ignore:
Timestamp:
May 16, 2003, 2:19:26 PM (23 years ago)
Author:
eugene
Message:

fixed error in transearch which prevented lookup (00 -> ccd00)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/perl/src/grab.keywords

    r17 r79  
    110110}
    111111
     112# define a reference chip to grab the photometry data
     113$ccd = `cameraconfig -ID 0`; chop $ccd;
     114if (?) { die ("error in camera config\n"); }
     115
    112116# grab the appropriate photometry data
    113117@photom = ();
    114 @photlist = `transearch -image $infile 00 split -equiv`;
     118@photlist = `transearch -image $infile $ccd split -equiv`;
    115119if ($?) { @photlist = (); }
    116120
Note: See TracChangeset for help on using the changeset viewer.