Skip to content

Commit

Permalink
Do write associated diaSource table by default
Browse files Browse the repository at this point in the history
  • Loading branch information
isullivan committed Mar 6, 2024
1 parent 61a7c33 commit ddfc90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ap/association/diaPipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ class DiaPipelineConfig(pipeBase.PipelineTaskConfig,
)
doWriteAssociatedSources = pexConfig.Field(
dtype=bool,
default=False,
default=True,
doc="Write out associated DiaSources, DiaForcedSources, and DiaObjects, "
"formatted following the Science Data Model.",
)
Expand Down

0 comments on commit ddfc90b

Please sign in to comment.