Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-22277: Specify filters for color functor as bands #354

Merged
merged 1 commit into from
Apr 1, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 8 additions & 8 deletions policy/Object.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,26 +130,26 @@ funcs:
functor: Color
dataset: forced_src
args: slot_ModelFlux
filt1: HSC-G
filt2: HSC-R
filt1: g
filt2: r
riStd:
functor: Color
dataset: forced_src
args: slot_ModelFlux
filt1: HSC-R
filt2: HSC-I
filt1: r
filt2: i
izStd:
functor: Color
dataset: forced_src
args: slot_ModelFlux
filt1: HSC-I
filt2: HSC-Z
filt1: i
filt2: z
zyStd:
functor: Color
dataset: forced_src
args: slot_ModelFlux
filt1: HSC-Z
filt2: HSC-Y
filt1: z
filt2: y
# Taking Shape from meas
Ixx:
functor: Column
Expand Down