I understand how lucky imaging gets the results it gets, but I’m wondering specifically how the 10% of frames are chosen.

They’re not picked based on clarity/blur, because the problem is one of distorted images not blurry images, causing issues when averaging the stack.

Searching online gives me lots of answers about how lucky imaging produces clearer images, but not how the lucky frames are chosen.

Anyone know how lucky frames get chosen?

  • PeriodicallyPedantic@lemmy.caOP
    link
    fedilink
    English
    arrow-up
    2
    ·
    9 months ago

    Thanks, I’ll take a look at that! I think I actually already skimmed it, because those 5 points are familiar.

    I wasn’t sure what was meant by the PSF guide star. Is that just the function that selects the speckle in each frame use to shift/align the frames?

    Also I wasn’t sure what “sync-resampled” means. Shifted-and-upscaled?

    Reading this had given me an idea on how I might implement it myself, but I wasn’t familiar enough with the terminology to know if my algorithm was the same as the one described.

    I’ll try reading further into the paper to see if it clears anything up

    • count_of_monte_carlo@lemmy.worldM
      link
      fedilink
      English
      arrow-up
      2
      ·
      9 months ago

      I believe the idea is that a single bright star in the frame (the guide star) is used for selecting the frames. The point spread function (PSF) is just going to be some function that describes the blurred shape you would observe with the detector for an input point source. You then select frames in which the guide star is well centered, compared to its overall distribution.

      I think your guess on “sync-resampled” is correct. They increased the “resolution” by a factor of 4, so that when they realign the chosen frames to center the guide star, they can do so at a sub-pixel precision.

      You may want to check out chapter 3 in the thesis, particularly section 3.5.3. The give a lot more detail on the process than you’ll be able to find in the paper. A well-written PhD thesis can be 1000x more valuable than the journal article it ultimately produces, because it contains all the specific details that can be glossed over in the final paper.