Giter Club home page Giter Club logo

Comments (10)

BarryBA avatar BarryBA commented on July 26, 2024

image
This is how I used the toolkit to process MODIS L1B data.

from mctk.

dawhite avatar dawhite commented on July 26, 2024

Yes, reflectance values should stay within the range of 0.0 to 1.0. MCTK uses the scale factor supplied by NASA with each HDF file to convert raw digital numbers to reflectance, so the issue is not with MCTK. What you're seeing is not uncommon, though. Many reflectance conversion algorithms overestimate or underestimate reflectance, so you will find values that fall below 0.0 or above 1.0 because they are using relatively simple approaches to solve a complex problem. Especially for Top of Atmosphere (TOA) reflectance, which is what NASA provides in Level 1B products.

from mctk.

BarryBA avatar BarryBA commented on July 26, 2024

Yes, reflectance values should stay within the range of 0.0 to 1.0. MCTK uses the scale factor supplied by NASA with each HDF file to convert raw digital numbers to reflectance, so the issue is not with MCTK. What you're seeing is not uncommon, though. Many reflectance conversion algorithms overestimate or underestimate reflectance, so you will find values that fall below 0.0 or above 1.0 because they are using relatively simple approaches to solve a complex problem. Especially for Top of Atmosphere (TOA) reflectance, which is what NASA provides in Level 1B products.

Ok, thanks for your reply.
What about the emissivity? what should the range of the emissivity be?
In my data, the emissivity of some bands is between 0~16.0. Is it common?

from mctk.

dawhite avatar dawhite commented on July 26, 2024

What you actually receive for the emissive bands is radiance data in Watts per square meter per micrometer per steradian (W/m2/um/sr), not emissivity, so values on the order of 16 is normal. Here are links to the MODIS L1B User's Guide and Algorithm Theoretical Basis Document where you can learn more about the emissive bands:

https://mcst.gsfc.nasa.gov/sites/default/files/file_attachments/M1054.pdf
https://mcst.gsfc.nasa.gov/sites/default/files/file_attachments/MODIS_L1B_ATBD_ver4.pdf

The use of "emissivity" in MCTK is a holdover from the early days of plugin development when I was debating how to label the conversion options and distinguish between the reflective and emissive bands. I should clarify that to avoid confusion over what MCTK actually outputs.

from mctk.

BarryBA avatar BarryBA commented on July 26, 2024

What you actually receive for the emissive bands is radiance data in Watts per square meter per micrometer per steradian (W/m2/um/sr), not emissivity, so values on the order of 16 is normal. Here are links to the MODIS L1B User's Guide and Algorithm Theoretical Basis Document where you can learn more about the emissive bands:

https://mcst.gsfc.nasa.gov/sites/default/files/file_attachments/M1054.pdf
https://mcst.gsfc.nasa.gov/sites/default/files/file_attachments/MODIS_L1B_ATBD_ver4.pdf

The use of "emissivity" in MCTK is a holdover from the early days of plugin development when I was debating how to label the conversion options and distinguish between the reflective and emissive bands. I should clarify that to avoid confusion over what MCTK actually outputs.

Ok, now I understand.
Based on the option seletion in the above screenshot, the reflective solar bands (RSB) will generate the top of the atmosphere (TOA) reflectance factors, while the thermal emissive bands (ESB) will generate the TOA radiances.
Thank you very much. A great help to me.

from mctk.

dawhite avatar dawhite commented on July 26, 2024

Yes. And I just noticed that you're apparently using a very old version of MCTK. It looks to be from 2008, which makes it more than ten years old. Please download and install the latest version from the Releases section. I've fixed a lot of bugs and performance issues over the years. https://github.com/dawhite/MCTK/releases

from mctk.

BarryBA avatar BarryBA commented on July 26, 2024

Yes. And I just noticed that you're apparently using a very old version of MCTK. It looks to be from 2008, which makes it more than ten years old. Please download and install the latest version from the Releases section. I've fixed a lot of bugs and performance issues over the years. https://github.com/dawhite/MCTK/releases

I used the new version of MCTK in ENVI software. But when I input the data, it prompt the error:
image
what's the problem?

from mctk.

dawhite avatar dawhite commented on July 26, 2024

Remove your old version, restart ENVI, and the error message should go away

from mctk.

BarryBA avatar BarryBA commented on July 26, 2024

Remove your old version, restart ENVI, and the error message should go away

Wow. Thanks a lot. It works now.
By the way, if we want to cite the toolkit MCTK in research papers, how to write?

from mctk.

dawhite avatar dawhite commented on July 26, 2024

There is no one set way to do it, since it depends on the publication style you're required to use, but in general you can use something this:

White, D. A. (2018). MODIS Conversion Toolkit Version 2.1.9. Retrieved from https://github.com/dawhite/MCTK.

from mctk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.