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

DM-25403: The raw formatter base is exported directly by obs_base so use it #294

Merged
merged 2 commits into from
Jun 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/lsst/obs/subaru/rawFormatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from lsst.afw.geom import makeSkyWcs, makeFlippedWcs
from lsst.afw.math import flipImage
from lsst.geom import Point2D
from lsst.obs.base.fitsRawFormatterBase import FitsRawFormatterBase
from lsst.obs.base import FitsRawFormatterBase
from astro_metadata_translator import HscTranslator

from ..hsc.hscFilters import HSC_FILTER_DEFINITIONS
Expand Down
2 changes: 1 addition & 1 deletion python/lsst/obs/subaru/strayLight/formatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

from lsst.daf.butler.formatters.fileFormatter import FileFormatter
from lsst.daf.butler.formatters.file import FileFormatter

from .yStrayLight import SubaruStrayLightData

Expand Down