Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
calparrot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
calibration
calparrot
Commits
b81536a3
Commit
b81536a3
authored
2 years ago
by
Thomas Kluyver
Browse files
Options
Downloads
Patches
Plain Diff
Add README
parent
b0cfc58f
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.rst
+12
-0
12 additions, 0 deletions
README.rst
pyproject.toml
+1
-0
1 addition, 0 deletions
pyproject.toml
with
13 additions
and
0 deletions
README.rst
0 → 100644
+
12
−
0
View file @
b81536a3
CalCat proxy server to help make detector corrections reproducible
Detector corrections have to query `CalCat <https://in.xfel.eu/calibration/>`_
to find calibration constants. This might be an issue for reproducibility, if
CalCat's APIs change, or if it selects different constants to correct the same
data. CalParrot stores CalCat responses in an SQLite database for each
correction, and replays them if the same queries are made again, so reproducing
a correction doesn't need to talk to CalCat again.
This only affects code that works by querying the CalCat REST API, using the
settings from ``cal_tools.restful_config``. Code that queries over ZeroMQ, using
iCalibrationDB and calDBRemote, will bypass CalParrot.
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
0
View file @
b81536a3
...
@@ -5,6 +5,7 @@ build-backend = "flit_core.buildapi"
...
@@ -5,6 +5,7 @@ build-backend = "flit_core.buildapi"
[project]
[project]
name
=
"calparrot"
name
=
"calparrot"
authors
=
[{name
=
"EuXFEL Calibration Team"
}]
authors
=
[{name
=
"EuXFEL Calibration Team"
}]
readme
=
"README.rst"
dynamic
=
[
"version"
,
"description"
]
dynamic
=
[
"version"
,
"description"
]
dependencies
=
[
dependencies
=
[
"oauthlib"
,
"oauthlib"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment