Skip to content

Commit

Permalink
add in examples and how to generate them
Browse files Browse the repository at this point in the history
  • Loading branch information
misko committed Dec 20, 2023
1 parent 890ea62 commit 1bcb87a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file added images/session_generated_data_dec2023.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions images/session_generated_data_dec2023.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
python ./model_training_and_inference/01_generate_data.py --array-type linear --elements 2 --time-steps 2056
python model_training_and_inference/90_session_plotter.py --dataset sessions-default --session-idx 2000 --steps 128
2 changes: 1 addition & 1 deletion spf/model_training_and_inference/utils/spf_generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def generate_session(args_and_session_idx):
d = ULADetector(
args.sampling_frequency,
args.elements,
wavelength / 2,
wavelength / 4,
sigma=detector_noise,
) # 10Mhz sampling
elif args.array_type == "circular":
Expand Down

0 comments on commit 1bcb87a

Please sign in to comment.