Skip to content

DM-34332: Document ip_isr#243

Open
czwa wants to merge 6 commits intomainfrom
tickets/DM-34332
Open

DM-34332: Document ip_isr#243
czwa wants to merge 6 commits intomainfrom
tickets/DM-34332

Conversation

@czwa
Copy link
Copy Markdown
Contributor

@czwa czwa commented Dec 2, 2022

Update ancient docstrings to modern format. Fix some remaining typos. Populate doc/ tree.

@czwa czwa force-pushed the tickets/DM-34332 branch from 5d62587 to a69acfa Compare December 2, 2022 21:29
Comment thread python/lsst/ip/isr/ampOffset.py Outdated
from lsst.meas.algorithms import (SubtractBackgroundTask, SourceDetectionTask)


__all__ = ['AmpOffsetConfig', 'AmpOffsetTask']
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Doesn't main already have this change (but with different quotes)?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

(Ah, I see that the main one is a few lines above this -- the __all__ should always be before the first import)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

It looks like the additions happened in parallel on different tickets, and I didn't notice in the diff because they're separated. I'll go through and clean up the extras throughout.

Comment thread python/lsst/ip/isr/isrQa.py Outdated
import lsst.pex.config as pexConfig


__all__ = ['IsrQaFlatnessConfig', 'IsrQaConfig', 'makeThumbnail']
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This one is also duplicating one that is higher up the file. I'll stop commenting about them now since you should be able to find ones that have multiple __all__ in a single file.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

It was all done in #227.

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.

2 participants