Skip to content

Commit

Permalink
Move OR/ER boundary to 38000
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanconn committed May 5, 2017
1 parent a14932e commit a71a92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_cat_obs_data.pl
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ sub get_obsids {
undef $Ska::Process::arc5gl;
$obspar_dir->rmtree if $obspar_dir->exists;

push @ARGV, grep {$_ = $1+0 if (/axaff(\d+)/ && $1 < 50000)} @obsfiles;
push @ARGV, grep {$_ = $1+0 if (/axaff(\d+)/ && $1 < 38000)} @obsfiles;
}

$log->message("Processing following obsids: @ARGV");
Expand Down

0 comments on commit a71a92b

Please sign in to comment.