Skip to content

Commit

Permalink
Add rule sending 'merge->'Merge'
Browse files Browse the repository at this point in the history
  • Loading branch information
fred3m committed May 26, 2021
1 parent 18a034a commit 1f7c272
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion policy/imsim/Object.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ refFlags:
- detect_isDeblendedModelSource
- merge_peak_sky
- calib_psf_used
- merge_measurement_band
flags:
# flags are columns taken and exploded per-band from the meas tables
- deblend_nChild
Expand Down Expand Up @@ -428,3 +427,4 @@ flag_rename_rules:
- ['calib_', 'Calib_']
- ['deblend_', 'Deblend_']
- ['blendedness', 'Blendedness']
- ['merge', 'Merge']
2 changes: 1 addition & 1 deletion policy/imsim/Source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ flags:
- detect_isDeblendedSource
- detect_isDeblendedModelSource
- merge_peak_sky
- merge_measurement_band

flag_rename_rules:
# Taken from db-meas-forced
Expand All @@ -276,3 +275,4 @@ flag_rename_rules:
- ['calib_', 'Calib_']
- ['deblend_', 'Deblend_']
- ['blendedness', 'Blendedness']
- ['merge', 'Merge']

0 comments on commit 1f7c272

Please sign in to comment.