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

[FEAT] Read in multiple split catalogue files in C++ interface #86

Open
MikeSWang opened this issue Oct 24, 2024 · 0 comments
Open

[FEAT] Read in multiple split catalogue files in C++ interface #86

MikeSWang opened this issue Oct 24, 2024 · 0 comments
Assignees
Labels
cpp-only C++-specific enhancement Functionality improvements feature Feature requests

Comments

@MikeSWang
Copy link
Owner

Is the requested feature related to an issue?

No.

Summary

Currently only one data/random catalogue file can be specified in the .ini parameter file and loaded by triumvirate. This request extends that to multiple split catalogue files.

Alternatives

N/A

Implementation

Instead of implementing a glob or regex pattern for multiple filenames, external scripts are used to explicitly list all the desired catalogue files, delimited by a special character such as the colon :, which are then passed as a single parameter for the catalogue(s) in the .ini parameter file.

Additional context

This avoids reading in a single large file.

@MikeSWang MikeSWang added enhancement Functionality improvements feature Feature requests cpp-only C++-specific labels Oct 24, 2024
@MikeSWang MikeSWang self-assigned this Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cpp-only C++-specific enhancement Functionality improvements feature Feature requests
Projects
None yet
Development

No branches or pull requests

1 participant