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

Does detail obscure or enhance action?

What's that red-plus icon near a text?

What do the dots in this tr command do: tr .............A-Z A-ZA-Z <<< "JVPQBOV" (with 13 dots)

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

strTok function (thread safe, supports empty tokens, doesn't change string)

Client team has low performances and low technical skills: we always fix their work and now they stop collaborate with us. How to solve?

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

How to format long polynomial?

"You are your self first supporter", a more proper way to say it

How to draw a waving flag in TikZ

What is the word for reserving something for yourself before others do?

Why is Minecraft giving an OpenGL error?

Do I have a twin with permutated remainders?

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

NMaximize is not converging to a solution

How to efficiently unroll a matrix by value with numpy?

Can you really stack all of this on an Opportunity Attack?

Malcev's paper "On a class of homogeneous spaces" in English

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

Approximately how much travel time was saved by the opening of the Suez Canal in 1869?

Why do I get two different answers for this counting problem?

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

What does it mean to describe someone as a butt steak?

LWC SFDX source push error TypeError: LWC1009: decl.moveTo is not a function



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