Changeset 40458
- Timestamp:
- Jun 27, 2018, 1:07:38 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20170908/tools/hsc/register_directory.pl
r40380 r40458 20 20 my %registered_exp = (); 21 21 22 get_registered_exp_names(); 23 22 24 my $directory = shift(@ARGV); 23 25 … … 37 39 if (($base % 2) != 0) { next; } 38 40 if (exists($registered_exp{$exp_name})) { next; } 39 41 # print "# $exp_name\n"; 40 42 my $set1 = "${directory}/HSCA${base}??.fits"; 41 43 $base =~ s/2$/3/; … … 55 57 } 56 58 else { 57 print "echo 'exp_name HSCA${base} does not have the correct count of image files .'\n";59 print "echo 'exp_name HSCA${base} does not have the correct count of image files ($count).'\n"; 58 60 } 59 61 }
Note:
See TracChangeset
for help on using the changeset viewer.
