Skip to content

Commit

Permalink
Merge pull request #3954 from lsst-sqre/tickets/DM-47868
Browse files Browse the repository at this point in the history
DM-47868: Remove "any filter" Prompt Processing mode
  • Loading branch information
kfindeisen authored Dec 5, 2024
2 parents 07be806 + 5d04be9 commit 03ea0b0
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 30 deletions.
1 change: 0 additions & 1 deletion applications/prompt-proto-service-hsc-gpu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Prompt Proto Service is an event driven service for processing camera images. Th
| prompt-proto-service.alerts.username | string | `"kafka-admin"` | Username for sending alerts to the alert stream |
| prompt-proto-service.apdb.config | string | None, must be set | URL to a serialized APDB configuration, or the "label:" prefix followed by the indexed name of such a config. |
| prompt-proto-service.cache.baseSize | int | `3` | The default number of datasets of each type to keep. The pipeline only needs one of most dataset types (one bias, one flat, etc.), so this is roughly the number of visits that fit in the cache. |
| prompt-proto-service.cache.maxFilters | int | `20` | The maximum number of datasets of a given type the service might load if the filter is unknown. Should be greater than or equal to the number of filters that have e.g. flats or transmission curves. |
| prompt-proto-service.cache.patchesPerImage | int | `4` | A factor by which to multiply `baseSize` for templates and other patch-based datasets. |
| prompt-proto-service.cache.refcatsPerImage | int | `4` | A factor by which to multiply `baseSize` for refcat datasets. |
| prompt-proto-service.containerConcurrency | int | `1` | The number of Knative requests that can be handled simultaneously by one container |
Expand Down
3 changes: 0 additions & 3 deletions applications/prompt-proto-service-hsc-gpu/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ prompt-proto-service:
refcatsPerImage: 4
# -- A factor by which to multiply `baseSize` for templates and other patch-based datasets.
patchesPerImage: 4
# -- The maximum number of datasets of a given type the service might load if the filter is unknown.
# Should be greater than or equal to the number of filters that have e.g. flats or transmission curves.
maxFilters: 20

s3:
# -- Bucket containing the incoming raw images
Expand Down
1 change: 0 additions & 1 deletion applications/prompt-proto-service-hsc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Prompt Proto Service is an event driven service for processing camera images. Th
| prompt-proto-service.alerts.username | string | `"kafka-admin"` | Username for sending alerts to the alert stream |
| prompt-proto-service.apdb.config | string | None, must be set | URL to a serialized APDB configuration, or the "label:" prefix followed by the indexed name of such a config. |
| prompt-proto-service.cache.baseSize | int | `3` | The default number of datasets of each type to keep. The pipeline only needs one of most dataset types (one bias, one flat, etc.), so this is roughly the number of visits that fit in the cache. |
| prompt-proto-service.cache.maxFilters | int | `20` | The maximum number of datasets of a given type the service might load if the filter is unknown. Should be greater than or equal to the number of filters that have e.g. flats or transmission curves. |
| prompt-proto-service.cache.patchesPerImage | int | `4` | A factor by which to multiply `baseSize` for templates and other patch-based datasets. |
| prompt-proto-service.cache.refcatsPerImage | int | `4` | A factor by which to multiply `baseSize` for refcat datasets. |
| prompt-proto-service.containerConcurrency | int | `1` | The number of Knative requests that can be handled simultaneously by one container |
Expand Down
3 changes: 0 additions & 3 deletions applications/prompt-proto-service-hsc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ prompt-proto-service:
refcatsPerImage: 4
# -- A factor by which to multiply `baseSize` for templates and other patch-based datasets.
patchesPerImage: 4
# -- The maximum number of datasets of a given type the service might load if the filter is unknown.
# Should be greater than or equal to the number of filters that have e.g. flats or transmission curves.
maxFilters: 20

s3:
# -- Bucket containing the incoming raw images
Expand Down
1 change: 0 additions & 1 deletion applications/prompt-proto-service-latiss/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Prompt Proto Service is an event driven service for processing camera images. Th
| prompt-proto-service.alerts.username | string | `"kafka-admin"` | Username for sending alerts to the alert stream |
| prompt-proto-service.apdb.config | string | None, must be set | URL to a serialized APDB configuration, or the "label:" prefix followed by the indexed name of such a config. |
| prompt-proto-service.cache.baseSize | int | `3` | The default number of datasets of each type to keep. The pipeline only needs one of most dataset types (one bias, one flat, etc.), so this is roughly the number of visits that fit in the cache. |
| prompt-proto-service.cache.maxFilters | int | `10` | The maximum number of datasets of a given type the service might load if the filter is unknown. Should be greater than or equal to the number of filters that have e.g. flats or transmission curves. |
| prompt-proto-service.cache.patchesPerImage | int | `6` | A factor by which to multiply `baseSize` for templates and other patch-based datasets. |
| prompt-proto-service.cache.refcatsPerImage | int | `4` | A factor by which to multiply `baseSize` for refcat datasets. |
| prompt-proto-service.containerConcurrency | int | `1` | The number of Knative requests that can be handled simultaneously by one container |
Expand Down
3 changes: 0 additions & 3 deletions applications/prompt-proto-service-latiss/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ prompt-proto-service:
refcatsPerImage: 4
# -- A factor by which to multiply `baseSize` for templates and other patch-based datasets.
patchesPerImage: 6
# -- The maximum number of datasets of a given type the service might load if the filter is unknown.
# Should be greater than or equal to the number of filters that have e.g. flats or transmission curves.
maxFilters: 10

s3:
# -- Bucket containing the incoming raw images
Expand Down
1 change: 0 additions & 1 deletion applications/prompt-proto-service-lsstcam/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Prompt Proto Service is an event driven service for processing camera images. Th
| prompt-proto-service.alerts.username | string | `"kafka-admin"` | Username for sending alerts to the alert stream |
| prompt-proto-service.apdb.config | string | None, must be set | URL to a serialized APDB configuration, or the "label:" prefix followed by the indexed name of such a config. |
| prompt-proto-service.cache.baseSize | int | `3` | The default number of datasets of each type to keep. The pipeline only needs one of most dataset types (one bias, one flat, etc.), so this is roughly the number of visits that fit in the cache. |
| prompt-proto-service.cache.maxFilters | int | `20` | The maximum number of datasets of a given type the service might load if the filter is unknown. Should be greater than or equal to the number of filters that have e.g. flats or transmission curves. |
| prompt-proto-service.cache.patchesPerImage | int | `4` | A factor by which to multiply `baseSize` for templates and other patch-based datasets. |
| prompt-proto-service.cache.refcatsPerImage | int | `4` | A factor by which to multiply `baseSize` for refcat datasets. |
| prompt-proto-service.containerConcurrency | int | `1` | The number of Knative requests that can be handled simultaneously by one container |
Expand Down
3 changes: 0 additions & 3 deletions applications/prompt-proto-service-lsstcam/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ prompt-proto-service:
refcatsPerImage: 4
# -- A factor by which to multiply `baseSize` for templates and other patch-based datasets.
patchesPerImage: 4
# -- The maximum number of datasets of a given type the service might load if the filter is unknown.
# Should be greater than or equal to the number of filters that have e.g. flats or transmission curves.
maxFilters: 20

s3:
# -- Bucket containing the incoming raw images
Expand Down
1 change: 0 additions & 1 deletion applications/prompt-proto-service-lsstcomcam/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Prompt Proto Service is an event driven service for processing camera images. Th
| prompt-proto-service.alerts.username | string | `"kafka-admin"` | Username for sending alerts to the alert stream |
| prompt-proto-service.apdb.config | string | None, must be set | URL to a serialized APDB configuration, or the "label:" prefix followed by the indexed name of such a config. |
| prompt-proto-service.cache.baseSize | int | `3` | The default number of datasets of each type to keep. The pipeline only needs one of most dataset types (one bias, one flat, etc.), so this is roughly the number of visits that fit in the cache. |
| prompt-proto-service.cache.maxFilters | int | `20` | The maximum number of datasets of a given type the service might load if the filter is unknown. Should be greater than or equal to the number of filters that have e.g. flats or transmission curves. |
| prompt-proto-service.cache.patchesPerImage | int | `16` | A factor by which to multiply `baseSize` for templates and other patch-based datasets. |
| prompt-proto-service.cache.refcatsPerImage | int | `6` | A factor by which to multiply `baseSize` for refcat datasets. |
| prompt-proto-service.containerConcurrency | int | `1` | The number of Knative requests that can be handled simultaneously by one container |
Expand Down
3 changes: 0 additions & 3 deletions applications/prompt-proto-service-lsstcomcam/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ prompt-proto-service:
refcatsPerImage: 6
# -- A factor by which to multiply `baseSize` for templates and other patch-based datasets.
patchesPerImage: 16
# -- The maximum number of datasets of a given type the service might load if the filter is unknown.
# Should be greater than or equal to the number of filters that have e.g. flats or transmission curves.
maxFilters: 20

s3:
# -- Bucket containing the incoming raw images
Expand Down
1 change: 0 additions & 1 deletion applications/prompt-proto-service-lsstcomcamsim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Prompt Proto Service is an event driven service for processing camera images. Th
| prompt-proto-service.alerts.username | string | `"kafka-admin"` | Username for sending alerts to the alert stream |
| prompt-proto-service.apdb.config | string | None, must be set | URL to a serialized APDB configuration, or the "label:" prefix followed by the indexed name of such a config. |
| prompt-proto-service.cache.baseSize | int | `3` | The default number of datasets of each type to keep. The pipeline only needs one of most dataset types (one bias, one flat, etc.), so this is roughly the number of visits that fit in the cache. |
| prompt-proto-service.cache.maxFilters | int | `3` | The maximum number of datasets of a given type the service might load if the filter is unknown. Should be greater than or equal to the number of filters that have e.g. flats or transmission curves. |
| prompt-proto-service.cache.patchesPerImage | int | `16` | A factor by which to multiply `baseSize` for templates and other patch-based datasets. |
| prompt-proto-service.cache.refcatsPerImage | int | `6` | A factor by which to multiply `baseSize` for refcat datasets. |
| prompt-proto-service.containerConcurrency | int | `1` | The number of Knative requests that can be handled simultaneously by one container |
Expand Down
3 changes: 0 additions & 3 deletions applications/prompt-proto-service-lsstcomcamsim/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ prompt-proto-service:
refcatsPerImage: 6
# -- A factor by which to multiply `baseSize` for templates and other patch-based datasets.
patchesPerImage: 16
# -- The maximum number of datasets of a given type the service might load if the filter is unknown.
# Should be greater than or equal to the number of filters that have e.g. flats or transmission curves.
maxFilters: 3

s3:
# -- Bucket containing the incoming raw images
Expand Down
1 change: 0 additions & 1 deletion charts/prompt-proto-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Event-driven processing of camera images
| alerts.username | string | `"kafka-admin"` | Username for sending alerts to the alert stream |
| apdb.config | string | None, must be set | URL to a serialized APDB configuration, or the "label:" prefix followed by the indexed name of such a config. |
| cache.baseSize | int | `3` | The default number of datasets of each type to keep. The pipeline only needs one of most dataset types (one bias, one flat, etc.), so this is roughly the number of visits that fit in the cache. |
| cache.maxFilters | int | `20` | The maximum number of datasets of a given type the service might load if the filter is unknown. Should be greater than or equal to the number of filters that have e.g. flats or transmission curves. |
| cache.patchesPerImage | int | `4` | A factor by which to multiply `baseSize` for templates and other patch-based datasets. |
| cache.refcatsPerImage | int | `4` | A factor by which to multiply `baseSize` for refcat datasets. |
| containerConcurrency | int | `1` | The number of Knative requests that can be handled simultaneously by one container |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ spec:
value: {{ .Values.cache.refcatsPerImage | toString | quote }}
- name: PATCHES_PER_IMAGE
value: {{ .Values.cache.patchesPerImage | toString | quote }}
- name: FILTERS_WITH_CALIBS
value: {{ .Values.cache.maxFilters | toString | quote }}
- name: DEBUG_CACHE_CALIBS
value: {{ if .Values.debug.cacheCalibs }}'1'{{ else }}'0'{{ end }}
- name: DEBUG_EXPORT_OUTPUTS
Expand Down
3 changes: 0 additions & 3 deletions charts/prompt-proto-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ cache:
refcatsPerImage: 4
# -- A factor by which to multiply `baseSize` for templates and other patch-based datasets.
patchesPerImage: 4
# -- The maximum number of datasets of a given type the service might load if the filter is unknown.
# Should be greater than or equal to the number of filters that have e.g. flats or transmission curves.
maxFilters: 20

s3:
# -- Bucket containing the incoming raw images
Expand Down

0 comments on commit 03ea0b0

Please sign in to comment.