home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / NETWORK / netpbm_docs.lzh / NETPBM / DOCS / spottopgm.1 < prev    next >
Text File  |  1996-11-18  |  2KB  |  48 lines

  1. .TH spottopgm 1L
  2. .SH NAME
  3. spottopgm \- convert SPOT satellite images to Portable Greymap format
  4. .SH SYNTAX
  5. spottopgm [\-1|2|3] [Firstcol Firstline Lastcol Lastline] inputfile
  6. .SH OPTIONS
  7. .TP 8
  8. .B \-1|2|3
  9. Extract the given colour from the SPOT image. The colours are infra-red,
  10. visible light and ultra-violet, although I don't know which corresponds
  11. to which number. If the image is in colour, this will be announced on
  12. standard error. The default colour is 1.
  13. .TP
  14. .B Firstcol Firstline Lastcol Lastline
  15. Extract the specified rectangle from the SPOT image. Most SPOT images are
  16. 3000 lines long and 3000 or more columns wide. Unfortunately the SPOT format
  17. only gives the width and not the length. The width is printed on standard
  18. error. The default rectangle is the width of the input image by 3000 lines.
  19. .SH DESCRIPTION
  20. .I Spottopgm
  21. converts the named
  22. .B inputfile
  23. into Portable Greymap format, defaulting to the first color and the whole
  24. SPOT image unless specified by the options.
  25. .SH INSTALLATION
  26. You
  27. .B must
  28. edit the source program and either define BIG\_ENDIAN or LITTLE\_ENDIAN,
  29. and fix the typedefs for uint32\_t, uint16\_t and uint8\_t appropriately.
  30. .SH BUGS
  31. Currently
  32. .I spottopgm
  33. doesn't determine the length of the input file; this would involve two
  34. passes over the input file. It defaults to 3000 lines instead.
  35. .PP
  36. .I Spottopgm
  37. could extract a three-color image (ppm), but I didn't feel like making the
  38. program more complicated than it is now. Besides, there is no one-to-one
  39. correspondence between red, green, blue and infra-red, visible and
  40. ultra-violet.
  41. .PP
  42. I've only had a limited number of SPOT images to play with, and therefore
  43. wouldn't guarantee that this will work on any other images.
  44. .SH AUTHOR
  45. Warren Toomey  wkt@csadfa.cs.adfa.oz.au
  46. .SH SEE ALSO
  47. The rest of the Pbmplus suite.
  48.