Andreas Bertsatos
Andreas Bertsatos
Hi, thanks for the feedback. I just uploaded a set of 8 images (cRaw + Raw @ 1:1, 3:2, 4:3 + 16:9 aspect ratios) at raw.pixls.us. I am afraid I...
Hi, thanks for the advice. I just uploaded another 4 images, taken in continuous shooting mode and silent continuous shooting mode (that's the only 2 available options in the 250D)....
I am glad I was able to help somehow. Best regards, Andreas
One major issue regarding maintenance is the sheer volume of methods in each classdef. I think we should make a list of what should remain and what not. A major...
> * Drop internal `ismissing()` use for unknown/generic types, add `ismissing` methods. I think the `ismissing()` method should stay at least in the `string` class
We can keep it for now, and we could remove it at a later point once the statistics `ismissing` function is able to handle `string` and other classes as well....
Can you merge `bulbasaur-24` branch to main so I can make a new fork from latest dev and branch locally to do modifications to `table` classdef? Working on a remote...
Ok thanks, I 'll make a clean fork and start working from there.
I 've noticed that in some parts of the code you close statements with `end` and in other parts you use the more Octave like `if...endif`, `for...endfor`. Do you mind...
I am always using the Octave editor for Octave code. It is by default that it removes all trailing white spaces every time you save a file. The other code...