Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
csst_fs
Commits
06548873
Commit
06548873
authored
Sep 19, 2025
by
Matthias Weidenthaler
Browse files
Changed backend config to dev environment. Added description of list value metadata query
parent
75d3742d
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
06548873
...
...
@@ -171,14 +171,11 @@ filter = {
}
```
3) Timestamp equality and ranges
3) List of values
The queried data should match one of the values in the list. String or number values are possible.
```
python
filter
=
{
"created_date"
:
"2015-08-04T11:00:00"
,
"obs_date"
:
{
"gt"
:
"2015-06-01T10:00:00"
,
"lt"
:
"2015-07-01T10:00:00"
,
},
"NAXIS"
:
[
0
,
1
]
}
```
...
...
csst_fs/s3_config.py
View file @
06548873
...
...
@@ -11,7 +11,7 @@ default_s3_settings = {
}
default_backend_settings
=
{
'backend_url'
:
'http://
10.200.60.199:32000
'
,
'backend_url'
:
'http
s
://
astro-workbench-bts.lab.zverse.space:32443/api/csst
'
,
}
def
load_from_env
():
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment