Talk:Atmospheric correction: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(use {{cmd|r.info}} inside <source>...>/source>?)
 
m (On using <source lang="bash" enclose=none>)
Line 1: Line 1:
Is it possible to use <nowiki>{{cmd|r.info}}</nowiki> inside <nowiki><source lang="bash">...</source></nowiki>?--[[User:NikosA|Nikos]] 02:33, 3 January 2013 (PST)
* '''Question:''' Is it possible to use <nowiki>{{cmd|r.info}}</nowiki> inside <nowiki><source lang="bash">...</source></nowiki>?--[[User:NikosA|Nikos]] 02:33, 3 January 2013 (PST)
** '''Answer:''' Well, the solution is to use the <nowiki>{{cmd|r.info}}</nowiki> outside of <nowiki><source lang="bash">...</source></nowiki> and then, immediately use <source lang="bash" enclose=none>...</source> to enclose the code of interest. --[[User:NikosA|Nikos A]] 06:39, 22 January 2013 (PST)
 
* Removed piece of text from the page, dropped here just in case.--[[User:NikosA|Nikos A]] 06:39, 22 January 2013 (PST)
Lλ = ((LMAXλ - LMINλ)/(QCALMAX-QCALMIN)) * (QCAL-QCALMIN) + LMINλ

Revision as of 14:39, 22 January 2013

  • Question: Is it possible to use {{cmd|r.info}} inside <source lang="bash">...</source>?--Nikos 02:33, 3 January 2013 (PST)
    • Answer: Well, the solution is to use the {{cmd|r.info}} outside of <source lang="bash">...</source> and then, immediately use ... to enclose the code of interest. --Nikos A 06:39, 22 January 2013 (PST)
  • Removed piece of text from the page, dropped here just in case.--Nikos A 06:39, 22 January 2013 (PST)
Lλ = ((LMAXλ - LMINλ)/(QCALMAX-QCALMIN)) * (QCAL-QCALMIN) + LMINλ