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

Handling multiple lines with the single dish pipeline #243

Open
astrojysun opened this issue Aug 9, 2024 · 0 comments
Open

Handling multiple lines with the single dish pipeline #243

astrojysun opened this issue Aug 9, 2024 · 0 comments

Comments

@astrojysun
Copy link
Collaborator

The current single dish pipeline cannot handle data for multiple lines at the same time. After processing one line, the processing_singledish_{target} directory would contain all the done_step_X files, which cause the pipeline to skip all steps for all other lines.

It is possible to get around this in an ad-hoc way by processing one line at a time and renaming that processing_singledish_{target} directory to something else each time. A more permanent solution would involve modifying the pipeline so that the generated done_step_X files are named like done_step_X_{line} (and same for all other files).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant