Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
nenasedk authored Dec 12, 2024
1 parent 096b468 commit 8706c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Without using astropy units::
import radiation_unit_conversion.units as units

flambda_spectrum = np.linspace(1,10,10) # W/m^2/micron
wavelength = np.linspace(1,5,10) #
wavelength = np.linspace(1,5,10) # micron
fnu_spectrum = units.watt_metersquared_micron2jansky(flambda_spectrum, wavelength)

License
Expand Down

0 comments on commit 8706c2e

Please sign in to comment.