Needing more explanation? [on hold]Other ideas on flaash?Explaining ENVI equations?

Accidentally leaked the solution to an assignment, what to do now? (I'm the prof)

How much of data wrangling is a data scientist's job?

Is it unprofessional to ask if a job posting on GlassDoor is real?

LaTeX: Why are digits allowed in environments, but forbidden in commands?

Do infinite dimensional systems make sense?

I'm flying to France today and my passport expires in less than 2 months

Could an aircraft fly or hover using only jets of compressed air?

Which country benefited the most from UN Security Council vetoes?

Why can't I see bouncing of switch on oscilloscope screen?

When a company launches a new product do they "come out" with a new product or do they "come up" with a new product?

Can I ask the recruiters in my resume to put the reason why I am rejected?

What's the output of a record needle playing an out-of-speed record

Is it legal for company to use my work email to pretend I still work there?

Are astronomers waiting to see something in an image from a gravitational lens that they've already seen in an adjacent image?

Important Resources for Dark Age Civilizations?

Maximum likelihood parameters deviate from posterior distributions

High voltage LED indicator 40-1000 VDC without additional power supply

Is it possible to do 50 km distance without any previous training?

How do I deal with an unproductive colleague in a small company?

dbcc cleantable batch size explanation

Why are electrically insulating heatsinks so rare? Is it just cost?

Perform and show arithmetic with LuaLaTeX

How can I prevent hyper evolved versions of regular creatures from wiping out their cousins?

Is it possible to run Internet Explorer on OS X El Capitan?



Needing more explanation? [on hold]


Other ideas on flaash?Explaining ENVI equations?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








-4















Why do we use this comparison with the numbers 0; 10000 and ... I do not understand these values.



What are they for?



In this equation (b1 the 0) * 0 + (b1 ge 10000) * 1 + (b1 gt 0 and b1 lt 10000) * float (b1) / 10000 b1.



Is the value 10000 why is it used here?



Similarly for 0 and 1. Why do we compare them with band 1?



This has nothing to do with my previous question, whose answers have been given in half.










share|improve this question









New contributor




alexandra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











put on hold as unclear what you're asking by J.R, Erik, Vince, Andre Silva, Spacedman Apr 2 at 13:28


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.













  • 1





    Possible duplicate of Explaining ENVI equations

    – Erik
    Apr 2 at 12:11






  • 1





    Welcome to GIS SE. As a new user, please take the Tour. Unfortunately, GIS SE is an English language forum. Please make use of translation software to post questions (you can leave the original French for reference). Please qualify how this is different from your previous point and include a link to the reference from which you are working.

    – Vince
    Apr 2 at 12:23











  • Possible reference (takes a while to load): apfnet.cn/en/uploads/file/20171113/1510562479730765.pdf. The equation in this document is given as part of a section called "Post FLAASH equation" and states "For the positive Digital number’s value use following equation (B1 le 0)*0+(B1 ge 10000)*1+(B1 gt 0 and B1 lt 10000)*float (b1)/10000"

    – smiller
    Apr 2 at 14:20












  • Per a comment on researchgate.net/post/…, this band math is used to eliminate negative values. That's as far as I can get without more information. Please include your reference.

    – smiller
    Apr 2 at 14:35











  • As per the Tour there should be only one question asked per question.

    – PolyGeo
    Apr 2 at 20:59

















-4















Why do we use this comparison with the numbers 0; 10000 and ... I do not understand these values.



What are they for?



In this equation (b1 the 0) * 0 + (b1 ge 10000) * 1 + (b1 gt 0 and b1 lt 10000) * float (b1) / 10000 b1.



Is the value 10000 why is it used here?



Similarly for 0 and 1. Why do we compare them with band 1?



This has nothing to do with my previous question, whose answers have been given in half.










share|improve this question









New contributor




alexandra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











put on hold as unclear what you're asking by J.R, Erik, Vince, Andre Silva, Spacedman Apr 2 at 13:28


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.













  • 1





    Possible duplicate of Explaining ENVI equations

    – Erik
    Apr 2 at 12:11






  • 1





    Welcome to GIS SE. As a new user, please take the Tour. Unfortunately, GIS SE is an English language forum. Please make use of translation software to post questions (you can leave the original French for reference). Please qualify how this is different from your previous point and include a link to the reference from which you are working.

    – Vince
    Apr 2 at 12:23











  • Possible reference (takes a while to load): apfnet.cn/en/uploads/file/20171113/1510562479730765.pdf. The equation in this document is given as part of a section called "Post FLAASH equation" and states "For the positive Digital number’s value use following equation (B1 le 0)*0+(B1 ge 10000)*1+(B1 gt 0 and B1 lt 10000)*float (b1)/10000"

    – smiller
    Apr 2 at 14:20












  • Per a comment on researchgate.net/post/…, this band math is used to eliminate negative values. That's as far as I can get without more information. Please include your reference.

    – smiller
    Apr 2 at 14:35











  • As per the Tour there should be only one question asked per question.

    – PolyGeo
    Apr 2 at 20:59













-4












-4








-4








Why do we use this comparison with the numbers 0; 10000 and ... I do not understand these values.



What are they for?



In this equation (b1 the 0) * 0 + (b1 ge 10000) * 1 + (b1 gt 0 and b1 lt 10000) * float (b1) / 10000 b1.



Is the value 10000 why is it used here?



Similarly for 0 and 1. Why do we compare them with band 1?



This has nothing to do with my previous question, whose answers have been given in half.










share|improve this question









New contributor




alexandra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












Why do we use this comparison with the numbers 0; 10000 and ... I do not understand these values.



What are they for?



In this equation (b1 the 0) * 0 + (b1 ge 10000) * 1 + (b1 gt 0 and b1 lt 10000) * float (b1) / 10000 b1.



Is the value 10000 why is it used here?



Similarly for 0 and 1. Why do we compare them with band 1?



This has nothing to do with my previous question, whose answers have been given in half.







flaash






share|improve this question









New contributor




alexandra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




alexandra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited Apr 2 at 20:58









PolyGeo

53.9k1781245




53.9k1781245






New contributor




alexandra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Apr 2 at 11:47









alexandraalexandra

11




11




New contributor




alexandra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





alexandra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






alexandra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




put on hold as unclear what you're asking by J.R, Erik, Vince, Andre Silva, Spacedman Apr 2 at 13:28


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.









put on hold as unclear what you're asking by J.R, Erik, Vince, Andre Silva, Spacedman Apr 2 at 13:28


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.









  • 1





    Possible duplicate of Explaining ENVI equations

    – Erik
    Apr 2 at 12:11






  • 1





    Welcome to GIS SE. As a new user, please take the Tour. Unfortunately, GIS SE is an English language forum. Please make use of translation software to post questions (you can leave the original French for reference). Please qualify how this is different from your previous point and include a link to the reference from which you are working.

    – Vince
    Apr 2 at 12:23











  • Possible reference (takes a while to load): apfnet.cn/en/uploads/file/20171113/1510562479730765.pdf. The equation in this document is given as part of a section called "Post FLAASH equation" and states "For the positive Digital number’s value use following equation (B1 le 0)*0+(B1 ge 10000)*1+(B1 gt 0 and B1 lt 10000)*float (b1)/10000"

    – smiller
    Apr 2 at 14:20












  • Per a comment on researchgate.net/post/…, this band math is used to eliminate negative values. That's as far as I can get without more information. Please include your reference.

    – smiller
    Apr 2 at 14:35











  • As per the Tour there should be only one question asked per question.

    – PolyGeo
    Apr 2 at 20:59












  • 1





    Possible duplicate of Explaining ENVI equations

    – Erik
    Apr 2 at 12:11






  • 1





    Welcome to GIS SE. As a new user, please take the Tour. Unfortunately, GIS SE is an English language forum. Please make use of translation software to post questions (you can leave the original French for reference). Please qualify how this is different from your previous point and include a link to the reference from which you are working.

    – Vince
    Apr 2 at 12:23











  • Possible reference (takes a while to load): apfnet.cn/en/uploads/file/20171113/1510562479730765.pdf. The equation in this document is given as part of a section called "Post FLAASH equation" and states "For the positive Digital number’s value use following equation (B1 le 0)*0+(B1 ge 10000)*1+(B1 gt 0 and B1 lt 10000)*float (b1)/10000"

    – smiller
    Apr 2 at 14:20












  • Per a comment on researchgate.net/post/…, this band math is used to eliminate negative values. That's as far as I can get without more information. Please include your reference.

    – smiller
    Apr 2 at 14:35











  • As per the Tour there should be only one question asked per question.

    – PolyGeo
    Apr 2 at 20:59







1




1





Possible duplicate of Explaining ENVI equations

– Erik
Apr 2 at 12:11





Possible duplicate of Explaining ENVI equations

– Erik
Apr 2 at 12:11




1




1





Welcome to GIS SE. As a new user, please take the Tour. Unfortunately, GIS SE is an English language forum. Please make use of translation software to post questions (you can leave the original French for reference). Please qualify how this is different from your previous point and include a link to the reference from which you are working.

– Vince
Apr 2 at 12:23





Welcome to GIS SE. As a new user, please take the Tour. Unfortunately, GIS SE is an English language forum. Please make use of translation software to post questions (you can leave the original French for reference). Please qualify how this is different from your previous point and include a link to the reference from which you are working.

– Vince
Apr 2 at 12:23













Possible reference (takes a while to load): apfnet.cn/en/uploads/file/20171113/1510562479730765.pdf. The equation in this document is given as part of a section called "Post FLAASH equation" and states "For the positive Digital number’s value use following equation (B1 le 0)*0+(B1 ge 10000)*1+(B1 gt 0 and B1 lt 10000)*float (b1)/10000"

– smiller
Apr 2 at 14:20






Possible reference (takes a while to load): apfnet.cn/en/uploads/file/20171113/1510562479730765.pdf. The equation in this document is given as part of a section called "Post FLAASH equation" and states "For the positive Digital number’s value use following equation (B1 le 0)*0+(B1 ge 10000)*1+(B1 gt 0 and B1 lt 10000)*float (b1)/10000"

– smiller
Apr 2 at 14:20














Per a comment on researchgate.net/post/…, this band math is used to eliminate negative values. That's as far as I can get without more information. Please include your reference.

– smiller
Apr 2 at 14:35





Per a comment on researchgate.net/post/…, this band math is used to eliminate negative values. That's as far as I can get without more information. Please include your reference.

– smiller
Apr 2 at 14:35













As per the Tour there should be only one question asked per question.

– PolyGeo
Apr 2 at 20:59





As per the Tour there should be only one question asked per question.

– PolyGeo
Apr 2 at 20:59










0






active

oldest

votes

















0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

រឿង រ៉ូមេអូ និង ហ្ស៊ុយលីយេ សង្ខេបរឿង តួអង្គ បញ្ជីណែនាំ

QGIS export composer to PDF scale the map [closed] Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Print Composer QGIS 2.6, how to export image?QGIS 2.8.1 print composer won't export all OpenCycleMap base layer tilesSave Print/Map QGIS composer view as PNG/PDF using Python (without changing anything in visible layout)?Export QGIS Print Composer PDF with searchable text labelsQGIS Print Composer does not change from landscape to portrait orientation?How can I avoid map size and scale changes in print composer?Fuzzy PDF export in QGIS running on macSierra OSExport the legend into its 100% size using Print ComposerScale-dependent rendering in QGIS PDF output

PDF-ში გადმოწერა სანავიგაციო მენიუproject page