CARTAvis / ICD-RxJS

This is the carta-backend ICD tests based on the RxJS library
1 stars 0 forks source link

Enhancement of image fitting #7

Closed acdo2002 closed 1 year ago

acdo2002 commented 1 year ago

Based on the backend PR#1237, frontend PR#2094, and the protobuf PR#81

We should add new tests (or modify the existed tests) case based on the enhancement of image fitting

acdo2002 commented 1 year ago

What I have added into the existing tests: (1) using different solver: Cholesky, QR, and SVD. In case 2-1, 2-2, and 2-3 (2) I also add a region with background offset as a variable to fit the image. In case 5 and case 6 (3) Fixed the length of the fixed parameter array for all existing tests.