Changes between Initial Version and Version 1 of chgkwval


Ignore:
Timestamp:
May 14, 2007, 11:10:28 AM (17 years ago)
Author:
mlucas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • chgkwval

    v1 v1  
     1=chgkkkwval =
     2{{{
     3Usage: chgkwval <keywordlist_file> <keyword> <value>
     4Changes the keyword value within the keyword list to value specified.
     5Example:   chgval band1.spec area.size "pixels 7689 8031"
     6Changes the keyword value of area.size to pixels 7689 8031
     7
     8Note 1:  Use no colon ":" after the keyword.
     9Note 2:  If the keyword is present in the keyword list it will
     10         be overwritten.
     11Note 3:  If the keyword is not in the keyword list it will be added.
     12Note 4:  Enclose value in double quotes if it is more than one string.
     13}}}