Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pes_to_spec
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
Machine Learning projects.
pes_to_spec
Commits
66e0342a
Commit
66e0342a
authored
2 years ago
by
Danilo Enoque Ferreira de Lima
Browse files
Options
Downloads
Patches
Plain Diff
Added pyproject.toml.
parent
8ef4ee33
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
pes_to_spec/__init__.py
+5
-0
5 additions, 0 deletions
pes_to_spec/__init__.py
pes_to_spec/test/offline_analysis.py
+0
-0
0 additions, 0 deletions
pes_to_spec/test/offline_analysis.py
pyproject.toml
+48
-0
48 additions, 0 deletions
pyproject.toml
with
53 additions
and
0 deletions
pes_to_spec/__init__.py
0 → 100644
+
5
−
0
View file @
66e0342a
"""
Estimate high-resolution photon spectrometer data from low-resolution non-invasive measurements.
"""
VERSION
=
"
0.0.1
"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
scripts/test
_analysis.py
→
pes_to_spec/test/offline
_analysis.py
+
0
−
0
View file @
66e0342a
File moved
This diff is collapsed.
Click to expand it.
pyproject.toml
0 → 100644
+
48
−
0
View file @
66e0342a
[build-system]
requires
=
[
"setuptools"
,
"setuptools-scm"
]
build-backend
=
"setuptools.build_meta"
[project]
name
=
"pes_to_spec"
authors
=
[
{author
=
"Arman Davtyan"
,
email
=
"arman.davtyan@xfel.eu"
}
,
{author
=
"Danilo Enoque Ferreira de Lima"
,
email
=
"danilo.enoque.ferreira.de.lima@xfel.eu"
}
,
{author
=
"Thomas Michelat"
,
email
=
"thomas.michelat@xfel.eu"
}
]
description
=
"Use low-resolution non-invasive photon spectrometer data to estimate high-resolution images"
requires-python
=
">
=
3.7
"
keywords
=
[
"supervised learning"
,
"Principal Components Analysis"
,
"photon spectrometer"
]
classifiers
=
[
"Development Status :: 3 - Alpha"
,
"Environment :: Console"
,
"Intended Audience :: Developers"
,
"Intended Audience :: Science/Research"
,
"Operating System :: POSIX :: Linux"
,
"Programming Language :: Python :: 3"
,
"Programming Language :: Python :: 3.7"
,
"Topic :: Scientific/Engineering :: Information Analysis"
,
"Topic :: Scientific/Engineering :: Physics"
]
dynamic
=
[
"version"
,
"readme"
]
dependencies
=
[
"numpy>
=
1.21
",
"scipy>
=
1.6
"
"scikit-learn"
,
"autograd"
,
"h5py"
]
[project.optional-dependencies]
offline
=
[
"matplotlib"
,
"extra_data"
]
[project.scripts]
offline_analysis
=
"pes_to_spec.test.offline_analysis:main"
[tool.setuptools]
packages
=
[
"pes_to_spec"
]
include-package-data
=
true
zip-safe
=
false
[tool.setuptools.dynamic]
version
=
{
attr
=
"pes_to_spec.VERSION"
}
readme
=
{
file
=
[
"README.md"
]}
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