Commit 4420ab3b authored by Robert Butora's avatar Robert Butora
Browse files

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

parent df3119f7
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
@@ -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
*/
}