farhi / matlab-mastrostack

Ma(e)stroStack: load, align, stack, and identify astrophotography images.
GNU General Public License v2.0
2 stars 0 forks source link

problem importing files #5

Open helmarw opened 9 months ago

helmarw commented 9 months ago

after using this command (i dont hat flat frames available) ma=mastrostack('StackInput/*.fits','aitxrq_2023-12-17T21-43-29.698_DARKFRAMEMEAN.fits',''); im getting a selection bix where i can choose all light images after i did choose all im getting this error msg

Operator '>' is not supported for operands of type 'struct'.

Error in mastrostack/label (line 653) if img > 0 && img <= numel(self.images)

Error in mastrostack/label (line 661) label(self, lab, img(index));

Error in mastrostack (line 196) label(self, 'light', img);

(in Matlab 2023b also tried it on Matlab 2020b, MacOS)

Best Helmar

farhi commented 9 months ago

Just pushed a fix, but now in the gitlab repo:

helmarw commented 9 months ago

thnx, just saw it, will give it a try !