Giter VIP home page Giter VIP logo

Comments (3)

lukasc-ubc avatar lukasc-ubc commented on August 22, 2024

Hi Brett,

Are you working on this one, or can we just use the previous code to create the GUI?

thanks
Lukas

from siepic-tools.

bruxillensis avatar bruxillensis commented on August 22, 2024

Hey Lukas,

It was partially implemented, but I left it unfinished. I have finished it to the point where the GUI is complete. The code is implemented in core.py and lumerical.py but nothing is launched after the window is closed. MC_GUI.get_parameters() returns the following object structure:

{
  'num_wafers': Number of wafers
  'num_dies': Number of dies
  'technology': Chosen technology
  'histograms': {
    'fsp': Boolean for generating free spectral range histogram
    'gain': Boolean for generating gain histogram
    'wavelength': Boolean for generating wavelength histogram
  },
  'waf_var': {
    'width': {
      'std_dev': Width standard deviation within a wafer
      'corr_len': Width correlation length within a wafer
    },
    'height': {
      'std_dev': Height standard deviation within a wafer
      'corr_len': Height correlation length within a wafer
    }
  },
  'waf_to_waf_var': {
    'width': {
      'std_dev': Width standard deviation from wafer to wafer
    },
    'thickness': {
      'std_dev': Thickness standard deviation from wafer to wafer
    }
  }
}

But I have not filled in defaults for the different technologies.

Additionally, I spent some time on the GUI's, I believe they are actually fixed this time... the window doesn't always seem to size properly given different screens/operating systems, but it can now be resized like a normal window so everything is visible.

from siepic-tools.

lukasc-ubc avatar lukasc-ubc commented on August 22, 2024

Reverted the last commit since it broke it for OSX / 0.24.

from siepic-tools.

Related Issues (20)

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.