Changeset 79
- Timestamp:
- May 16, 2003, 2:19:26 PM (23 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/perl/src/grab.keywords (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/perl/src/grab.keywords
r17 r79 110 110 } 111 111 112 # define a reference chip to grab the photometry data 113 $ccd = `cameraconfig -ID 0`; chop $ccd; 114 if (?) { die ("error in camera config\n"); } 115 112 116 # grab the appropriate photometry data 113 117 @photom = (); 114 @photlist = `transearch -image $infile 00split -equiv`;118 @photlist = `transearch -image $infile $ccd split -equiv`; 115 119 if ($?) { @photlist = (); } 116 120
Note:
See TracChangeset
for help on using the changeset viewer.
