[DebianGIS-dev] [SCM] mapready branch, master, updated. upstream/2.3.6-7-g897d0a5
Antonio Valentino
antonio.valentino at tiscali.it
Sun Jan 2 12:27:57 UTC 2011
The following commit has been merged in the master branch:
commit 82033ff10fd9c471bfd9535a0e3d009a422a231b
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date: Sat Jan 1 15:57:33 2011 +0100
Updated man pages
diff --git a/debian/changelog b/debian/changelog
index 2cb08f2..8c56715 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ mapready (2.3.17-1) unstable; urgency=low
* New upstream release
* Updated patches
* Removed eol.patch (fixed upstream)
+ * Updated man pages
- -- Antonio Valentino <antonio.valentino at tiscali.it> Sat, 01 Jan 2011 13:49:39 +0100
+ -- Antonio Valentino <antonio.valentino at tiscali.it> Sat, 01 Jan 2011 15:57:05 +0100
mapready (2.3.6-1) unstable; urgency=low
diff --git a/debian/man/asf_import.1 b/debian/man/asf_import.1
index f588529..ed7b280 100644
--- a/debian/man/asf_import.1
+++ b/debian/man/asf_import.1
@@ -23,7 +23,11 @@ asf_import \- program to import EO products into internal format
[\-azimuth-scale[=<scale>] | \-fix-meta-ypix[=<pixsiz>]]
.RI [-range-scale[=<scale>]
.RI [-complex]
-.RI [-metadata <file>]
+.RI [-metadata " <file>"]
+.RI [-interferogam " <file>"]
+.RI [-coherence " <file>"]
+.RI [-slave " <file>"]
+.RI [-baseline " <file>"]
.RI [-line " <start line subset>"]
.RI [-sample " <start sample subset>"]
.RI [-width " <subset width>"]
@@ -85,8 +89,8 @@ flag if you plan on statistical analysis)
.B -format <inputFormat>
Force input data to be read as the given format type. Valid formats
are "ceos", "stf", "geotiff", "airsar", "bil", "gridfloat", "vp",
-"polsarpro", "gamma", "alos_mosaic", "terrasar", "radarsat2" and
-"jaxa_L0". The "jaxa_L0" format refers to the ALOS AVNIR-2 Level 0
+"polsarpro", "gamma", "roipac", "alos_mosaic", "terrasar", "radarsat2"
+and "jaxa_L0". The "jaxa_L0" format refers to the ALOS AVNIR-2 Level 0
dataset format. "CEOS" is the default behavior.
.TP
.B -ancillary-file <file>
@@ -112,6 +116,24 @@ imported, e.g. a TIFF or GeoTIFF with an embedded color palette.
Allows the ingest of metadata that does not have the same basename
as the image data.
.TP
+.B -interferogram <file>
+Allows the ingest of an interferogram that is in the same geometry as
+the amplitude image that is ingested as the main file.
+Requires the format to be 'gamma' or 'roipac'.
+.TP
+.B -coherence <file>
+Allows the ingest of an coherence image that is in the same geometry
+as the amplitude image that is ingested as the main file.
+Requires the format to be 'gamma' or 'roipac'.
+.TP
+.B -slave <file>
+Defines the metadata of the interferometric slave image.
+Requires the format to be 'gamma' or 'roipac'.
+.TP
+.B -baseline <file>
+Provides baseline information of the interferometric pair.
+Requires the format to be 'gamma' or 'roipac'.
+.TP
.B -band <band_id | all>
If the data contains multiple data files, one for each band (channel)
then import the band identified by 'band_id' (only). If 'all' is
diff --git a/debian/man/asf_kml_overlay.1 b/debian/man/asf_kml_overlay.1
index f459c61..fd37273 100644
--- a/debian/man/asf_kml_overlay.1
+++ b/debian/man/asf_kml_overlay.1
@@ -3,7 +3,12 @@
asf_kml_overlay \- program to generate KML overlay from CEOS
.SH SYNOPSIS
.B asf_kml_overlay
-[\-terrain_correct <demFile> | \-refine_geolocation <demFile>]
+.RI [-reduction_factor " <factor>"]
+.RI [-transparency " <factor>"]
+.RI [-colormap " <look up table>"]
+.RI [-rgb " <red>,<green>,<blue>"]
+.RI [-polsarpro " <type>"]
+.RI [-band " <band name>"]
.RI [-log " <logFile>"]
.RI [-quiet]
.RI [-license]
@@ -13,22 +18,39 @@ asf_kml_overlay \- program to generate KML overlay from CEOS
.SH DESCRIPTION
The program
.B asf_kml_overlay
-can generate KML overlay files from CEOS level one data.
+can generate KML overlay files from ASF internal or PolSARPro data.
.PP
.SH ARGUMENTS
.TP
.B inFile
-The level one CEOS level one data file.
+The ASF internal or PolSARPro data file.
.TP
.B outFile
The basename of the KML overlay file.
.PP
.SH OPTIONS
-.B -terrain_correct <demFile>
-Terrain corrects the image with the DEM.
+.B -reduction_factor <factor>
+Defines the factor that the pixel size is multiplied to reduce the size
+of the output image.
.TP
-.B -refine_geolocation <demFile>
-Uses the DEM for refining the geolocation only.
+.B -transparency <factor>
+Defines the level of transparency of the overlay. Values range from 0
+to 100. The default value is 0.
+.TP
+.B -colormap <look up table>
+Defines the look up table that is applied to generate a color-coded
+output.
+.TP
+.B -rgb <red>,<green>,<blue>
+Defines the RGB channels to form a color output, e.g. from PolSARPro
+decompositions.
+.TP
+.B -polsarpro <type>
+Defines the type of PolSARPro image data.
+Values are: segmentation, decomposition and parameter.
+.TP
+.B -band <band name>
+Defines the band name to to used from a multi-band image.
.TP
.B -log <log file>
Output will be written to a specified log file.
diff --git a/debian/man/combine.1 b/debian/man/combine.1
index c1c929a..0a3eb5a 100644
--- a/debian/man/combine.1
+++ b/debian/man/combine.1
@@ -3,6 +3,7 @@
combine \- program to mosaic the input files together
.SH SYNOPSIS
.B combine
+.RI [-preference " <value>"]
.RI [-background " <value>"]
<outfile> <infile1> <infile2> ...
.SH DESCRIPTION
@@ -26,6 +27,12 @@ total size of all input images.
.PP
.SH OPTIONS
.TP
+.B -preference <value>
+Specifies a preference for the order the images are combined.
+Valied entries are: north, south, east, west, old, new.
+The value "north", for example, means the image with the center
+farthest to the north will be on top of the image stack.
+.TP
.B -b, -background <value>
Specifies a value to use for background pixels. If not given, 0 is used.
.TP
diff --git a/debian/man/make_overlay.1 b/debian/man/make_overlay.1
new file mode 100644
index 0000000..1b6fcde
--- /dev/null
+++ b/debian/man/make_overlay.1
@@ -0,0 +1,18 @@
+.TH MAKE_OVERLAY 1 "December 18, 2010"
+.SH NAME
+make_overlay \- program to make overlays
+.SH SYNOPSIS
+.B make_overlay
+<input file> <output file>
+.SH OPTIONS
+.TP
+.B -help
+Print a help page and exit.
+.SH SEE ALSO
+.BR mapready (1).
+.br
+.SH AUTHOR
+make_overlay was written by University of Alaska Fairbanks, Alaska Satellite Facility.
+.PP
+This manual page was written by Antonio Valentino <antonio.valentino at tiscali.it>,
+for the Debian project (and may be used by others).
diff --git a/debian/man/populate_meta_field.1 b/debian/man/populate_meta_field.1
new file mode 100644
index 0000000..16a1c05
--- /dev/null
+++ b/debian/man/populate_meta_field.1
@@ -0,0 +1,18 @@
+.TH POPULATE_META_FIELD 1 "December 18, 2010"
+.SH NAME
+populate_meta_field \- program to populate metadata fields
+.SH SYNOPSIS
+.B populate_meta_field
+<meta_file> <field_name> <value>
+.SH OPTIONS
+.TP
+.B -help
+Print a help page and exit.
+.SH SEE ALSO
+.BR mapready (1).
+.br
+.SH AUTHOR
+populate_meta_field was written by University of Alaska Fairbanks, Alaska Satellite Facility.
+.PP
+This manual page was written by Antonio Valentino <antonio.valentino at tiscali.it>,
+for the Debian project (and may be used by others).
diff --git a/debian/mapready.manpages b/debian/mapready.manpages
index f019651..43a9d28 100644
--- a/debian/mapready.manpages
+++ b/debian/mapready.manpages
@@ -22,12 +22,14 @@ debian/man/farcorr.1
debian/man/fftMatch.1
debian/man/fill_holes.1
debian/man/flip.1
+debian/man/make_overlay.1
debian/man/mapready.1
debian/man/mdv.1
debian/man/meta2envi.1
debian/man/metadata.1
debian/man/mosaic.1
debian/man/plan.1
+debian/man/populate_meta_field.1
debian/man/proj2proj.1
debian/man/refine_geolocation.1
debian/man/resample.1
--
The MapReady Remote Sensing Tool Kit
More information about the Pkg-grass-devel
mailing list