computed-axial-lithography / CAL-software-Matlab

Software to support volumetric additive manufacturing by tomographic reconstruction (education, research and not-for-profit use)
GNU General Public License v3.0
59 stars 14 forks source link

Error in Screen in release 1.4.0 #14

Closed nluk-ucb closed 2 years ago

nluk-ucb commented 3 years ago

This error only shows in 1.4.0 but not 1.3.1

Error in function OpenWindow:   Missing argument
    Discrepancy between a specified and supplied argument:
        Specified Argument Description:
            direction: Input
            position: 1
            presence:
            formats allowed:
                double
            minimum M: 1
            maximum M: 1
            minimum N: 1
            maximum N: 1
            minimum P: 1
            maximum P: 1
        Provided Argument Description:
            direction: Input
            position: 1
            presence: absent

Error using Screen
Usage:

[windowPtr,rect]=Screen('OpenWindow',windowPtrOrScreenNumber [,color]
[,rect][,pixelSize][,numberOfBuffers][,stereomode][,multisample][,imagingmode][,specialFlags][,clientRect][,fbOverrideRect]);
Error in PTB (line 46)
                obj.SLM = Screen('OpenWindow',obj.monitor_id);
Error in CALProjectImageSet (line 44)
            obj.SLM = PTB(varargin{1});
Error in projectscript (line 50)
DLP = CALProjectImageSet(image_set_obj,rot_vel,[],0);