Skip to content

Plot.py updates from Miguel #47

@demisjohn

Description

@demisjohn

@mdaal contributes the attached plot.py, which includes his following features:
Plot_mdaal.py.zip

I have extended JobCreator to include the functionality so that plot wafer can plot the image distribution per layer (and per image) eg

MyJob.plot_wafer(plot_set = LAYER_1) # Layer object passed
Or
MyJob.plot_wafer(plot_set = {‘box’, ‘trace’} # Layer_ID string passed

Where box and trace are images defined. This functionality is very helpful for when your job has a lot of images and layers that overlap.

Agreed, this will be very helpful!

Suggestions:
Change argument name plot_set=-->layer=

Need to parse and fold this into the module, and test for functionality/bugs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions