-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
34 additions
and
17 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package Correlescence; | ||
|
||
public interface ConstantsCorrelescence { | ||
public static final String sVersion="0.0.5"; | ||
public static final String sVersion="0.0.6"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
Plugins>Correlescence v0.0.5, "2D cross-correlation", Correlescence.Correlescence2D | ||
Plugins>Correlescence v0.0.5, "2D STICS (space, time)", Correlescence.Corr2DSTICS | ||
Plugins>Correlescence v0.0.5, "1D STICS (space, time)", Correlescence.Corr1DSTICS | ||
Plugins>Correlescence v0.0.5, "Temporal ICS", Correlescence.Temporal_ICS | ||
Plugins>Correlescence v0.0.5, "FRFT", Correlescence.FRFT_test | ||
Plugins>Correlescence v0.0.5>_FFT tools, "2D FFT basics", Correlescence.FFTtoolsUI("2DFFT") | ||
Plugins>Correlescence v0.0.5>_FFT tools, "Periodic-plus-smooth decomposition", Correlescence.FFTtoolsUI("periodicsmooth") | ||
Plugins>Correlescence v0.0.5>_Development, "Anglelets sector", Correlescence.AngleletsFront("sector") | ||
Plugins>Correlescence v0.0.5>_Development, "Anglelets decompose", Correlescence.AngleletsFront("decompose") | ||
Plugins>Correlescence v0.0.5>_Development, "Split kymograph", Correlescence.KymoSplit | ||
Plugins>Correlescence v0.0.5>_Development, "Split movie", Correlescence.MovieSplit | ||
Plugins>Correlescence v0.0.5>_Development, "Generate artificial kymograph", Correlescence.KymographGenerator | ||
Plugins>Correlescence v0.0.5>_Development, "Particle number from kymograph", Correlescence.KymoPatNumberFCS | ||
Plugins>Correlescence v0.0.6, "2D cross-correlation", Correlescence.Correlescence2D | ||
Plugins>Correlescence v0.0.6, "2D STICS (space, time)", Correlescence.Corr2DSTICS | ||
Plugins>Correlescence v0.0.6, "1D STICS (space, time)", Correlescence.Corr1DSTICS | ||
Plugins>Correlescence v0.0.6, "Temporal ICS", Correlescence.Temporal_ICS | ||
Plugins>Correlescence v0.0.6, "FRFT", Correlescence.FRFT_test | ||
Plugins>Correlescence v0.0.6>_FFT tools, "2D FFT basics", Correlescence.FFTtoolsUI("2DFFT") | ||
Plugins>Correlescence v0.0.6>_FFT tools, "Periodic-plus-smooth decomposition", Correlescence.FFTtoolsUI("periodicsmooth") | ||
Plugins>Correlescence v0.0.6>_Development, "Anglelets sector", Correlescence.AngleletsFront("sector") | ||
Plugins>Correlescence v0.0.6>_Development, "Anglelets decompose", Correlescence.AngleletsFront("decompose") | ||
Plugins>Correlescence v0.0.6>_Development, "Split kymograph", Correlescence.KymoSplit | ||
Plugins>Correlescence v0.0.6>_Development, "Split movie", Correlescence.MovieSplit | ||
Plugins>Correlescence v0.0.6>_Development, "Generate artificial kymograph", Correlescence.KymographGenerator | ||
Plugins>Correlescence v0.0.6>_Development, "Particle number from kymograph", Correlescence.KymoPatNumberFCS |