Skip to content

MIPS/mips-ae-pylib

Repository files navigation

gyrfalcon-pylib ATLAS EXPLORER

Overview

Atlas Explorer python library

Setup

Prerequisites

  • [List any software or libraries that need to be installed before using this project.]
    • Example: Python 3.6+
    • Example: Pipenv
    • InquirePy

Installation

  1. Clone the repository:

    git clone [repository URL]
    cd gyrfalcon-pylib
  2. Install dependencies using Pipenv:

    pipenv install
    pipenv shell

Usage

Configuration

  1. Configure Atlas Explorer Cloud Access:

    python atlasexplorer.py configure

    or set the environment variable:

    MIPS_ATLAS_CONFIG = <apikey>:<channel>:<region>

Running Experiments

  1. Set the root experiment directory in testharness.py:

    # filepath: c:\A_LocalGit\MIPS\gyrfalcon-pylib\testharness.py
    # ...existing code...
    myinst.setRootExperimentDirectory("myexperiments")
    # ...existing code...
  2. Run the test harness:

    python testharness.py

    This will create a new experiment directory under the myexperiments folder.

Project Structure

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages