Skip to content
Snippets Groups Projects
Commit 4420ab3b authored by Robert Butora's avatar Robert Butora
Browse files

cosmetic (adds commented list of SIAv2 params to Coord class)

parent df3119f7
Branches
Tags
No related merge requests found
......@@ -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
*/
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment