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

How to deal with changing trigger scaling (per request) #383

Open
nicHoch opened this issue Feb 26, 2024 · 2 comments
Open

How to deal with changing trigger scaling (per request) #383

nicHoch opened this issue Feb 26, 2024 · 2 comments
Assignees

Comments

@nicHoch
Copy link
Collaborator

nicHoch commented Feb 26, 2024

with the new implemented option to change from trigger compression to trigger scaling we introduced a scaling factor (at the moment set to 30 as default)

Operation would like to change that value more often and ideally customised for (each) flare.
We need a way how this information is propagated into the processing pipeline reliably and reproducible.

@samaloney @drhlxiao ideas welcome

@nicHoch nicHoch self-assigned this Feb 26, 2024
@nicHoch
Copy link
Collaborator Author

nicHoch commented Feb 26, 2024

would it be a option to use the request id (rid) for that purpose?

at the moment the10 digit number is created that way: YYMMDD:#### > last 4 digits the unique number as id

could we change it to: YYMMDD:##:%% > only 2 digits (#) for id and 2 digits (%) for the scaling factor

if the 2 digits (100 requests) as unique id for a day is to low we could also use YYMMDD:###:% > where now the last % is a index for a constant scaling factor lookup table of 10 entries.

please note that at the moment we will not use that information within the FSW only in the processing pipeline. but the rid is forwarded with attention on board and on ground and that way it the scaling would become pseudo self containing.

@drhlxiao can you explain briefly how at the moment the 4 digit id #### is generated - it looks a bit random.

@nicHoch
Copy link
Collaborator Author

nicHoch commented Mar 5, 2024

we decided to use the https://datacenter.stix.i4ds.net/api/bsd/info/startdate/enddate api endpoint to create a local file based data-store

this file could also pushed into the stix-conf repo.

the endpoint only returns metadata for an RID if the RID is published >> connected to a IOR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant