RSSAmplifier

Blog

jonathanBieler.github.io

Recent content on jonathanBieler.github.io

localhostRSS feed ↗3 posts

Latest posts

Catching the moon at the right time with Julia


 
 
 
 

 The moon on a night sky is surprisingly bright, especially for a camera with limited dynamic range. And there’s only so many compositions one can do of the moon on a naked sky.
For those reasons taking moon pictures at sunrise or sunset, when the moon is close to the horizon and its relative brightness is comparable to ambient…

Exploring Depth-Based Raw Photo Processing in Julia

Models for estimating depth from a single image
(e.g, Depth-Anything-V2 ,
 MiDaS ) are pretty good nowadays, to the point
where they can be used for photo editing (even Photoshop use them). 
 In this article, I explore some applications of a depth mask for phography using Depth-Anything-V2 in Julia . The most obvious use case is to simulate bokeh (especially for smartphone that…

From FASTQ to CNV calls in Julia

I’ve recently worked on Julia bindings for BWA, allowing to align
sequencing reads (FASTA or FASTQ) to a reference genome directly from Julia. On top of this, updates
to XAM.jl and BioRecordsProcessing.jl 
will make it possible to build end-to-end workflows in Julia, from raw reads to analysis results. 
 To illustrate this I will showcase online whole-genome sequencing (WGS)…