Changeset 20113
- Timestamp:
- Oct 13, 2008, 2:24:18 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/test/test_lookup.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/test/test_lookup.pl
r18988 r20113 53 53 } 54 54 55 $class_id = "null" if !defined($class_id); 56 55 57 my $results = locate_images($ipprc, $image_db, $req_type, $img_type, $id, $class_id, 56 58 $x, $y, $mjd_min, $mjd_max, $filter, $verbose); … … 67 69 print "\tweight: $i->{weight}\n" if $i->{weight}; 68 70 print "\tastrom: $i->{astrom}\n" if $i->{astrom}; 71 if ($img_type ne "stack") { 72 print "\tcamera: $i->{camera}\n"; 73 print "\texp_id: $i->{exp_id}\n"; 74 print "\texp_name: $i->{exp_name}\n"; 75 } 69 76 } 70 77
Note:
See TracChangeset
for help on using the changeset viewer.
