Skip to content

Commit

Permalink
add text
Browse files Browse the repository at this point in the history
  • Loading branch information
BehnazP committed Nov 11, 2018
1 parent 52dbdba commit 7af60b2
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 5 deletions.
38 changes: 36 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# DataBio
## Change detection for SAR and optical Data
For downloading software MADChange and WISHATChange based on the source code in the src folder check
For downloading software MADChange and WISHATChange based on the source code in the src folder check:

[Software](https://behnaz.pirzamanbin.name/PostDoc/)
Software: [Download](https://behnaz.pirzamanbin.name/PostDoc/)

The page contains:

1. MADChange
* MADChange_app_Linux
* MADChange_app_Windows
* MADChange_commandline_Linux
* MADChange_commandline_Windows
2. WISHARTChange
* WISHARTChange_app_Linux
* WISHARTChange_app_Windows
* WISHARTChange_commandline_Linux
* WISHARTChange_commandline_Windows
3. Test Data for WISHARTChange
4. Test Data for MADChange

Each of the folders in 1. and 2. contains
* Packaged_Installer
* Users

`Packaged_Installer` folder contains the `MATLAB Runtime` which you `must` install before using any of the software versions.

or

you can download the full MATLAB Runtime from
[MATLAB Runtime](https://se.mathworks.com/products/compiler/matlab-runtime.html)

In folder `Test Data for WISHARTChange` a time series of SAR data is available for diagonal dual polarization (VV and VH) in GeoTIFF format acquired from Google Earth Engine (GEE),

`detail`

`Test Data for MADChange` contains two time points of optical images with 4 bands (B2,B3,B4,B8) from GEE in two formats, GeoTIFF and ENVI with a header file.

For more specific detail, see the README.md files in each folders.
Binary file added Software_description.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/WISHARTChange/WiCHMain.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function WiCHMain(files,npols,pols_name,times_name,Nol,Pvalue,times,flag_size,fl
% {'C:\Download\201712.VV_0'},{'C:\Download\201712.VV_1'}
% {'C:\Download\201712.VH_0'},{'C:\Download\201712.VV_1'} and
% so on, the program support geotiff, envi and emi images
% npols a number represent the polarization
% npols a number represent the polarization type
% pols_name a char vector containing the name of polarization appear
% after the name of image following a dot
% Example: .VV .VH
Expand Down
4 changes: 2 additions & 2 deletions src/WISHARTChange/WishartChange.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
% images - a 4D matrix containing images (NxM) for P different polarization
% and T different time points; images (NxMxPxT)
% noL - number of looks for images
% pol - 9 = 'full',
% pol - 9 = 'full',
% 5 = 'azim',
% 4 = 'dual',
% 3 = 'fdiag',
% 2 = 'ddiag',
% 1 = 'single'%
% 1 = 'single'
% Output
% lnR - logarithm of test quantities Q and Rj,
% For example: ln(Q) is lnR(:,:,1),
Expand Down

0 comments on commit 7af60b2

Please sign in to comment.