Python Forum
input multiples images into specific cells with data
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
input multiples images into specific cells with data
#1
I am in pretty new to this scene and hope to learn more. I am from the semiconductor field. The question i  ask is about making a picture collage with numbers  

I will need to insert multiples images into excel. Each image is taken from a particular die of the wafer. The image file name ( e.g. filenameX1Y1 and filenameX0Y-2)  consist of the coordinates of the die on the wafer. The images are in jpg format. if i were to insert the pictures manually to excel to its respective cell ( to simulate the location of the wafer), it will take a long time. 

( to make things simple, 1 die  = 1 image, although it can be more, but they are name differently) ( for eg filenameX1Y1 and file2nameX1Y1)


The coordinates  for example varies from X = -6 to X = 6 and Y from -7 to 7 ( that 100+ images)

Together with the images is a csv file. The csv file has data that is also tagged to the coordinates of the wafer. similarly there are also more than 1 data tagged to each die

the ultimate output is to create an excel  with 1) picture collage together with its 2) corresponding data in excel ( or u have better suggestion). of cause the collage only consist of 1 image per die and one data per die



I have read about some excel package eg xlsxwriter and image package like pillow. can it be use for my above desired application?

furthermore will the above package work in conjunction with panda? I will also want to include some data analysis ( average, max , min, 3 sigma, range and plotting of a heatmap)


Hence may i seek the assistance of expert here how am i going to start.
Reply
#2
Here's a doc on doing it manually: http://www.cs.trinity.edu/~rjungman/cs13...pIntro.pdf

And here's how to automate it into excel: http://xlsxwriter.readthedocs.io/example_images.html
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Help with to check an Input list data with a data read from an external source sacharyya 3 501 Mar-09-2024, 12:33 PM
Last Post: Pedroski55
  data validation with specific regular expression shaheen07 0 381 Jan-12-2024, 07:56 AM
Last Post: shaheen07
  manually input data jpatierno 0 371 Nov-10-2023, 02:32 AM
Last Post: jpatierno
  Input network device connection info from data file edroche3rd 6 1,150 Oct-12-2023, 02:18 AM
Last Post: edroche3rd
Question in this code, I input Key_word, it can not find although all data was exact Help me! duchien04x4 3 1,114 Aug-31-2023, 05:36 PM
Last Post: deanhystad
  How to extract specific data from .SRC (note pad file) Shinny_Shin 2 1,304 Jul-27-2022, 12:31 PM
Last Post: Larz60+
  Showing an empty chart, then input data via function kgall89 0 1,001 Jun-02-2022, 01:53 AM
Last Post: kgall89
Question Change elements of array based on position of input data Cola_Reb 6 2,210 May-13-2022, 12:57 PM
Last Post: Cola_Reb
  Openpyxl-change value of cells in column based on value that currently occupies cells phillipaj1391 5 10,011 Mar-30-2022, 11:05 PM
Last Post: Pedroski55
  input data validation plumberpy 2 1,835 Aug-11-2021, 12:04 PM
Last Post: plumberpy

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020