GithubHelp home page GithubHelp logo

pydm-application-template's Introduction

PyDM Application Template for LCLS Photon Instruments

This is an application template with some boilerplate code for launching pydm applications on the photon side.

Feel free to copy, start your own repo from this, and edit the code and ui to your liking. I highly suggest you replace "appname" in every file and filename with your desired application name.

There are two main ways to launch these pydm applications:

  1. Via the ./launch.sh script, which selects a pre-installed environment and invokes the pydm command. This is the normal way to make small applications. You can execute this script directly in the terminal.
  2. Via the __main__.py script, which can be bundled with the application for use in an installed python environment. This is the normal way to make large applications. You can execute this script by calling appname with the package installed, or by calling python -m appname from the root directory.

The boilerplate files in this repository also contain utilities for tracking the version of your application and for installing it via pip or conda.

pydm-application-template's People

Contributors

zllentz avatar

Forkers

mseaberg

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.