alldritt / SatimageOSAX

An application providing access to Satimage on macOS Mojave (and later)
17 stars 2 forks source link

Linear Algebra and Matrix are not worked. #2

Open minoharat opened 11 months ago

minoharat commented 11 months ago

Linear algebra command and matrix are not worked. I also reported same problem to Smile of Satimage.fr in the last year. They fixed this problem. Probably, it is a bug in the signature (.sdef) of the OSAX (that they said).

-- here is an example use application "SatimageOSAX" set mat to creatematrix "d" nrows 3 ncols 3 LUdecomposition mat

--> error: "cannot convert the expected type" number -1700 to item

alldritt commented 10 months ago

I checked the Satimage osax page and I don’t see any updates. Everything is still from 2015 and 2016.

The following version of your code runs:

use application "SatimageOSAX" set mat to creatematrix "d" nrows 3 ncols 3 as matrix LUdecomposition mat

minoharat commented 10 months ago

Dear Mark,

Thank you for your quick response. In my environment, Mac OS Ventura 13.5.2 and AppleScript 2.8, the following error message is displayed.

error "error occurs in SatimageOSAX: \"d\" is not recognized message \“creatematrix\” " number -1708 from "d"

By using the SatimageOSAX.app 1.0, when issuing other commands of the application, similar error messages numbered -1708 are displayed.

I also try the SatimageOSAX 1.0.2 released by the group of the LateNight Software in the same environment. Please refer to the following discussion.

https://forum.latenightsw.com/t/use-satimage-scripting-additions-on-catalina-and-mojave/1576 Use Satimage scripting additions on Catalina and Mojave forum.latenightsw.com

By using that version of SatimageOSAX.app, the following error message is displayed, that I reported in the issue.

error "error occurs in SatimageOSAX102: several data cannot be converted the expected type" number -1700 to item

Because these messages are display in Japanese, I translated the message into English.

Thank you.

Tatsuo Minohara

2023/10/13 9:06、Mark Alldritt @.***>のメール:

I checked the Satimage osax page and I don’t see any updates. Everything is still from 2015 and 2016.

The following version of your code runs:

use application "SatimageOSAX" set mat to creatematrix "d" nrows 3 ncols 3 as matrix LUdecomposition mat

— Reply to this email directly, view it on GitHub https://github.com/alldritt/SatimageOSAX/issues/2#issuecomment-1760558845, or unsubscribe https://github.com/notifications/unsubscribe-auth/BCUS2YPVB4KKPQ2CWBEUO2DX7CAW5AVCNFSM6AAAAAA547F4RCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRQGU2TQOBUGU. You are receiving this because you authored the thread.