EnSpec / hytools

Hyperspectral image processing library
GNU General Public License v3.0
56 stars 25 forks source link

Example data missing #15

Open wenquchen opened 1 year ago

wenquchen commented 1 year ago

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']
adamchlus commented 1 year ago

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

wenquchen commented 1 year ago

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

oldmanye007 commented 1 year ago

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.