-
Notifications
You must be signed in to change notification settings - Fork 3
Save pulse shape parameters directly in json (and not in a table file) #2088
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
Merged
Merged
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
a932a6e
Save pulse shape parameters directly in json (and not in a table file)
GernotMaier 234f1c5
sonar
GernotMaier 06be2b9
Merge branch 'pulse-shape-as-value'
GernotMaier 6a14053
Merge branch 'main' into pulse-shape-as-value
GernotMaier 4648399
table as row data
GernotMaier 1680282
export as astropy table
GernotMaier 9bbc1e0
export as astropy table
GernotMaier 3cd8b90
improved module exporter
GernotMaier 526fa75
test fix
GernotMaier e149130
Merge branch 'pulse-shape-as-value' into pulse-shape-as-value-b
GernotMaier 07ed831
Merge pull request #2090 from gammasim/pulse-shape-as-value-b
GernotMaier e397648
docs
GernotMaier 6d436cc
update parameter
GernotMaier 17c6b45
update parameter
GernotMaier ce81dd2
update parameter
GernotMaier 30c80fd
unit tests
GernotMaier 2f690ca
table writer
GernotMaier bc376f2
table writer
GernotMaier 02b9fb0
docstrings [skip ci]
GernotMaier 481f577
simplification [skip ci]
GernotMaier 5cb22ea
Merge branch 'main' into pulse-shape-as-value
GernotMaier db9cd73
improved docstrings
GernotMaier 7eff479
add column units
GernotMaier 28111b5
Merge branch 'main' into pulse-shape-as-value
GernotMaier bcddc87
Merge branch 'git-safe-dir-simtools' into pulse-shape-as-value
GernotMaier 80ff08f
Merge branch 'main' into pulse-shape-as-value
GernotMaier 9e54b37
plot table with schema
GernotMaier f534db4
tmp test directory
GernotMaier fd78e76
unit tests
GernotMaier b5b9b38
changelog
GernotMaier 4162983
Merge branch 'main' into pulse-shape-as-value
GernotMaier 52a6527
remove duplicated import
GernotMaier 5529417
cfg for tests update
GernotMaier a801f67
Merge branch 'main' into pulse-shape-as-value
GernotMaier a37121e
dict test
GernotMaier f3a58cc
consolitation
GernotMaier 2236873
Fix import-outside-toplevel warnings by moving imports to top-level
GernotMaier 0e4a18e
accidental commit
GernotMaier 4bb5824
accidental commit
GernotMaier e6a20ba
new module
GernotMaier 4036d99
fix db conflicts
GernotMaier 7c67f9e
minor renaming of row table utils module
GernotMaier e433c38
Merge branch 'main' into pulse-shape-as-value
GernotMaier 5d5097b
cp review
GernotMaier 186f43a
Merge branch 'main' into pulse-shape-as-value
GernotMaier 547c457
Merge branch 'main' into pulse-shape-as-value
GernotMaier 9855074
improvements reviewer comments
GernotMaier da8442a
Merge branch 'main' into pulse-shape-as-value
GernotMaier File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| Added a unified parameter export flow for both file-backed and dict-backed table parameters, with stricter validation and normalization of table content including required `column_units` for `fadc_pulse_shape`. | ||
| Plot table generation now selects the schema document by `model_parameter_schema_version` (with fallback), and sim_telarray/model/database handling was aligned with expanded unit test coverage. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.