PUMA Microscope
PUMA Microscope
  • Видео 45
  • Просмотров 71 820
Fourier 1 - Perspective and Equations
Here I describe the background and intuition behind Fourier analysis and I also introduce you to the DFT equations together with a recap of complex arithmetic for those who may be a bit rusty from school days.
The FT is essential to a modern understanding of optics, including how a microscope works. You may need to view this video again after seeing later episodes in this series to get the most out of it.
CONTENTS
========
00:40 Intuition of the Fourier transform (FT)
05:18 Why bother? (Fourier optics and the convolution theorem)
10:42 Inputs to the FT (Review of complex arithmetic)
21:36 Anatomy of the Discrete FT (DFT) equations
30:21 Conclusions
SUPPORT PUMA
============
PUMA is an open source m...
Просмотров: 1 100

Видео

Convolution - A new visualisation and intuition plus examples.
Просмотров 330Месяц назад
Here I explain the concept of discrete image convolution with a new visualisation and examples. I also illustrate the properties of convolution. CONTENTS 00:00 Intro 00:37 Images as functions 04:02 Terms and Symbols used in Convolution 06:18 The Convolution Process 09:18 A new way to look at convolution - integral transform projection 10:59 Examples 1 - Spatially invariant PSF and blurring 13:3...
The PWG, Young's Slits and Köhler's Conjugates
Просмотров 6642 месяца назад
Here I describe the Plane Wavefront Generator (PWG) - a module that produces spatially coherent EM radiation from a normal LED! I also present Young's slits experiment using it with a 3D printed slits mask. Finally I show how this relates to Köhler illumination by filling in some theory on the microscope conjugate planes. CONTENTS 00:00 Intro to the Plane Wavefront Generator (PWG) 01:05 Paralle...
Photology 5: Seeing Electromagnetic Radiation (EMR)
Просмотров 4843 месяца назад
Here I explain what aspects of EMR we can detect with our visual system with a brief explanation of the physiology of vision. In so doing I reinforce the point I made in the first video - that EM radiation and light are two different things. CONTENTS 00:00 Intro 00:37 Seeing Amplitude 06:35 Seeing Frequency 13:41 Seeing Polarisation 15:15 Seeing Coherence 16:38 Seeing Wavefronts 17:36 Conclusio...
Deconvolution Step-by-Step Guide with the Open Source BIPS on Linux and Windows
Просмотров 8163 месяца назад
Here I introduce the free and open source BiaQIm Image Processing Suite (BIPS) software. I demonstrate how to install it and use it for blind and non-blind image deconvolution on both MS Windows and Linux. macOS users should also be able to use the software but I cannot demonstrate that since I do not have any Apple hardware. CONTENTS 00:00 Intro 01:03 Windows - installation and deconvolution t...
Photology 4: Coherence
Просмотров 4224 месяца назад
In this video I explain the concepts of spatial and temporal coherence of waves with animations and examples. I also introduce Michelson's spectral and stellar interferometers. CONTENTS 00:00 Intro 00:32 What is 'Coherence'? 04:13 Coherence is Measured over Space or Time 05:22 Temporal (Longitudinal) Coherence: Coherence Length / Time 11:10 Spatial (Transverse) Coherence: Coherence Width / Area...
Photology 3: Representing Waves and Wavefronts
Просмотров 3285 месяцев назад
In this third video I present ways to represent EM waves and interference patterns with less misleading visuals. I also explain the concept of a wavefront and how the shape of a wavefront encodes information about the optical structure of whatever the wave has passed through. CONTENTS 00:00 Intro 00:37 Graphical Representation of EM Waves 04:15 Wavefronts 07:39 Ray diagrams vs. Wavefronts 07:51...
Photology 2: Individual EM wave features and interference
Просмотров 2826 месяцев назад
In this second video I go over the basics of single sinusoidal EM waves: amplitude, frequency, wavelength, phase, polarisation, wave train, superposition and interference. CONTENTS 00:00 Intro 00:38 Sinusoid basics: amplitude, frequency, phase. 04:23 What is a wave train? 06:09 Polarisation 07:57 Superposition and 'interference' 09:47 Conclusions SUPPORT PUMA PUMA is an open source microscopy p...
Introduction to light and EM radiation
Просмотров 4487 месяцев назад
An introduction to the nature of light and its relation to electromagnetic (EM) radiation. Some fundamental properties of EM radiation are also introduced. This is the first in a series that aims to give the background needed to understand image formation in the light microscope. [Errata: In the text on the right hand side at around 3:31, the abbreviation 'EEV' is shown - this should be 'EEE' f...
Köhler illuminator update
Просмотров 8778 месяцев назад
Here I describe updates and improvements to the PUMA microscope Köhler illuminator. I show how I made changes to allow different versions of the 44 mm lens usable and by following my example you should also be able to adjust the models to accommodate for other variations in the moulded glass lenses used in this open source project which may come out in the future. CONTENTS 00:00 Intro 00:33 Imp...
05. C Programming for IA: Compiling 'Hello, World', argv, argc, structs, malloc, memory leaks, etc.
Просмотров 2029 месяцев назад
In this sixth and last video in my series on C programming for image analysis (CPIA), I demonstrate practicalities of compiling with the 'Hello, World!' program and show how to use arguments. I explain how to make new data types with structures and typedefs, the use of malloc, how to avoid memory leaks - and more! These tutorials are designed for mature students without prior experience in prog...
04. C Programming for IA: Statements, Expressions and Functions
Просмотров 22010 месяцев назад
In this fifth video in my series on C programming for image analysis (CPIA), I get into 'coding' and show how to 'do stuff' with C including the use of functions. I explain how functions can be parcelled off into separate libraries as well as explain the preprocessor, compiler, linker work flow. Source code examples are provided and explained. These tutorials are designed for mature students wi...
03. C Programming for IA: Pointers, Arrays, Casting and Endianness
Просмотров 19311 месяцев назад
In this fourth video in my series on C programming for image analysis (CPIA), I cover the important key topics of variables that store memory addresses (pointers), compound variables of a single data type (arrays), casting, endianness and byte-swapping. Source code examples are provided and explained. These tutorials are designed for mature students without prior experience in programming, comp...
02. C Programming for IA: Data types, two's complement, fixed point and floating point formats
Просмотров 138Год назад
In this third video in my series on C programming for image analysis (CPIA), I discuss the main data types of C (char, int, float, double) and explain 2's complement. I also discuss declaring variables and give an introduction to functions. These tutorials are designed for mature students without prior experience in programming, computer science, maths or engineering. CONTENTS 00:00 Subjects to...
01. C Programming for IA: Binary information, logic gates, memory addresses
Просмотров 291Год назад
In this second video in my series of C programming for image analysis (CPIA), I discuss how information is stored in a computer and explain the concept of memory addresses, logic gates and the binary number system. You will also learn about segmentation faults, crashes and undefined behaviour. These tutorials are designed for mature students without prior experience in programming, computer sci...
Demo of the free image capture C program - PARD Capture
Просмотров 360Год назад
Demo of the free image capture C program - PARD Capture
00. Introduction to C Programming for Image Analysis (CPIA)
Просмотров 666Год назад
00. Introduction to C Programming for Image Analysis (CPIA)
Stabiliser module for the PUMA open source microscope
Просмотров 708Год назад
Stabiliser module for the PUMA open source microscope
Daylight Köhler Illumination and the Fourierfeldblende
Просмотров 696Год назад
Daylight Köhler Illumination and the Fourierfeldblende
Abbe Condenser 2 - Updates and the 'Uber Pol' high NA polariser
Просмотров 896Год назад
Abbe Condenser 2 - Updates and the 'Uber Pol' high NA polariser
Customising PUMA - part 2: Using a Slicer and 3D printer to make and use the models
Просмотров 554Год назад
Customising PUMA - part 2: Using a Slicer and 3D printer to make and use the models
Customising PUMA - part 1: Design and FreeCAD file editing
Просмотров 913Год назад
Customising PUMA - part 1: Design and FreeCAD file editing
Image capture for scientific processing in microscopy - an introduction
Просмотров 968Год назад
Image capture for scientific processing in microscopy - an introduction
Errata and Compensating for 3D Print Tolerances
Просмотров 909Год назад
Errata and Compensating for 3D Print Tolerances
The PUMA Control Console - a multimedia interface breakout box for small microcontrollers
Просмотров 1 тыс.Год назад
The PUMA Control Console - a multimedia interface breakout box for small microcontrollers
How to build the Spatial Light Modulator for the PUMA 3D printed microscope
Просмотров 6 тыс.Год назад
How to build the Spatial Light Modulator for the PUMA 3D printed microscope
Fitting a stepper motor to the Z-stage of the PUMA open source microscope
Просмотров 1,1 тыс.2 года назад
Fitting a stepper motor to the Z-stage of the PUMA open source microscope
How to add an XY Vernier mechanical slide holder to your PUMA open source 3D printed microscope
Просмотров 9362 года назад
How to add an XY Vernier mechanical slide holder to your PUMA open source 3D printed microscope
How To Build and Fit the Augmented Reality Projector of a PUMA Open Source 3D Printed Microscope
Просмотров 1,4 тыс.2 года назад
How To Build and Fit the Augmented Reality Projector of a PUMA Open Source 3D Printed Microscope
Augmented Reality Microscopy and the Trinocular Camera Port
Просмотров 1,3 тыс.2 года назад
Augmented Reality Microscopy and the Trinocular Camera Port

Комментарии

  • @AliMoeeny
    @AliMoeeny 12 дней назад

    OMG, it actually works. I have known and even used FFT for many years but this demonstration at 4:00 is so striking. Thank you

  • @jerzmacow
    @jerzmacow 16 дней назад

    Wow, I finally understand how ffts actually work!

  • @xMisterXHDx
    @xMisterXHDx 17 дней назад

    Greetings from Germany, thank you for this Video. 🙂 👍

  • @TheNadOby
    @TheNadOby 17 дней назад

    The beginning of the video is one of the best visualization demonstrations of the Fourier transformation. You can edit it to a standalone video and frame it.

  • @Andr_27
    @Andr_27 18 дней назад

    Thanks for making these videos, looking forward to the next one!!!

  • @alexandrevaliquette3883
    @alexandrevaliquette3883 20 дней назад

    The main issue with PUMA microscope is there is too many parts and it feel fragile/unstable or not easy/quick to adjust or not reliable to use. Not to mention so many parts to buy (and possible mistakes). I know we can buy bundle from you, but with the shipping, it's still quite expensive. If we really need a great but basic field microscope on a budget, we can find them under 300$. Sure, for +2000$ model, DIY start to make sens. But why getting them so weak/flimsy? Don't get me wrong, PUMA is amazing and the video quality/explication is still the best I've seen (after 2 years looking way too many video on the topic). My dream DIY project... Inspired by the sexy but outrageously expensive ECHO REVOLVE I was thinking about printing a large hollow base, then fill this base with concrete. It create a very stable/stiff, efficient and cheap base. It can be 2-3 large concrete part that will anchor smaller module or more fragile part. It can be overkill with 20lbs of concrete or just few pounds for a sturdy but still portable unit. I was thinking only one eyepiece with phone camera mounted on it. It would keep cost low and quality high. Plus direct observation is not comfortable compare to screen. And video open the computer treatment of image, etc. I think concrete base + PUMA technology + phone camera could be the perfect mix. I know it will still need lot of parts to make it adjustable and lot of time... So... maybe one day I'll do it. The other option will be to start with a cheap but great quality scope and hack it to add more technology. Last week, I've changed my mind (not going DIY from scratch) when I saw an amazing deal on a SWIFT380B microscope for 203$ (canadian, shipping next day, from Amazon.ca/Swift official. New open box) regular price 299$ canadian. I already had 4x, 10x, 40x, 60x semi-plan objectives and a 40x for fluorescence total price for theses 5 items: 75$ canadian (new). I will thinker with my 3D printer on this already working scope (darkfield filter, polarized filter, basic fluorescence, DIY optic fiber illumination for top, phone camera adapter and so on. I'm curious to know your thought on my ideas and positive critic of PUMA. Sincerely yours, Alexandre Valiquette, from Montréal

    • @PUMAMicroscope
      @PUMAMicroscope 12 дней назад

      Hello, Re 'many parts' - I do agree, but there is a reason for that. Also, this, plus the time and work involved in putting it all together is why is costs so much to buy (instead of make DIY) - so can't compete with off-the-shelf prices for mass-produced standard scopes like of Swift. Re 'flimsy' - I respectfully disagree. Don't get me wrong. PUMA is not a stable heavy metal desk scope - I do admit that in the videos - but then it was not intended to be such and, furthermore, you can stabilise it to a desk and use the stabiliser module to increase stability as I demonstrate in my video on the stabiliser here: ruclips.net/video/d8tMtWFhNY4/видео.html ). However, PUMA is not primarily designed for people who 'just want a cheap small scope' - if that is your goal then sure, I agree it would be better for you to just buy a standard scope. PUMA is for those who need many options and complete customisability (not just modding the condenser of a Swift to give you dark field) and portability (so that rules out Echo revolve). For example, the Köhler Fourierfeldblende projection, augmented reality, Z-motor, epi-illumination in bright or fluorescence, epi-polarisation and trans polarisation, coherent light microscopy, etc. - these modular options, and more, can all be bundled into a little light bag with PUMA and taken along on your journey. This is something you can't do with a Swift or similar - but then if you don't need any of those things with ultraportability, then you don't need PUMA. Also, PUMA is for teaching and learning about how microscopes work and for experimentation with new designs and optical modalities - like interference microscopy, structured light illumination, superresolution microscopy, etc. (which I have not done videos on yet - but keep watching). Regarding a heavier base, I did consider making an extra stable base option but not to be filled with concrete (most people would not want to work with that,. esp. in small quantities), but rather a 3D printed stand with a base that may be filled with wet sand or clay or pebbles (whatever is out in the field where you are working) so you can have a heavy base on site without having to carry the heavy weight along with you on your travels - just empty the base container when you finish and move on to the next site with a nice light scope in your bag. I am also working on a more stable base for XYZ precision motor-controlled microscopy - more of that to come. Remember PUMA is not just a standard microscope made with 3D printing and DIY - think about what each of the letters mean and put them all together. How many of the other scopes you mention have all those things (P. U. M. A.)? But not everybody needs or wants those things - so, for sure, PUMA is not for everyone. Thank you for your comments. PJT

  • @MuhammedBilgin1
    @MuhammedBilgin1 24 дня назад

    Remarkable explanation! Thanks a lot..

    • @PUMAMicroscope
      @PUMAMicroscope 24 дня назад

      Thanks for the feedback. There is additional info in this sequel you might also like: ruclips.net/video/Ai86SMBJqr8/видео.html

  • @christianburns1658
    @christianburns1658 25 дней назад

    Does anyone know what wavelengths the TFT works for? or what the transmission per wavelength is?

  • @mikef522
    @mikef522 Месяц назад

    Finally, someone explained kohler illumination clearly. I've looked up so many sources on it over the years, but never fully got it until watching this video. The diagrams and reflection illustrations are perfection😘🤌

    • @PUMAMicroscope
      @PUMAMicroscope Месяц назад

      Thanks. You may also like this video where I explain in a little more detail the 'conjugate planes' aspects of Köhler and how it relates to what you have just seen: ruclips.net/video/Ai86SMBJqr8/видео.html

  • @TheThundercow
    @TheThundercow Месяц назад

    Absolutely magnificent! This project inspires such wonderful good will and gratitude in me. These are the things that make the world just an objectively better place. I hope the PUMA system and open source projects like it gain the recognition and adoption it deserves. Thank you again for your hard work, generosity and candidness.

  • @PeterK6502
    @PeterK6502 Месяц назад

    I have installed windows version and I try the example step by step according to your instructions, however when I press 'start' then after a few moments I get the following error: a biaqlm header file cannot be found for the selected array/image. Do you have any suggestion what could be the problem?

    • @PUMAMicroscope
      @PUMAMicroscope Месяц назад

      Thanks for the comment,. Clearly I can't know for sure but here are some possibilities / suggestions: * One or more of the programs may not have installed correctly. Try a re-start of your computer. If that does not fix it, try uninstall and re-install +/- restart. Try typing the commands 'deconvolve' and 'fitsdou' (without any arguments) on a command window and see if they are recognised (you will get the standard usage message if it is recognised). * It may be that some antivirus software has decided to block or quarantine some of the programs so you might need to look into that and re-install once permissions have been granted / files un-quarantined. * All BIPS programs cannot handle any file name or directory path that contains spaces - so if you installed the program to something like 'My Programs' or if any of your files are in folders like 'My Document' (or anything with a space anywhere along the full path) then this could cause some programs to fail to find files and run. * Check any feedback messages on the console window - these might give you a clue as to where the problem occurred or even what it is. If you are using the standard demo without alteration you should not require any additional dlls (if you tick the 'Use parallel' box then certain multithreading dlls will be required). If you manage to get it working, consider making a reply to this comment to state what the problem was and how you fixed it to help others who have a similar issue. Thanks,

  • @kochipj
    @kochipj Месяц назад

    For someone working in the optics community, I think this is the natural form of thinking about convolution, e.g. if you want to resolve a double-star system you have to superimpose the PSFs for both to check if you can resolve them from each other.

  • @oni2ink
    @oni2ink Месяц назад

    I regularly use convolutions but this video still allows you to go deeper into the subject. Very interesting and well explained. I surprisingly didn't see the time go by!

  • @francoclsm6251
    @francoclsm6251 Месяц назад

    Thx! Tadrous. After watching this excellent video, my understanding of the concept of convolution has deepened. Looking forward to the next video.👍

  • @aa18812
    @aa18812 Месяц назад

    Thank you so much. I have been toying with the use of deconvolution for astrophotography images, but was never sure what it was or how it worked. This is the most intuitive explanation I've found and it all makes total sense.

    • @PUMAMicroscope
      @PUMAMicroscope Месяц назад

      Thanks. I will be doing more deconvolution later. Next up will be my series on the Fourier transform - so stay tuned for that.

  • @shrinivasganti90
    @shrinivasganti90 Месяц назад

    Great explanation as always ❤

  • @PUMAMicroscope
    @PUMAMicroscope Месяц назад

    For more background theory see my video on Convolution: ruclips.net/video/yF7-Crkuf7Y/видео.html

  • @javierchikpazzagaceta2973
    @javierchikpazzagaceta2973 Месяц назад

    I follow the link and bought the TFT, but now when i am reading the pdf says you need a 5 volt instead of 3 volt TFT, i am searching i 5 volt but i can´t find it

  • @kengartner204
    @kengartner204 Месяц назад

    Wow! I came to learn about a neat "Everyman's" microscope and instead learned quite a bit about how light is perceived in the ocular systems. It is all quite fascinating. The author's mastery of the subject, the detailed treatment of each nuanced system (+ bibliographic references!) and the sheer joyful presentation combined to engage me further in this topic. *This* is what a great Internet video looks like!

  • @bbengisuu3204
    @bbengisuu3204 Месяц назад

    Hi, I have been wondering if its possible to control ar hud with external TFT touchscreen. I want to show phototaxis of euglena to students, and my plan was to use external TFT touchscreen to project touch-based interactions of students as light beams to euglena gracilis, then see reactions of euglena gracilis based on those touch interactions in screen. Is it possible? Sorry if that sounds confusing, english is not my mother tongue.

    • @PUMAMicroscope
      @PUMAMicroscope Месяц назад

      Hello. Sure - what you have said should be possible. There are a number of ways of achieving it. Let's assume you have built the AR Projector optical tube, then: One method is to use a smart phone or tablet in place of the standard TFT screen - for example holding the phone at the right position in front of the stand in the same way I held up the slide of an eyeball in my video on 'Photology 5' at about time point 00:10:12 ( ruclips.net/video/u_0xczp4210/видео.html ) with some drapes to shield from outside light. Then simply use this phone or tablet as a wireless screen 'mirror' or 'screencast' device to receive the video signal from the phone or tablet your students are holding. The other option is to use the standard TFT screen AR projector but you will need to write the interface yourself because that is not a standard feature of the current PUMA Control software - and you may also need to use a more powerful Arduino than the standard 'nano' version I use in my demos here (perhaps like the Arduino Mega). You would then connect the tablet or phone to the Arduino with your own software painting to the TFT screen in response to your students touch-movements on the tablet / phone. I haven't done any of this so can't guarantee it will work but those are the ways I would approach it.

  • @landspide
    @landspide 2 месяца назад

    Great! Can't wait for the frequency domain continuation.

    • @PUMAMicroscope
      @PUMAMicroscope 2 месяца назад

      Thanks. I'm currently working on the Fourier videos.

  • @oni2ink
    @oni2ink 2 месяца назад

    Very interesting. Thanks for the video. I was curious about using an objective in this kind of setup. Happy to see it's possible! We can use this to measure precisely the back focal plane of any objective right? Maybe it can be used in white light interferometry too? But without the last lens? Is this PWG useful in microscopy in general? Do you have plans for uses in the future with PUMA microscope?

    • @PUMAMicroscope
      @PUMAMicroscope 2 месяца назад

      Thanks. Yes you can use PWG to measure BFP - although simply pointing the objective at a distant scene will also work. I will be using the PWG to demonstrate Abbe's diffraction theory of image formation in the light microscope and some Fourier optics work (at least that's the plan). As for white light interferometry and OCT - I would like to make my precision PUMA XYZ stage a reality first but, if successful, those are some of the applications that the PWG can be used for in conjunction with the beam splitter of the advanced filter block (although it might also work with the Z-motorised current stage with precise microstepping in Z - I need to experiment). So there's a tonne of PUMA material still to come.

    • @oni2ink
      @oni2ink 2 месяца назад

      @@PUMAMicroscope This looks very promising. I'm very hyped! I hope you'll find some good solutions for the motorized stage, but it's really not a trivial solution. Atm my best result was using an aluminum frame made of 2020 extrusions to mount the microscope on a linear rail using a lead screw for the Z axis, and two double linear rails (motorized) for X and Y. It's surprisingly very precise and works even with a 100x objective. But, well, it's probably larger than what you ever want (something about 24x24x40cm - 40 cm height mainly because I have a 80mm tube extension). But on the other hand, it's very lightweight (the frame contains more emptiness than anything...) so I have a lot of vibration issues. I'm not sure if motorized and "portable" are really in the realm of the possible. But linear rails are pretty good at this task, and even if the precision is not perfect, if you are doing backlash compensation you can get great results and easier stitching later. Next I want to try to 3d print linear rails to see if we can get good results... or not (in order to cut prices)!

    • @oni2ink
      @oni2ink 2 месяца назад

      @@PUMAMicroscope Also, it may interest you - I recently got a monochrome global shutter raspberry pi camera based on the OV9281 sensor. It's only 35€, and the quality is really good - I think it may be a great deal to use for microscopy in specific applications, because monochrome camera are generally VERY expensive, especially with a global shutter... If you want to get one just search for Innomaker OV9281 camera.

    • @oni2ink
      @oni2ink 2 месяца назад

      @@PUMAMicroscope Also, it may interest you - I recently got a monochrome global shutter pi camera based on the OV9281 sensor. I think it may be great to use for microscopy in specific applications, because monochrome camera are generally VERY expensive, especially with a global shutter... Search for Innomaker OV9281 camera. You also have USB ones with very low framerate on ali. But probably good enough for experimentation.

    • @oni2ink
      @oni2ink 2 месяца назад

      Also, it may interest you - I recently got a high framerate monochrome global shutter pi camera based on the OV9281 sensor for very cheap. Only "downside", it's only 1280 x 800. But I'm sure it's enough for a lot of applications. I plan to use one to make a spectrometer, and another one for microscopy in general.

  • @ThermalWorld_
    @ThermalWorld_ 2 месяца назад

    What an immense work.. No words.. This is what we searched for to take a perfect microchip shoots with high quality light.

    • @PUMAMicroscope
      @PUMAMicroscope 2 месяца назад

      Thanks. Yes - micro-Z stepping interferometry of chip surfaces is one application. I would like to try that and make a video on the results - but of course I'll be very happy if others beat me to it!

  • @tylerwellick1623
    @tylerwellick1623 2 месяца назад

    Its's a shame videos like this don't get more attention. So much work has gone into the microscope as well as this video. Keep educating you are doing a great job!!

    • @PUMAMicroscope
      @PUMAMicroscope 2 месяца назад

      Thanks for the encouraging comments. Sometimes I do wonder - I mean 'big' RUclipsrs can just post a video of them sneezing in front of the camera and get 10K views in the first hour - it took my first PUMA video almost 2 years to hit 10K and most of my other videos never reach 1K. But I still have some knowledge to teach - which I think at least some people will find valuable - so I will carry on for now.

    • @TheNadOby
      @TheNadOby 2 месяца назад

      ​@PUMAMicroscope Big RUclipsrs videos have high entertaining value. Yours have tremendous value but for niche audience. And i'm grateful they do exist.

    • @corwin.macleod
      @corwin.macleod 2 месяца назад

      ​@@PUMAMicroscope We might be a small crowd, but we're a crowd of enthusiasts, professionals and scholars all over the world that are highly interested in the topic.

    • @oni2ink
      @oni2ink 2 месяца назад

      @@PUMAMicroscope It's a bottle in the sea waiting to be found. On youtube the quality is not what get more likes, it's what the algorithm promotes. I experienced this myself with a simulation I made, requiring a lot of work. Then I published the video and I got a few likes... Months later, for whatever reason, the algorithm decided to highlight the video. It got 240k views and thousands of likes in just a few days... But in the end, it didn't bring me anything at all, because youtube is youtube. It's mostly for entertainment. Your channel may be small, but people here are very interested. Myself I watched more than 10x some videos just to understand some concepts. Optics is really hard to grasp without visual / real world applications. And you did a great job with that. You really are the best / most comprehensible reference on the subject, IMO.

    • @PUMAMicroscope
      @PUMAMicroscope 2 месяца назад

      @@oni2ink Thanks.

  • @lextorn92
    @lextorn92 2 месяца назад

    Is bigger cap that goes into Pol_Adjustment_ring at 28:38 name LC_Cap? It has a thread that is not present in Pol_Adjustment_ring.

    • @PUMAMicroscope
      @PUMAMicroscope 2 месяца назад

      Yes it is the LC_Cap (p.142 of current 3DP guide PDF on GitHub). In the video clip the Pol_Adjustment_ring has an LC_Adjust_collar fitted into it (p.111 of the PDF) held by the three thumbscrews and this LC_Adjust_collar provides the female thread that the LC_Cap threads into.

    • @lextorn92
      @lextorn92 2 месяца назад

      @@PUMAMicroscope Thank you very much, that makes a lot of sense. Great work btw! One more question both monocular tubes (CM and for regular ocular) have very thin thread wall that screws into filter block, but there is a lip inside that makes this hole narrower anyway. Is it done on purpose, or could it be thickend? (I just broke off the thread off one of the tubes :()

    • @PUMAMicroscope
      @PUMAMicroscope 2 месяца назад

      @@lextorn92 This is a potential weak spot - at least one other builder has had the same misfortune as you. The lip is a deliberate design feature - it is part of the anti-reflective baffle system and it needs to jut out like that to work - so just making the wall thicker is not a solution. It might be that I need to adjust the infill density (or make it 100%) for this part of the tubes. In the mean time, the most practical solution is just not to tighten the tube too much - you will have gotten a feel for how much tension it can take from your unfortunate experience.

    • @PUMAMicroscope
      @PUMAMicroscope 2 месяца назад

      Hi. Sorry your latest comments were filtered out by the YT auto-filter due to containing a link (my channel is set to disallow links in comments other than my own) but your suggestion of buttressing the inner diaphragm may work - I would need to try it. Thanks for the suggestion.

    • @lextorn92
      @lextorn92 2 месяца назад

      @@PUMAMicroscope No worries, thank you!

  • @philhunt1442
    @philhunt1442 2 месяца назад

    would a 1w cob led be bright enough for phase contrast? Are there brighter options available?

    • @PUMAMicroscope
      @PUMAMicroscope 2 месяца назад

      Yes and Yes. So in the first case I have done standard Zernike phase contrast with the 1W bulb using a Leitz phase objective and the PUMA SLM as condenser phase ring and it works very well with good brightness - and that is with the SLM which absorbs a lot of the light so it would have been even brighter if I had used a plane phase mask in the IAD slot instead (e.g. 3D printed or hand drawn on a glass coverslip). As for the second question - you can get a 3W version of the same footprint LED but you will need to make or get a higher wattage power supply than the standard PUMA power supply for it and also a much better heat sink than in the design shown in this video. Here is a link to a shop that sells them: www.aliexpress.com/item/32881415165.html . One of my goals for future development is to improve the lamp housing design, heat sink design and power supply in general - especially the heat sink because it is very crude, even for the 1W bulb - I certainly would not just plonk a 3W bulb into this design case, the heat would probably melt stuff.

  • @joshhyyym
    @joshhyyym 3 месяца назад

    Thanks for making this video. This project is amazing and looks like so much work went into it. Everything looks very well designed and clearly explained.

  • @fzigunov
    @fzigunov 3 месяца назад

    This is very nice. I'm sad the SLM resolution is not that strong but it is still pretty cool to see this project together. Also very impressive you can do Schlieren with this!

    • @PUMAMicroscope
      @PUMAMicroscope 3 месяца назад

      Thanks. I'll have more to say about Schlieren at some point in future videos.

  • @user-cy2sz5kr4l
    @user-cy2sz5kr4l 3 месяца назад

    Is there a need to have oval mirror ? Its not easily available to purchase and seems to be expensive nowadays with very limited stock. Is it okay to use a circular mirror and customize the 3d file ? I am curious to know if there is a Functional Reason for choice of Oval mirror over circular. I am guessing that the mirror's light will appear as a circle in the eyepiece when it is in an angle and hence this decision was made. But, I see all commercially available projects come with circular mirrors. I am slightly confused here.

    • @PUMAMicroscope
      @PUMAMicroscope 3 месяца назад

      Your guess is correct - the oval, projected at 45 degrees, gives a circular area of illumination. However it is not about 'as seen in the eyepiece' but as illuminating the back focal plane (BFP) of the objective so as to get maximum resolution and minimise unwanted phase contrast. You could use a round mirror if the minimal dimension of the projected oval (because the projection will be oval with a round mirror) also fills the BFP of your objective. This should be fine for low power objectives but the higher you go the more likely you are to get issued with poor quality illumination if the mirror is not large enough. So, with a round mirror, to get equivalent quality of illumination for high magnifications, you will need not only to alter the shape of the receptacle but also its size and a bigger size may not rotate to 45 degrees unless you also elongate the legs. Having said all that, you might actually be able to 'get away' with using an oval piece of aluminium foil instead of the mirror. As long as you are not using this as part of a Köhler projection system, the slight diffusing effect of the aluminium foil might actually improve the quality of illumination compared to a clean / pure mirror.

  • @JacobHepworth
    @JacobHepworth 3 месяца назад

    So many open source projects are made with solid works, Onshape, etc. It warms my heart to see such a cool project being made with FreeCAD. I'm so used to using the PartDesign workbench that it weirded me out seeing you using part workbench. The realization slowly sunk in that I need to diversify my workflow when creating parts. Side note: Step files are all the rage right now, over STL, since they preserve curves.

    • @PUMAMicroscope
      @PUMAMicroscope 3 месяца назад

      Thanks for the insight. I am self taught in using CAD and come from a medical (not engineering) background. This might explain my unusual approach. I used 'Part Design' for some of the PUMA components though.

    • @JacobHepworth
      @JacobHepworth 3 месяца назад

      @@PUMAMicroscope The part workbench is less common but definitely not impractical since it's the original modelling method FreeCAD utilized. Your work on this device is impressive and I've loved the scope I bought from you. I'm getting ready to upgrade it, which is why I'm going through your videos at the moment.

  • @user-cy2sz5kr4l
    @user-cy2sz5kr4l 3 месяца назад

    What is that specific test slide protective case called. I could not find it any where online.

    • @PUMAMicroscope
      @PUMAMicroscope 3 месяца назад

      It's called a 'slide mailer' (a single slide mailer in this case because this type holds just one slide ). This is what we use to send glass slides in the mail - hence the name.

    • @user-cy2sz5kr4l
      @user-cy2sz5kr4l 3 месяца назад

      @@PUMAMicroscope I know the generic term 'slide mailer' but when I search I only find the hinged opening type. This is like a sliding style of mechanism to it. I did search for this specific type of opening and could not find it. I am able to find a generic slide mailer that hold one slide but I am in search for this gliding style slide mailer. Please help if you have a link for this specific style of slide mailer

    • @PUMAMicroscope
      @PUMAMicroscope 3 месяца назад

      @@user-cy2sz5kr4l Oh - I see. I get these from a company called CellPath Ltd. They call it the 'SLIDERITE I MAILER' and product code is 'BCR-0100-02A'. Hope that helps.

  • @TankR
    @TankR 3 месяца назад

    SIde note on peltier devices (thermoelectric modules/coolers): The stacking capacity is limited, notice how each TEC in the image at 12:20 has smaller and smaller TECs. The first is causing a thermal gradient, effectively moving its heat from one side to the other using power, cooling the sensor. The second one is doing the same, however it also has to move its own heat plus the heat load of the first. The third therefore is moving its own, plus the second, plus the first. A common mistake is to stack the same size modules, and while this will work in some applications, it doesnt quite provide 'twice the cooling' one would expect and its very easy to overlook how electrical power and heat energy move and stack through TECs leading to burning out the modules by overloading them. The long skinny is they're not magic, and do your homework. So long as you dont treat them like magic cold makers you should be golden ;)

  • @MrGorodnA
    @MrGorodnA 3 месяца назад

    Thank you for your videos and your project

    • @PUMAMicroscope
      @PUMAMicroscope 3 месяца назад

      Thanks for taking the time to watch and comment.

  • @joakimeliasson3244
    @joakimeliasson3244 3 месяца назад

    This is super cool. I'm a bit of a novice to these types of scientific image processing. For improving diffraction limited pictures on the PUMA microscope, would you prefer to use blind deconvolution? I'm guessing it might also be possible to try to use the spatial light modulator for SR-SIM or to determine the PSF using microparticles.

    • @PUMAMicroscope
      @PUMAMicroscope 3 месяца назад

      Thank you. I did a lot of work on super-resolution in bright field microscopy years ago and I hope to bring some of that to this channel over time. Yes - I hope also to demonstrate some SIM with PUMA - but there are a several more videos on the theory side I want to get out first so everyone can join the party.

    • @joakimeliasson3244
      @joakimeliasson3244 3 месяца назад

      @@PUMAMicroscope That sounds phenomenal! Thank you so much for continue to share your knowledge.

  • @philhunt1442
    @philhunt1442 3 месяца назад

    BEST CHANNEL ON THE INTERNET

  • @tymofiidanylevskyi9822
    @tymofiidanylevskyi9822 3 месяца назад

    After entering all the settings, when pressing "Start". I was getting an error: "path or file name not found". Reinstalling the program solved the problem

  • @oni2ink
    @oni2ink 3 месяца назад

    Hi, the new batch of 23mm lenses I received (ebay link from the excel sheet) don't fit. They measure 9mm in height. Should I increase the height of the LC_Receptacle part and edit also LC_Collar_7 ? I'm not sure if it's the exact same issue than @landspide.

    • @PUMAMicroscope
      @PUMAMicroscope 3 месяца назад

      Hello. I can't give a definitive answer since I don't have direct experience with these variants. If it were me I would proceed by first measuring the front and back focal lengths of the lens and compare that to the specs I give in the Köhler PDF on the GitHub page. If the focal lengths are not too far off you should be able to use them by adjusting the 3D print models. Some empirical experimentation may be required for fine adjustments (tube lengths and separations, etc.). Be guided by the optical principles and results. Sorry I can't be more definitive but without such lenses to play with I have no more specific / direct experience to offer you. I'd be interested to know you results.

    • @oni2ink
      @oni2ink 3 месяца назад

      @@PUMAMicroscope Ok thank you! I'll do some measurements / tests when I have some time and I'll report here. Do you buy your lenses from the same place or use the same old stock?

    • @PUMAMicroscope
      @PUMAMicroscope 3 месяца назад

      @@oni2ink I bought a load of them some time back (from the link in the BoM) and still have some left so haven't bought any recently,.

  • @damiancavazos7043
    @damiancavazos7043 4 месяца назад

    I'm so glad you are still making these videos. Your channel is the best source microscopy concepts for learning. I couldn't even imagine the amount of stuff that went into them

    • @PUMAMicroscope
      @PUMAMicroscope 4 месяца назад

      Thanks. Stay tuned for episode 5 in a couple of weeks. Very few people are watching these videos - maybe they are too technical so only for specialist audiences? Either way, I'm glad some people appreciate them.

  • @landspide
    @landspide 4 месяца назад

    Brilliant!

  • @aa18812
    @aa18812 4 месяца назад

    Is this "Schlieren phase contrast" the same as the technique called oblique illumination? If not, how do they differ?

    • @PUMAMicroscope
      @PUMAMicroscope 4 месяца назад

      My understanding is that Schlieren can be seen as one particular type or variety of 'oblique illumination' but not all forms of oblique illumination are Schlieren. For example simply shining a light obliquely on a specimen (as I show in my video on epi-illumination here: ruclips.net/video/cAEB10K8PqI/видео.html ) is a form of oblique illumination microscopy but it is not a Schlieren method. In the olden days, many microscopes had condenser / mirror holders that could be swung from side to side to give oblique illumination from below - again providing oblique illumination in a general sense without the Fourier-pane bisection characteristic of a Schlieren method. If you would like an overview of these things do a Google Scholar search for a paper entitled: "Beyond Brightfield: “Forgotten” Microscopic Modalities" by Radek Pelc. I hope that helps.

    • @aa18812
      @aa18812 4 месяца назад

      @@PUMAMicroscope Thank you, I'll look into it.

  • @Ben786
    @Ben786 4 месяца назад

    Very informative, thanks! Just one thing that would have helped my understanding: At 16:20 when you mention the arcs getting larger over distance, it would have been nice to have seen an explicit representation of the growing arcs on the figure

    • @PUMAMicroscope
      @PUMAMicroscope 4 месяца назад

      Yes - I tried to show that with the dotted lines which mark out one specific arc - but I agree I could have made this clearer. For anyone reading this: The line length 'g' is the phase difference between yellow and white wavefront lines and is this length g is the same at one end of the arc marked by the dotted lines. At the other end of this arc the phase difference is always zero between those yellow and white wavefronts (because here the yellow and white lines cross) so the change in phase difference (g minus 0) is the same despite the arc between the dotted lines getting longer and longer as you go further from the wave. I hope that makes it clear.

  • @PUMAMicroscope
    @PUMAMicroscope 4 месяца назад

    For physicists: To be clear, when I speak of a 'group of waves' I also include a group of samples from a single wave. The members of a group don't have to come from separate sources.

  • @oni2ink
    @oni2ink 4 месяца назад

    Hi, I have another question. I'm trying to make a second light reflected PUMA to use a spare high quality infinity Olympus objective I have. Why in the BoM the "Lens infinity tube" focal length is 100mm? My objectives have "f = 180" written on. Do I need a tube lens with f = 180mm instead? It's an achromat doublet I suppose? Regards

    • @PUMAMicroscope
      @PUMAMicroscope 4 месяца назад

      Hello. For any infinity objective (regardless of its make or other features) when the specimen is at the correct working distance from it, the imaging rays coming out the back will all be parallel rays (the imaging BEAM will be diverging - but never mind about that for now, it does not affect the answer to your question). To get those parallel rays to converge to a focus so you can see the image in focus you need to get them to converge at the focal plane of your eyepiece. In the PUMA microscope there is only 100 mm from the position of the (optional) tube lens to the focal plane of the eyepiece, therefore the tube lens must cause those parallel rays to come to a focus 100 mm away from it and so, by definition, it must have a focal length of 100 mm. Most professional infinity microscopes have tube lenses of f=200 mm or thereabouts. This is why using the PUMA with its 'standard' infinity tube lens of f=100 is a compromise and does not give good image correction (the objectives are designed for a tube lens with much longer f). However, you could use a tube lens with f=200 (or just over 200, something like 220 mm) and then you would need to increase the distance to the eyepiece by the appropriate amount - so if you use a tube lens with f=200 mm , just make the ocular tube longer by 100 mm (although things could get a little 'wobbly' if you stick a camera on the end of such a long tube without appropriate support). I hope that all makes sense.

    • @oni2ink
      @oni2ink 4 месяца назад

      @@PUMAMicroscope Oh I see! Thank you very much for the explanation. Do you think it may be worth the effort to use mirrors to make the system more compact? Or it may just reduce image quality for little gain?

    • @PUMAMicroscope
      @PUMAMicroscope 4 месяца назад

      @@oni2ink That mirror thing was the question I had to ask myself when designing the canonical PUMA. I decided against it because it would mean using first surface mirror or a TIR prism and would increase the cost and also mean singificantly more 3D printing and construction. However, for any individual, like yourself, if you are building a system for your own use then the decision is up to you. It shouldn't reduce image quality significantly if you use one first surface mirror but it will add weight and the system will have increased bulk which, if not designed carefully, cause increased vibrations thereby cancelling out the desired benefit. It may be easier to just design a more stable straight monocular tube (thicker walls with buttressing, etc.). Over to you to experiment and see what works.

    • @oni2ink
      @oni2ink 4 месяца назад

      @@PUMAMicroscope I see, thanks for the clarification. I'll try to increase the tube length, and the thicker walls are a neat solution. My Olympus BH2 have a magnification changer just above the tube lens. If I want something like this on the infinity PUMA version, do you think I can add an optional achromat lens on the tube? For example by using something like your filter slot system?

    • @PUMAMicroscope
      @PUMAMicroscope 4 месяца назад

      @@oni2ink For that you will could use a beam expander between the objective and the tube lens. This might reduce image quality - I would avoid it and use a higher res camera instead.

  • @massimobernini6264
    @massimobernini6264 4 месяца назад

    Hi, first of all congratulations for the project which is great. I have already printed and assembled my PUMA microscope and I am very satisfied. I have a question that I can't find the answer to myself. It is possible to attach the LED illuminator directly to the Abbe Condenser instead of using mirrow?

    • @PUMAMicroscope
      @PUMAMicroscope 4 месяца назад

      It is 'almost' possible by using the DI_M3_Adjustment_ring model (page 124 of the current 3D printing guide PDF) to hold the illuminator. This is normally used to hold the lamp for the epi-illumination config, however if you can print a short male thread ring to act as an adaptor you can attach the DI_M3_Adjustment_ring to the base of the condenser (where the DI_Cnd_to_UC or DI_Cnd_Mirror_holder_socket would normally go). I say 'almost' possible because I have not included such a 'short male thread ring' in the project as yet but you could fashion one using the top male threads from those latter-mentioned parts' FreeCAD models. I did actually make such an adaptor but just haven't released it in the GitHub repo because I did not see the advantage or need to stick the illuminator directly under the condenser - it will not give good illumination like that (poor NA). In a future video I will show you the PUMA High NA illuminator which has a similar compact config to what you want but uses a specially made diffuser in place of the Abbe condenser to give high NA illumination.

  • @TankR
    @TankR 5 месяцев назад

    A drip of alcohol along the razors edge can help loosen those pads on stuff like that, just work it in with the cutting edge. I had an idea effectively the same when I was modding on a cheap AMscope I picked up a while ago. Since it came with a crappy LED illumination (and a misaligned iris disk....yeah, dont get the cheapest one, get the one with the cooler stuff under the stage....trust me...) and I wasnt too keen on figuring out higher power illumination and modifying the base to accommodate it, so I just kinda kept it filed away in the imagination space. Good to know it would have worked out! I might have to revisit that thing one of these days.....I have plenty of old TFTs laying around, maybe its time to get on getting them set up for driving images to them.... Also, for the PC modders, you can do the same thing to just about any LCD based imager panel, and a transparent imager panel makes for a great case window addition ;)

  • @testboga5991
    @testboga5991 5 месяцев назад

    Kind of useless in the age of 200 dollar Chinese microscopes.

    • @Skunkhunt_42
      @Skunkhunt_42 4 месяца назад

      Still dope but yea i was shopping for a scope to today and was floored by whats avaliable for under 400. Any suggestions on bramds and where to buy?

  • @ManulF-rm8em
    @ManulF-rm8em 5 месяцев назад

    Great explanation

  • @user-cq9mg4ku2b
    @user-cq9mg4ku2b 5 месяцев назад

    Very impressive ! I was intimidated at first , cause the accent makes me feel uneasy. Sort of like a gate crasher during best days at Bletchley Park facility. I'm impressed enough that maybe I will reengage my last two working brain cells and try to think of something useful to do with this instrument. Thx Much ! God Bless Bletchley Wizards ......... Nick , NavyBlueSmoke , LST -1195 , N.A.C. # 1274 , iss 20 Apr 72

    • @PUMAMicroscope
      @PUMAMicroscope 5 месяцев назад

      Thanks. Stay tuned to the channel because in a later phase of the project I will be making applications videos. For now I am still teaching people how to build it (incl. some new modules) and Abbe's diffraction theory of microscope image formation.

  • @jerzmacow
    @jerzmacow 5 месяцев назад

    Great explaination of wavefronts