Skip to content

Commit a037bd4

Browse files
committed
update README, add file about 'goal and features', and 'releases changes' file
1 parent 9ac7dd3 commit a037bd4

File tree

3 files changed

+73
-19
lines changed

3 files changed

+73
-19
lines changed

CHANGES.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Release 1.02 (11 June 2021) -- compared to 1.01
2+
----------------------------------------------
3+
* Fix bug about profiles flags set to ON which were lost (i.e. set to OFF) for the box shown after a computation run (never the first run)
4+
* Fix the rejection of values > 999.999, from Ui, for micmac step values and spatial resolution
5+
* Improve micmac step values and spatial resolution numeric format compliance check from .jstackprof
6+
* Reject thresholdRejection values from .jstackprof below 0 or greater than 999.999 and add numeric format compliance check
7+
* Fix the display of valid reloaded threshold value and button state if an invalid value was typed and Cancel button used
8+
9+
Release 1.01 (30 May 2021) -- compared to 1.0
10+
--------------------------------------------------
11+
* Fix the behavior after usage of 'set pixel conversion factors'
12+
The application now considers correctly when no change was made about it, instead of considering as always changed
13+
14+
Release 1.0 (28 May 2021)
15+
--------------------------------------------------
16+
Initial commit. No Tag.

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
2-
StackProf
3-
=========
4-
5-
This repository contains:
6-
7-
- Stackprof application source code
8-
- Unit tests source code about stackprof and linked tools
9-
- Documentation to build and deliver the application for linux and macOS target
10-
- Documentation about the source code
11-
- Third party libraries licenses
12-
13-
Stackprof binaries are located in this repository: https://github.com/IPGP/stackprof
14-
These are:
15-
- Stackprof application binaries for Linux and macOS target
16-
- User guide
17-
- application input/ouput files description
18-
- input data and images for stackprof unit tests
19-
1+
2+
StackProf
3+
=========
4+
5+
This repository contains:
6+
7+
- Stackprof application source code
8+
- Unit tests source code about stackprof and linked tools
9+
- Documentation to build and deliver the application for linux and macOS target
10+
- Documentation about the source code
11+
- Source code license
12+
- Third party libraries licenses
13+
14+
Stackprof binaries are located in another repository: https://github.com/IPGP/stackprof
15+
These are:
16+
- Stackprof application binaries for linux and macOS target
17+
- User guide (French)
18+
- Application's files format description (English): traces, project and measures export
19+
- Input data and images for stackprof tests and unit tests

goal_and_features.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
2+
3+
### StackProf
4+
5+
#### Goal
6+
7+
The main goal of stackprof is to compute stacked profiles on displacement maps (with two components or just one) and provide graphic view on profiles to perform measurements. Its main target is to make measurements along seismic fault.
8+
9+
#### Main features
10+
11+
- Flexible view of input images or displacement maps: adjustable window size, move/zoom/center on a point, etc.
12+
- Edit one or more traces over an image or a displacement map
13+
- Add oriented stacked profile boxes along a trace using automatic distributions. Two methods available:
14+
- Boxes as close to each other as possible
15+
- Set distance between box centers
16+
- Add/move/resize/remove any oriented stacked profile boxes along a trace
17+
- Reversible profile orientation
18+
- Possible usage of correlation score map to compute weighted mean or weighted median
19+
- Filter values according to a threshold on correlation score map
20+
- Flexible view of computed stacked profiles curves:
21+
- adjustable window size
22+
- up to three computed components displayed at the same time (Perpendicular, Parallel, deltaZ), sharing same y-axis range or not.
23+
- Adjustable profile center position for the offset measurement (in addition to left and right sides around the profile center)
24+
- Geo referencing:
25+
- converts trace to match project if required
26+
- displays and exports WGS84 locations
27+
- Export results in ASCII and json
28+
29+
With:
30+
31+
- up to 100 000 x 100 000 pixels input images
32+
- get nearest pixel or 2x2 square of surrounding pixels to get pixel values for computation
33+
- Set pixel value conversion factor ('MicMac step value' and spatial resolution)
34+
- Possible exponentiation from 2 to 6 for weight to compute weighted mean or weighted median
35+
- Adjustable color and width of computed stacked profiles curves items
36+
- Flag any profile to filter them at export or other purpose
37+
- Edit and export trace from project
38+

0 commit comments

Comments
 (0)