PING Wizard

Light-weight interface for running PING Ecosystem utilities.

PyPI - Version


Overview

As of v4.0, PINGWizard is the recommended interface for running PINGMapper and other utilities in the PING Ecosystem.

PINGWizard is a light-weight interface for launching PINGMapper utilities, including running the tests, processing a sonar log, batch process multiple sonar logs, and updating the installation.

For most users, PINGWizard is the recommended way to interact with the PING ecosystem after installation. It keeps common tasks point-and-click while PINGInstaller manages setup and updates behind the scenes.

There are two options for launching PINGWizard: a) with a shortcut or b) from the Miniforge/conda prompt.

Option A - Shortcut

During installation, you were prompted to select a location to save a batch (Windows) or bash (Linux/Mac OS) shortcut file. This file contains the commands to activate the ping conda environment and run PINGWizard.

On Windows, simply double click the PINGWizard.bat file:

On Linux/Mac OS, open a command prompt, change directory to where you saved the shortcut, and launch the bash script by entering the following and press Enter:

./PINGWizard.sh

Option B - Conda Command Prompt

Open the Miniforge Prompt used during installation. Launch PINGWizard by entering the following and pressing Enter:

conda run -n ping python -m pingwizard

PINGWizard will launch and present a menu of buttons to run various PINGMapper utilities:

Press one of the buttons to:

If you are new to PINGMapper, this is the recommended place to start after installation.


Back to top

This study was made possible by a partnership between the U.S. Fish and Wildlife Service and Northern Arizona University. Funding for this work was provided by the Open Ocean Trustee Implementation Group to restore natural resources injured by the 2010 Deepwater Horizon oil spill in the Gulf of Mexico. The contents of this website are those of the authors and do not necessarily represent the views of the U.S. Fish and Wildlife Service or Northern Arizona University. Copyright © 2024 Cameron Bodine.

This site uses Just the Docs, a documentation theme for Jekyll.