demisjohn / ASML_JobCreator

Generate ASCII Job files for an ASML PAS 5500 Stepper Lithography system, by the UCSB Nanofabrication Facility.
16 stars 4 forks source link

`Image.distribute()` - enable multi-cell input #32

Open demisjohn opened 2 years ago

demisjohn commented 2 years ago

Enable Image.distribute() to take more than one Cell [C,R] at a time. This would allow direct passing of get_ValidCells() like so

MyImage.distribute( MyJob.get_ValidCells(), multi=True) to distribute to all valid cells. (Or automatically check if the iterable is >2 dimensions deep, so no need to multi=True.)