Skip to content
Snippets Groups Projects
Select Git revision
  • 4420ab3be4e61cf68d4319158e72642eaa16426f
  • main default protected
  • 1.6.11
  • 1.6.4
  • 1.6.3
  • 1.6.2
  • 1.6.1
  • 1.6.0
  • 1.5.14
  • 1.5.13
  • 1.5.12
  • 1.5.11
  • 1.5.10
  • 1.5.9
  • 1.5.8
15 results

Coord.java

Blame
  • Coord.java 525 B
    
    import vo.parameter.*;
    
    class Coord
    {
       Pos  pos;
       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
    */
    }