Skip to content

Commit

Permalink
Merge pull request #10 from sot/maxlogicalwindow
Browse files Browse the repository at this point in the history
Add maxlogicalwindow param to celldetect call
  • Loading branch information
jeanconn authored Dec 12, 2018
2 parents 40eecb8 + 06a47d0 commit 16a8808
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions get_cat_obs_data.pl
Original file line number Diff line number Diff line change
Expand Up @@ -792,8 +792,10 @@ sub make_src2_file {
system($dmcopy);

# Find sources in the small field

my $celldet = "celldetect $src_img $src_src2 thresh=$par{snr} clobber=yes";
$log->message("PFILES are $ENV{PFILES}");
$log->message("punlearn celldetect\n");
system("punlearn celldetect");
my $celldet = "celldetect $src_img $src_src2 thresh=$par{snr} maxlogicalwindow=2048 clobber=yes";
$log->message("$celldet");
system($celldet);

Expand Down

0 comments on commit 16a8808

Please sign in to comment.