ASFOpenSARlab / opensarlab_MintPy_Recipe_Book

A Jupyter-Book containing data recipes for creating HyP3 Sentinel-1 IINSAR_GAMMA and INSAR_ISCE_BURST Small Baseline Subset (SBAS) Time Series Analyses with MintPy
BSD 3-Clause "New" or "Revised" License
20 stars 7 forks source link

NameError: name 'product_type' is not defined #9

Closed iykman360 closed 4 months ago

iykman360 commented 4 months ago

Notebook name Which notebook contains the bug? Access_Hyp3_Data.ipynb

Describe the bug A clear and concise description of what the bug is. Whenever i run section 8, i get this nameError: name 'product_type' is not defined

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem. ![Uploading error.PNG…]()

Are you running locally or in OpenSARLab?

System Info (If not working in OpenSARLab):

Data Details of your InSAR SBAS stack, if applicable to your problem:

Additional context Add any other context about the problem here.

Alex-Lewandowski commented 4 months ago

Hi @iykman360, It looks like the code cell that defines product_type may have been inadvertently skipped or deleted. It is the cell immediately prior to the cell producing the error, and contains a single line of code: image

If you are working in OpenSARLab and you think some code cells may have been deleted, you can pull in a fresh copy by deleting the notebook and restarting your OpenSARLab server. The notebook repositories are synced upon start up.

iykman360 commented 4 months ago

Thank you so much Alex, This worked!!!

On Tue, Jun 18, 2024 at 2:14 AM Alex-Lewandowski @.***> wrote:

Hi @iykman360 https://github.com/iykman360, It looks like the code cell that defines product_type may have been inadvertently skipped or deleted. It is the cell immediately prior to the cell producing the error, and contains a single line of code: image.png (view on web) https://github.com/ASFOpenSARlab/opensarlab_MintPy_Recipe_Book/assets/37909088/46afaa56-3837-4637-a2bf-e1fc11cf4146

If you are working in OpenSARLab and you think some code cells may have been deleted, you can pull in a fresh copy by deleting the notebook and restarting your OpenSARLab server. The notebook repositories are synced upon start up.

— Reply to this email directly, view it on GitHub https://github.com/ASFOpenSARlab/opensarlab_MintPy_Recipe_Book/issues/9#issuecomment-2173818730, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6OOMHETAGP4G4TRKZQUA7TZH4DOJAVCNFSM6AAAAABJLRO2B2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNZTHAYTQNZTGA . You are receiving this because you were mentioned.Message ID: @.*** com>

Alex-Lewandowski commented 4 months ago

Closing as resolved.