IVOA Simple Line Access Protocol v0.2

Markus Dolensky Markus.Dolensky at eso.org
Thu Feb 9 09:38:34 PST 2006


Hi Doug,

Can't see anything wrong with it. As discussed off-line we may have also cases 
where we whish to express an exclusion of range(s) when collapsing cubes and 
that seems to work just fine as in this example:

  "smaller than 1 or between 3 and 5 or bigger than 7" would be become

param = :1,3:5,7:

(right?)

Cheers,
Markus



Doug Tody wrote:
> A simple approach to range lists which requires only a slight departure
> from what is currently done in SIA (POS) and proposed for SSA is to keep
> "," as the list delimiter but switch to another metacharacter, ":" perhaps,
> for ranges.  Then we have
> 
>     param = x                equality
>     param = x:y                closed range
>     param = x:                open range
>     param = x,y                list
>     param = x,a:b,y            range list
>     etc.



More information about the dal mailing list