ASP output files#
What key files in an ASP run directory means. Most are named with a RUN_PREFIX- followed by a fixed suffix. This is not every file, just those we are most interested in.
After bundle_adjust -o ba/run#
File |
Contents |
|---|---|
|
Final matches between images (binary) |
|
Per-match reprojection residuals before optimization |
|
…after optimization |
|
Per-image camera adjustment (small text file) |
|
Full log; ASP version, command line, runtime |
After mapproject#
File |
Contents |
|---|---|
|
Image resampled onto reference DEM grid |
After parallel_stereo -o stereo/run#
File |
Contents |
|---|---|
|
Point cloud (4-band: x, y, z, intersection error) |
|
Final disparity map (after subpixel refinement) |
|
Integer disparity (preprocessing step output) |
|
Subpixel-refined disparity |
|
Preprocessed left/right images |
|
Per-image masks |
|
Where matching succeeded (1) vs failed (0) |
|
Snapshot of stereo parameters used |
|
Per-stage log files |
After point2dem#
File |
Contents |
|---|---|
|
The DEM. Single-band float32, georeferenced. |
|
Orthoimage at the same grid (if |
|
Intersection error gridded onto the DEM (if |
|
Log |
After pc_align#
File |
Contents |
|---|---|
|
Source point cloud after alignment (in reference frame) |
|
4×4 rigid transformation matrix |
|
Inverse, for going back |
|
Log with begin/end percentile errors |