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

tickets/DM-33710: Implement ScarletDataModels #687

Merged
merged 1 commit into from Jun 8, 2022
Merged

Conversation

fred3m
Copy link
Contributor

@fred3m fred3m commented May 26, 2022

No description provided.

@@ -1052,6 +1117,11 @@ def runQuantum(self, butlerQC, inputRefs, outputRefs):
inputs['ccdInputs'] = ccdInputs

outputs = self.run(**inputs)
# Strip HeavyFootprints to save space on disk
sources = outputs.outputSources
if loadedModels and self.config.doStripFootprints:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same question as the one in meas_base here: should we also permit HeavyFootprints to be stripped even when they don't come from Scarlet models?

@fred3m fred3m merged commit 2c587de into main Jun 8, 2022
@fred3m fred3m deleted the tickets/DM-33710 branch June 8, 2022 17:15
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

Successfully merging this pull request may close these issues.

None yet

2 participants