CARTAvis / carta-backend-ICD-test

Testing carta-backend via Interface Control Document
0 stars 0 forks source link

add vector overlap tests #301

Open acdo2002 opened 2 years ago

acdo2002 commented 2 years ago

Because ICD message add SET_VECTOR_OVERLAY_PARAMETERS = 81; VECTOR_OVERLAY_TILE_DATA = 82;

The corresponding tests are required!

acdo2002 commented 1 year ago

@kswang1029 I have finished the design of the vector overlap ICD tests document. I test the polarized data cubes (fits, casa, and hdf5) with setting different parameters In additional, I add the test for the vector overlap ICD for NONE polarized data cube. Any suggestion is very welcome.

I will implement this ICD tests only for RxJS version.

acdo2002 commented 1 year ago

@kswang1029 I have updated the vector overlap ICD tests design based on your suggestions (document). (1) Only angle or only intensity in vector overlay have been included in each (fits, casa, and hdf5) test cases. (2) Add Raster (change channel) + Vector overlay: VECTOR_OVERLAY_CHANNEL_STREAM.test.ts (3) [first image: fileId of 1]Add Raster + Vector overlay + Contour: case (1) in VECTOR_OVERLAY_CONTOUR_CHANNEL.test.ts [second image: fileId of 1]Add Raster (change channel) + Vector overlay + Contour: case (2) in VECTOR_OVERLAY_CONTOUR_CHANNEL.test.ts

Any suggestion for the improvement is very welcome.