Skip to content

Commit

Permalink
Merge pull request #23 from LSSTDESC/issue/22/utilPhotometry
Browse files Browse the repository at this point in the history
Moved utilPhotometry to util_photometry
  • Loading branch information
sschmidt23 authored Oct 26, 2023
2 parents babe935 + 0028406 commit 8b13147
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/rail/astro_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from rail.creation.degradation.spectroscopic_degraders import *
from rail.creation.degradation.spectroscopic_selections import *
from rail.creation.degradation.lsst_error_model import *
from rail.tools.utilPhotometry import *
from rail.tools.util_photometry import *
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/astro_tools/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
TableHandle,
)
from rail.core.stage import RailStage
from rail.tools.utilPhotometry import HyperbolicMagnitudes, HyperbolicSmoothing, PhotormetryManipulator, LSSTFluxToMagConverter, Dereddener
from rail.tools.util_photometry import HyperbolicMagnitudes, HyperbolicSmoothing, PhotormetryManipulator, LSSTFluxToMagConverter, Dereddener
from rail.core.utils import RAILDIR
#from rail.tools.utilStages import (
# LSSTFluxToMagConverter,
Expand Down

0 comments on commit 8b13147

Please sign in to comment.