Skip to content

Commit

Permalink
Fix recipe4 (#97)
Browse files Browse the repository at this point in the history
* FIX: fix recipe4.ipynb, try always have 24 fitting volumes
* FIX: fix recipe4.ipynb
  • Loading branch information
kmuehlbauer authored Nov 6, 2024
1 parent 387ae17 commit fdfd28f
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions notebooks/workflow/recipe4.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -207,32 +207,6 @@
"volume_velocity = volume_velocity.reshape(-1, 10).T"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"volume_reflectivity"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"volume_reflectivity = sorted(\n",
" volume_reflectivity, key=lambda x: x[0].split(\"-\")[1].split(\"_\")[-1]\n",
")\n",
"volume_reflectivity = volume_reflectivity[5:] + volume_reflectivity[:5]\n",
"volume_velocity = sorted(\n",
" volume_velocity, key=lambda x: x[0].split(\"-\")[1].split(\"_\")[-1]\n",
")\n",
"volume_velocity = volume_velocity[5:] + volume_velocity[:5]\n",
"len(volume_reflectivity)"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit fdfd28f

Please sign in to comment.