Skip to content

Commit

Permalink
making the stars brighter
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbhughes committed Dec 3, 2024
1 parent 13a9eb8 commit 2eac1f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions simpunch/level2.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def add_starfield_polarized(input_collection: NDCollection, polfactor: tuple = (
input_data.data.shape)

starfield, stars = generate_starfield(wcs_stellar_input, input_data.data.shape,
flux_set=10*2.0384547E-9, fwhm=3, dimmest_magnitude=12,
flux_set=100*2.0384547E-9, fwhm=3, dimmest_magnitude=12,
noise_mean=None, noise_std=None)

starfield_data = np.zeros(input_data.data.shape)
Expand Down Expand Up @@ -238,7 +238,7 @@ def add_starfield_clear(input_data: NDCube) -> NDCube:
input_data.data.shape)

starfield, stars = generate_starfield(wcs_stellar_input, input_data.data[:, :].shape,
flux_set=10*2.0384547E-9,
flux_set=100*2.0384547E-9,
fwhm=3, dimmest_magnitude=12,
noise_mean=None, noise_std=None)

Expand Down

0 comments on commit 2eac1f2

Please sign in to comment.