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

Add varying rdim for DMD time windowing #282

Merged
merged 6 commits into from
Jun 24, 2024
Merged

Add varying rdim for DMD time windowing #282

merged 6 commits into from
Jun 24, 2024

Conversation

ckendrick
Copy link
Collaborator

This adds an option to the DMD time windowing examples local_tw_csv and parametric_tw_csv for specifying an additional input file containing a reduced dimension or energy fraction value for each window, rather than using the same -rdim or -ef value for all windows.

Example csv input file specifying rdims for each window index:

RDIM
0,6
1,7
2,8
3,10
4,9

The csv input file is assumed to be in the DMD list directory, similar to the other inputs used by local_tw_csv and parametric_tw_csv. The above example can be modified to specify energy fraction values by using EF in the header.

@ckendrick ckendrick added the WIP Work in progress label Apr 25, 2024
@ckendrick ckendrick added RFR Ready for review and removed WIP Work in progress labels May 9, 2024
examples/dmd/local_tw_csv.cpp Outdated Show resolved Hide resolved
examples/dmd/local_tw_csv.cpp Outdated Show resolved Hide resolved
examples/dmd/local_tw_csv.cpp Show resolved Hide resolved
examples/dmd/local_tw_csv.cpp Show resolved Hide resolved
@ckendrick ckendrick merged commit 99661b7 into master Jun 24, 2024
4 checks passed
@ckendrick ckendrick deleted the dmd_window_rdim branch June 24, 2024 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RFR Ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants