Skip to content

4. Graphical User Interface

Mingsong Li edited this page May 21, 2019 · 7 revisions

GUI

Acycle Graphical User Interface (GUI)

structure

The structure of the Acycle program

4.1 Functions and GUI

Acycle contains the following functions.

File

  • New Folder
  • New Text File
  • Save *.AC.fig
  • Open Working Directory
  • Extract Data

Edit

  • Refresh
  • Rename
  • Cut
  • Copy
  • Paste
  • Delete

Plot

  • Plot
  • Plot Pro
  • Plot Standardized
  • Plot Swap Axis
  • Stairs
  • Sampling Rate
  • Data Distribution
  • ECOCO Plot

Basic Series

  • Insolation
  • Astronomical Solution
  • Signal/Noise Generator
  • LR04 Stack
  • Examples

Math

  • Sort/Unique/Delete-empty
  • Interpolation
  • Select Parts
  • Merge Series
  • Add Gaps
  • Remove Parts
  • Remove Peaks
  • Clipping
  • Smoothing [Moving Average] [Moving Median] [Bootstrap]
  • Changepoint
  • Sampling Rate Sensitivity
  • Standardize
  • Principal Component
  • Log-transform
  • Derivative
  • Simple Function
  • Utilities[Find Max/Min]
  • Image [Show Image],[RGB to Grayscale] [Image Profile]
  • Plot Digitizer

Time series

  • Detrending;
  • Pre-whitening [First Difference]
  • Spectral Analysis
  • Evolutionary Spectral Analysis
  • Wavelet transform
  • Filtering
  • Amplitude Modulation
  • Build Age Model
  • Age Scale
  • Sedimentary Rate to Age Model
  • Power Decomposition Analysis
  • Sedimentary noise model (DYNOT; ρ1 method)
  • Correlation Coefficient (COCO)
  • Evolutionary Correlation Coefficient (eCOCO)
  • Track Sedimentation Rates
  • TimeOpt method
  • eTimeOpt method

Help

  • Readme
  • Manuals
  • Find Updates
  • Copyright
  • Contact

4.2 File

File

New Folder:

make a new empty folder with a user-defined folder name.

New Text File:

make a new empty *.txt file with a user-defined file name.

Shortcut keys [Mac]: ⌘ + N; [Windows]: Ctrl + N

Save *.AC.fig file:

Save the current figure as an *.ac.fig file. This file enable users continue a suspended project.

For example, after running the eCOCO (evolutionary correlation coefficient), users may want to plot the eCOCO results anytime. One can save the current figure as an *.AC.fig file, then double click this *.AC.fig file and show “ECOCO plot” anytime.

4.3 Edit

Refresh

refresh the main listbox

Shortcut keys:

  • [Mac]: ⌘ + R
  • [Windows]: Ctrl + R

Rename

Select one file, the “rename” function enable changing the name of the selected file.

Cut

Copy

Paste

Delete

4.4 Plot

Plot Menu

Plot

A quick plot of the selected data file.

Shortcut keys

  • [Mac]: ⌘ + D
  • [Windows]: Ctrl + D

Plot Pro

Plot An advanced plot of the selected data file (GUI below).

One can change plot type, line, and marker styles, and control the axis.

Shortcut keys

  • [Mac]: ⌘ + P
  • [Windows]: Ctrl + P

Plot Pro

Plot Standardized:

A quick plot of the standardized data file.

Useful if one wants to compare 2 or more series.

Plot Standardized +2:

A quick plot of the standardized data file.

Useful if one wants to compare 2 or more series.

Plot Swap Axis:

A quick plot, swap axis.

Stairs:

Stairs plot.

Sampling Rate:

A quick plot showing the distribution of the 1st column (time/depth) of the selected data file.

Data Distribution:

A quick plot showing the distribution of the 2nd column (data) of the selected data file.

ECOCO Plot:

Plot eCOCO results from a *.AC.fig, or after running the eCOCO (Timeseries-eCOCO).

Clone this wiki locally