hytools icon indicating copy to clipboard operation
hytools copied to clipboard

Example data missing

Open wenquchen opened this issue 3 years ago • 3 comments

Hello there, thanks a lot for sharing this great codebase! I am currently trying to run your example notebook. Do you mind sharing the following files with me? Much appreciate!

  1. [envi_image= '/data/yose/f130612t01p00r10_rfl_v1a_img_clip']
  2. ['/data/yose/f130612t01p00r10rdn_e_obs_ort_clip']

wenquchen avatar Jan 15 '23 05:01 wenquchen

Hi wenquchen,

Here are links to the full flightlines which can be used in place of the clipped images:

Reflectance image https://popo.jpl.nasa.gov/avcl/y13_data/f130612t01p00r10_refl.tar.gz

Obs_ort https://popo.jpl.nasa.gov/avcl/y13_data/f130612t01p00r10.tar.gz

-Adam

adamchlus avatar Jan 17 '23 19:01 adamchlus

Thank you so much for sharing the example data. Could you please also share the 'img_topo_coeffs_full.json' and 'img_brdf_coeffs_full.json' files with me?

  1. [topo_coeffs = '/data/yose/f130612t01p00r10_rfl_v1a_img_topo_coeffs_full.json']
  2. [brdf_coeffs = '/data/yose/f130612t01p00r10_rfl_v1a_img_brdf_coeffs_full.json']

Many thanks, Wenqu

wenquchen avatar Jan 17 '23 22:01 wenquchen

These two coefficients files can be generated by image_correct_json_generate.py and image_correct.py .

If you can get access to Google Colab, here is a notebook example.

oldmanye007 avatar Jan 18 '23 00:01 oldmanye007