CARTAvis / ICD-RxJS

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

Add/design new ICD test for supporting annotation regions #6

Closed acdo2002 closed 1 year ago

acdo2002 commented 1 year ago

Based on the backend PR#1229 and the frontend PR#2019, and the protobuf PR#80

acdo2002 commented 1 year ago

The document for the new added annotation regions is here

Part of the annotation regions have been tested (import/export) in the src/test/CASA_REGION_IMPORT_EXPORT.test.ts src/test/DS9_REGION_IMPORT_EXPORT.test.ts

In this test case, I only test set_region for all annotation region types, and only export/import with CASA pixel format (crtf pixel)

@kswang1029 Please check it and please let me know if you have any suggestion.