Skip to content

Commit

Permalink
Update Kbmod_Reference.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremykubica committed Feb 26, 2024
1 parent f937af8 commit 61c3eda
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion notebooks/Kbmod_Reference.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,10 @@
"outputs": [],
"source": [
"from kbmod.trajectory_generator import KBMODV1Search\n",
"gen = KBMODV1Search(10, 5, 15, 10, -0.1, 0.1) # velocity_steps, min_vel, max_vel, angle_steps, min_ang, max_ang, \n",
"\n",
"gen = KBMODV1Search(\n",
" 10, 5, 15, 10, -0.1, 0.1\n",
") # velocity_steps, min_vel, max_vel, angle_steps, min_ang, max_ang,\n",
"candidates = [trj for trj in gen]\n",
"print(f\"Created {len(candidates)} candidate trajectories per pixel.\")\n",
"\n",
Expand Down

0 comments on commit 61c3eda

Please sign in to comment.