From d06e8ef37fbe6594a5cd73a1c897a816db99f35c Mon Sep 17 00:00:00 2001 From: giraffedata Date: Wed, 24 Jun 2020 02:17:11 +0000 Subject: miscellaneous update git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@3864 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- spottopgm.html | 98 ++++++++++++++++++++++++++++------------------------------ 1 file changed, 47 insertions(+), 51 deletions(-) (limited to 'spottopgm.html') diff --git a/spottopgm.html b/spottopgm.html index ff51fbac..fe657c99 100644 --- a/spottopgm.html +++ b/spottopgm.html @@ -1,33 +1,35 @@ -Spottopgm User Manual - -

spottopgm

+Spottopgm User Manual + +

spottopgm

Updated: 22 July 2004 -
-Table Of Contents +
+Table Of Contents -  -

NAME

+

NAME

spottopgm - convert SPOT satellite images to a PGM image -  -

SYNTAX

+

SYNOPSIS

spottopgm [-1|-2|-3] [Firstcol Firstline Lastcol Lastline] inputfile -  -

OPTIONS

+

OPTIONS

-
-
-1 -
-2 -
-3 +

In addition to the options common to all programs based on libnetpbm +(most notably -quiet, see +Common Options), spottopgm recognizes the following +command line options: -

Extract the given color from the SPOT image. The colors are +
+
-1 +
-2 +
-3 + +
Extract the given color from the SPOT image. The colors are infrared, visible light, and ultraviolet, although I don't know which corresponds to which number. If the image is in color, spottopgm announces this on Standard Error. The default color @@ -36,67 +38,61 @@ is 1.
-  -

PARAMETERS

-
+

PARAMETERS

+
-
Firstcol Firstline Lastcol Lastline +
Firstcol Firstline Lastcol Lastline -
Extract the specified rectangle from the SPOT image. Most SPOT +
Extract the specified rectangle from the SPOT image. Most SPOT images are 3000 lines long and 3000 or more columns wide. Unfortunately, the SPOT format only gives the width and not the length. The width is printed on standard error. The default rectangle is the width of the input image by 3000 lines. -
+
-  -

DESCRIPTION

+

DESCRIPTION

This program is part of Netpbm. -spottopgm converts the named inputfile to PGM format, +spottopgm converts the named inputfile to PGM format, defaulting to the first color and the whole SPOT image unless you specify otherwise with the options. -  -

LIMITATIONS

+

LIMITATIONS

-

spottopgm doesn't determine the length of the input file; +

spottopgm doesn't determine the length of the input file; this would involve two passes over the input file. It defaults to 3000 lines instead. -

spottopgm could extract a three-color image (as a PPM), but +

spottopgm could extract a three-color image (as a PPM), but I didn't feel like making the program more complicated than it is now. Besides, there is no one-to-one correspondence between red, green, blue and infrared, visible and ultraviolet. -

I've had only a limited number of SPOT images to play with, and +

I've had only a limited number of SPOT images to play with, and therefore wouldn't guarantee that this will work on any other images. -  -

AUTHOR

+

AUTHOR

-Warren Toomey wkt@csadfa.cs.adfa.oz.au +Warren Toomey wkt@csadfa.cs.adfa.oz.au -  -

SEE ALSO

+

SEE ALSO

-

pgm +

pgm -


-  -

Table Of Contents

- - - +
+

Table Of Contents

+ + + -- cgit 1.4.1