Skip to content

Commit

Permalink
changed utilPhotometry to util_photometry (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
eacharles authored Nov 2, 2023
1 parent b24f63c commit ae6898f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"from rail.core.stage import RailStage\n",
"from rail.core.data import TableHandle\n",
"from rail.core.utils import find_rail_file\n",
"from rail.tools.utilPhotometry import LSSTFluxToMagConverter, Dereddener"
"from rail.tools.util_photometry import LSSTFluxToMagConverter, Dereddener"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/core_examples/hyperbolic_magnitude_test.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"import rail\n",
"from rail.core.data import TableHandle\n",
"from rail.core.stage import RailStage\n",
"from rail.tools.utilPhotometry import HyperbolicSmoothing, HyperbolicMagnitudes"
"from rail.tools.util_photometry import HyperbolicSmoothing, HyperbolicMagnitudes"
]
},
{
Expand Down

0 comments on commit ae6898f

Please sign in to comment.