diff --git a/Manual.html b/Manual.html index 6e99ff7..a6b01e4 100644 --- a/Manual.html +++ b/Manual.html @@ -3029,7 +3029,8 @@

Table of Contents

  • 1.1 Main Script
  • 1.2 csv2xlsx
  • 1.3 Rename images
  • @@ -3075,7 +3076,7 @@

    GFA-Evaluation & GFA-Grünflächen-Configurator - Manual
    Published
    -

    07.09.2023

    +

    rev.07.09.2023 15:37

    @@ -3099,23 +3100,28 @@

    1 Grünflächen-K

    1.1 Main Script

    To make things easier, I will establish a few rules used throughout this section.
    Anytime text is formatted like this (X), it refers to a button, editable field, drop-down menu, or in general a control on the GUI. The number at the end, here an (X) signifies which section of the GUI this control is located in. As an example, csv2xlsx (4) is the button used to convert csv-files to xlsx-files, located under 4. Auxiliary Utilities.

    -
    +

    1.1.1 Selecting a configuration

    The main task of this program is to generate a suitable configuration file which can be used with the R-Script GFA_Evaluation.R bundled alongside this program. For details on its functioning, see documentation on GFA_Evaluation.R
    Configuration files can be handled by this program in three ways: 1. New Config in Folder (1)
    This allows you to create a config-file for a new project 2. Edit existing Config (1)
    This allows you to load an existing config file for editing 3. Double-clicking a configuration previously used under Configurations and Image-renaming (4)
    This effectively works the same as Number 2. 4. You may also drag and drop a config file onto the greyed-out field (1) to the right of those two buttons.

    -

    Under curr. loaded Config (3), the path to a configuration-file will be visible if the user has chosen a path already - by loading a config, or by manually selecting a config’s location when clicking New Config in Folder. When saving or previewing a configuration, the program will attempt to validate the inputs given by the user. Certain inputs however cannot be validated with certainty by the program. In these cases, the user is asked to manually confirm or discard their choices. These popups differentiate between mild warnings (yellow warning signs) and severe warnings (red x-crosses). This depends on how severe a false decision may be, or how vital it is for GFA_main()’s functioning to have correct inputs. ### Selecting and Editing an R-Script

    +

    Under curr. loaded Config (3), the path to a configuration-file will be visible if the user has chosen a path already - by loading a config, or by manually selecting a config’s location when clicking New Config in Folder.
    +When saving or previewing a configuration, the program will attempt to validate the inputs given by the user. Certain inputs however cannot be validated with certainty by the program. In these cases, the user is asked to manually confirm or discard their choices. These popups differentiate between mild warnings (yellow warning signs) and severe warnings (red x-crosses). This depends on how severe a false decision may be, or how vital it is for GFA_main()’s functioning to have correct inputs.

    +
    +
    +

    1.1.2 Selecting and Editing an R-Script

    To complement the config-files generated, the user may generate a barebones “starter”-R-Script which will call GFA_main().

    R-Scripts can be handled by this program in three ways: 1. New R-StarterScript (2)
    This allows you to create a new R-Script for a new project 2. Edit existing R-StarterScript (2)
    This allows you to load an existing R-Script for editing 3. Double-clicking an R-Script previously used under R Scripts (4)
    This effectively works the same as Number 2. 4. You may also drag and drop a config file onto the greyed-out field (2)1 to the right of those two buttons.

  • 1 Note that this is not the same greyed-out field that is used for dropping configurations.

  • -

    Under curr. loaded R-Script (3), an R-Script is visible. If the field is empty, attempting to write to a file will result in the program asking the user to select an appropriate location.

    +

    Under curr. loaded R-Script (3), an R-Script is visible.
    +If the field is empty, attempting to write to a file will result in the program asking the user to select an appropriate location.

    -
    -

    1.1.2 Editing a configuration

    +
    +

    1.1.3 Editing a configuration

    First off it makes sense to take a look at the example configurations and how the results of them look. Examples can be found under XX\res\Examples, where XX is the folder in which this program resides. They are not meant to display sensible data, the data may be unrealistic. The intention of the reference files is mostly to give simple visualisation of a configuration. They also don’t showcase all potential cases, as those are just too many.

    Configurations can be edited after being loaded (see section on config-selection).
    If a configuration is leaded, its path will be visible under curr. loaded Config (3)
    @@ -5180,7 +5186,7 @@

    -

    +

    Experiment 2: Plant-area development for different drought stress periods and field capacities, 07 - 63 days post repotting. The determined area consists of green and yellow pixels. The solid black line marks the begin of the stress differentiation and the end of the initial drought stress period. Dotted lines mark the end of the stress differentiation period and the return to a supply of 90% FC for the respective stress group. (n=8)
    @@ -5211,7 +5217,7 @@

    3 Requirements
  • Program must be run on a windows operating system.
  • the program/user must have read- & write-access to
      @@ -5228,7 +5234,7 @@

      3 Requirements

      4 License

      -

      See accompanying license file. License of used code can be found in dist\res\CombinedLicenses.txt, as best as could be retrieved.

      +

      See accompanying license file. Licenses of used code can be found in dist\res\CombinedLicenses.txt, as best as could be retrieved.

      diff --git a/res/Manual.html b/res/Manual.html index 6e99ff7..a6b01e4 100644 --- a/res/Manual.html +++ b/res/Manual.html @@ -3029,7 +3029,8 @@

      Table of Contents

    • 1.1 Main Script
    • 1.2 csv2xlsx
    • 1.3 Rename images
    • @@ -3075,7 +3076,7 @@

      GFA-Evaluation & GFA-Grünflächen-Configurator - Manual
      Published
      -

      07.09.2023

      +

      rev.07.09.2023 15:37

      @@ -3099,23 +3100,28 @@

      1 Grünflächen-K

      1.1 Main Script

      To make things easier, I will establish a few rules used throughout this section.
      Anytime text is formatted like this (X), it refers to a button, editable field, drop-down menu, or in general a control on the GUI. The number at the end, here an (X) signifies which section of the GUI this control is located in. As an example, csv2xlsx (4) is the button used to convert csv-files to xlsx-files, located under 4. Auxiliary Utilities.

      -
      +

      1.1.1 Selecting a configuration

      The main task of this program is to generate a suitable configuration file which can be used with the R-Script GFA_Evaluation.R bundled alongside this program. For details on its functioning, see documentation on GFA_Evaluation.R
      Configuration files can be handled by this program in three ways: 1. New Config in Folder (1)
      This allows you to create a config-file for a new project 2. Edit existing Config (1)
      This allows you to load an existing config file for editing 3. Double-clicking a configuration previously used under Configurations and Image-renaming (4)
      This effectively works the same as Number 2. 4. You may also drag and drop a config file onto the greyed-out field (1) to the right of those two buttons.

      -

      Under curr. loaded Config (3), the path to a configuration-file will be visible if the user has chosen a path already - by loading a config, or by manually selecting a config’s location when clicking New Config in Folder. When saving or previewing a configuration, the program will attempt to validate the inputs given by the user. Certain inputs however cannot be validated with certainty by the program. In these cases, the user is asked to manually confirm or discard their choices. These popups differentiate between mild warnings (yellow warning signs) and severe warnings (red x-crosses). This depends on how severe a false decision may be, or how vital it is for GFA_main()’s functioning to have correct inputs. ### Selecting and Editing an R-Script

      +

      Under curr. loaded Config (3), the path to a configuration-file will be visible if the user has chosen a path already - by loading a config, or by manually selecting a config’s location when clicking New Config in Folder.
      +When saving or previewing a configuration, the program will attempt to validate the inputs given by the user. Certain inputs however cannot be validated with certainty by the program. In these cases, the user is asked to manually confirm or discard their choices. These popups differentiate between mild warnings (yellow warning signs) and severe warnings (red x-crosses). This depends on how severe a false decision may be, or how vital it is for GFA_main()’s functioning to have correct inputs.

      +
      +
      +

      1.1.2 Selecting and Editing an R-Script

      To complement the config-files generated, the user may generate a barebones “starter”-R-Script which will call GFA_main().

      R-Scripts can be handled by this program in three ways: 1. New R-StarterScript (2)
      This allows you to create a new R-Script for a new project 2. Edit existing R-StarterScript (2)
      This allows you to load an existing R-Script for editing 3. Double-clicking an R-Script previously used under R Scripts (4)
      This effectively works the same as Number 2. 4. You may also drag and drop a config file onto the greyed-out field (2)1 to the right of those two buttons.

    • 1 Note that this is not the same greyed-out field that is used for dropping configurations.

    • -

      Under curr. loaded R-Script (3), an R-Script is visible. If the field is empty, attempting to write to a file will result in the program asking the user to select an appropriate location.

      +

      Under curr. loaded R-Script (3), an R-Script is visible.
      +If the field is empty, attempting to write to a file will result in the program asking the user to select an appropriate location.

      -
      -

      1.1.2 Editing a configuration

      +
      +

      1.1.3 Editing a configuration

      First off it makes sense to take a look at the example configurations and how the results of them look. Examples can be found under XX\res\Examples, where XX is the folder in which this program resides. They are not meant to display sensible data, the data may be unrealistic. The intention of the reference files is mostly to give simple visualisation of a configuration. They also don’t showcase all potential cases, as those are just too many.

      Configurations can be edited after being loaded (see section on config-selection).
      If a configuration is leaded, its path will be visible under curr. loaded Config (3)
      @@ -5180,7 +5186,7 @@

      -

      +

      Experiment 2: Plant-area development for different drought stress periods and field capacities, 07 - 63 days post repotting. The determined area consists of green and yellow pixels. The solid black line marks the begin of the stress differentiation and the end of the initial drought stress period. Dotted lines mark the end of the stress differentiation period and the return to a supply of 90% FC for the respective stress group. (n=8)
      @@ -5211,7 +5217,7 @@

      3 Requirements
    • Program must be run on a windows operating system.
    • the program/user must have read- & write-access to
        @@ -5228,7 +5234,7 @@

        3 Requirements

        4 License

        -

        See accompanying license file. License of used code can be found in dist\res\CombinedLicenses.txt, as best as could be retrieved.

        +

        See accompanying license file. Licenses of used code can be found in dist\res\CombinedLicenses.txt, as best as could be retrieved.