From 4420ab3be4e61cf68d4319158e72642eaa16426f Mon Sep 17 00:00:00 2001 From: Robert Butora <robert.butora@inaf.it> Date: Thu, 11 Apr 2024 09:40:44 +0300 Subject: [PATCH] cosmetic (adds commented list of SIAv2 params to Coord class) --- .../src/main/java/vlkb/common/Coord.java | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/data-discovery/src/main/java/vlkb/common/Coord.java b/data-discovery/src/main/java/vlkb/common/Coord.java index 23d9eb5..14b3c72 100644 --- a/data-discovery/src/main/java/vlkb/common/Coord.java +++ b/data-discovery/src/main/java/vlkb/common/Coord.java @@ -7,4 +7,29 @@ class Coord Band band; Time time; Pol pol; + + +/* TBD: SIAv2 + + Interval fov; + Interval spatres; + Interval specrp; + Interval exptime; + Interval timeres; + + String id; + + String collection; + String facility; + String instrument; + String dptype; // dataproduct_type "image" | "cube" + + Integer calib; // 0,1,..,5 + + String target; + Stirng format; // access_format MIME or DataLink MIME + + Integer maxrec; // implement oveflow and special case maxrec=0 +*/ } + -- GitLab