Skip to content

Commit

Permalink
HLA-1385 Configuration Parameter Updates for SVM and Pipeline Product…
Browse files Browse the repository at this point in the history
…s. (#1913)
  • Loading branch information
s-goldman authored Dec 2, 2024
1 parent 1199b8d commit fcea7d7
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ number of the code change for that issue. These PRs can be viewed at:

3.8.0 (unreleased)
==================

- Update to pipeline and SVM alignment configuration parameters. [1912]

- Include a minimum RMS value for the SBC detector, as is done for the other
detectors, as there seems to be a lot of noise in the source catalogs due to
a low detection threshold. [#1908]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"MAX_FIT_LIMIT": 150,
"mosaic_catalog_list": ["GAIAeDR3", "GSC242", "2MASS"],
"mosaic_fit_list": ["match_relative_fit", "match_2dhist_fit", "match_default_fit"],
"mosaic_fitgeom_list": {"rshift": 4, "rscale": 10, "general": 6}
"mosaic_fitgeom_list": {"rscale": 12, "general": 25},
"mosaic_relgeom_list": {"rscale": 12}
},
"generate_source_catalogs":
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"MAX_FIT_LIMIT": 150,
"mosaic_catalog_list": ["GAIAeDR3", "GSC242", "2MASS"],
"mosaic_fit_list": ["match_relative_fit", "match_2dhist_fit", "match_default_fit"],
"mosaic_fitgeom_list": {"rshift": 4, "rscale": 10, "general": 6}
"mosaic_fitgeom_list": {"rscale": 12, "general": 25},
"mosaic_relgeom_list": {"rscale": 12}
},
"generate_source_catalogs":
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"MAX_FIT_LIMIT": 150,
"mosaic_catalog_list": ["GAIAeDR3", "GSC242", "2MASS"],
"mosaic_fit_list": ["match_relative_fit", "match_2dhist_fit", "match_default_fit"],
"mosaic_fitgeom_list": {"rshift": 4, "rscale": 10, "general": 6}
"mosaic_fitgeom_list": {"rscale": 12, "general": 25},
"mosaic_relgeom_list": {"rscale": 12}
},
"generate_source_catalogs":
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"MAX_FIT_LIMIT": 150,
"mosaic_catalog_list": ["GAIAeDR3", "GSC242", "2MASS"],
"mosaic_fit_list": ["match_relative_fit", "match_2dhist_fit", "match_default_fit"],
"mosaic_fitgeom_list": {"rshift": 4, "rscale": 10, "general": 6}
"mosaic_fitgeom_list": {"rscale": 12, "general": 25},
"mosaic_relgeom_list": {"rscale": 12}
},
"generate_source_catalogs":
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"MAX_FIT_LIMIT": 150,
"mosaic_catalog_list": ["GAIAeDR3", "GSC242", "2MASS"],
"mosaic_fit_list": ["match_relative_fit", "match_2dhist_fit", "match_default_fit"],
"mosaic_fitgeom_list": {"rshift": 4, "rscale": 10, "general": 6}
"mosaic_fitgeom_list": {"rscale": 12, "general": 25},
"mosaic_relgeom_list": {"rscale": 12}
},
"generate_source_catalogs":
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"MAX_FIT_LIMIT": 150,
"mosaic_catalog_list": ["GAIAeDR3", "GSC242", "2MASS"],
"mosaic_fit_list": ["match_relative_fit", "match_2dhist_fit", "match_default_fit"],
"mosaic_fitgeom_list": {"rshift": 4, "rscale": 10, "general": 6}
"mosaic_fitgeom_list": {"rscale": 12, "general": 25},
"mosaic_relgeom_list": {"rscale": 12}
},
"generate_source_catalogs":
{
Expand Down

0 comments on commit fcea7d7

Please sign in to comment.