taborlab / Iris

The Light Program Interface
BSD 3-Clause "New" or "Revised" License
12 stars 2 forks source link

How to make a 7200 min continuously oscillating sinewave? #305

Closed cuong450 closed 6 years ago

cuong450 commented 7 years ago

It seems not possible to do this programmaticly? For the existing interface, you can only choose 1 sine wave period over a set time duration, but not combine many of these sine wave periods? If I am wrong, please direct me to manual. Thank you

SynbioLucas commented 7 years ago

Sorry, but I'm not clear on exactly what program you're trying to make. The attached LPF (just remove the .txt from the end of the filename) has a sine wave with 7200min period on the top LED. Presumably this isn't what you wanted?

program.lpf.txt

If you're trying to program multiple waveforms (including multiple sine waveforms) onto the same LED in the same well, this is unfortunately not supported by Iris. The best way to do this is to write a simple script using the Iris Python API. You can find an example script here.