Skip to content

Commit

Permalink
Comment only
Browse files Browse the repository at this point in the history
  • Loading branch information
dmilkie committed Oct 16, 2023
1 parent 1158810 commit bad68f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/synthetic.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def __init__(
self.n_modes = n_modes
self.order = order
self.refractive_index = refractive_index
self.lam_detection = lam_detection
self.lam_detection = lam_detection # wavelength in microns
self.na_detection = na_detection
self.batch_size = batch_size
self.x_voxel_size = x_voxel_size # desired voxel size
Expand Down

0 comments on commit bad68f9

Please sign in to comment.