Skip to content

Commit

Permalink
Merge pull request #576 from transientskp/Issue575
Browse files Browse the repository at this point in the history
Updating the default parameters in job_params.cfg and pipeline.cfg to…
  • Loading branch information
Mark authored Sep 8, 2020
2 parents 2d4eeeb + 990cb1c commit fa65950
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tkp/config/job_template/job_params.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@ back_size_y = 50
margin = 10
deblend_nthresh = 0 ; Number of subthresholds for deblending; 0 disables
extraction_radius_pix = 250
force_beam = False
force_beam = True
box_in_beampix = 10
ew_sys_err = 10 ; Systematic errors on ra & decl (units in arcsec)
ns_sys_err = 10
expiration = 10 ; number of forced fits performed after a blind fit

[association]
deruiter_radius = 5.68
beamwidths_limit = 1.0
beamwidths_limit = 3.0

[transient_search]
new_source_sigma_margin = 3
new_source_sigma_margin = 1

[pipeline]
mode = 'batch' ; batch or stream
Expand Down
2 changes: 1 addition & 1 deletion tkp/config/project_template/pipeline.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ passphrase = '' ; for MonetDB
dump_backup_copy = False ; make database backup for every run?

[image_cache]
copy_images = True
copy_images = False

[parallelise]
method = "multiproc" ; or serial
Expand Down

0 comments on commit fa65950

Please sign in to comment.