Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 2765)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Resolution Summary Owner Reporter
#16 fixed condense count Jinsongdi Yu j.yu@…
Description

select condense + over x in sdom(a) where a[x] using 1 from mr as a — for cell count is not correct, get from ql-guide 9.6 should be select condense + over x in sdom(a) where (bool)a[x] using 1 from mr as a but if a[x]=0 the result is not correct either, so select condense + over x in sdom(a) where (bool)((bool)a[x]+1) using 1 from mr as a could be a solution

#17 duplicate importing into rasdaman anonymous
Description

rasdaman can not import via rasql tiff images that has more than 3 bands, even though, the type for the image has been created in the database.

also, updating 2D slices in a 3D object in rasdaman using inv_tiff fails in the following ways. 1) for char-typed object, it fills the updated slice up with zero values 2)for other typed objects, it returns error that it can t be updated

#18 wontfix Conversion bug--jpeg tiff bmp hdf input and out do not match anonymous
Description

Test by:Conversion_Test.sh at Thu Oct 29 10:59:34 CET 2009


creating collection … rasdaman error 955: (no explanation text available - cannot find/load file with standard error messages.) Error creating collection tmp inserting collection … GMarray

Oid……………….: Type Structure……..: Type Schema………..: marray< char > Domain…………….: [0:7211] Base Type Schema……: char Base Type Length……: 1 Data format………. : Array Data size (bytes)…. : 7212

extracting collection … comparing images images/mr_1.jpeg mr_1.jpeg.unknown differ: byte 26, line 1 input and output does not match


creating collection … inserting collection … GMarray

Oid……………….: Type Structure……..: Type Schema………..: marray< char > Domain…………….: [0:33759] Base Type Schema……: char Base Type Length……: 1 Data format………. : Array Data size (bytes)…. : 33760

extracting collection … comparing images images/mr_1.tif mr_1.tif.unknown differ: byte 1, line 1 input and output does not match dropping collections …


creating collection … inserting collection … GMarray

Oid……………….: Type Structure……..: Type Schema………..: marray< char > Domain…………….: [0:22687] Base Type Schema……: char Base Type Length……: 1 Data format………. : Array Data size (bytes)…. : 22688

extracting collection … comparing images input and output match dropping collections …


creating collection … inserting collection … GMarray

Oid……………….: Type Structure……..: Type Schema………..: marray< char > Domain…………….: [0:55093] Base Type Schema……: char Base Type Length……: 1 Data format………. : Array Data size (bytes)…. : 55094

extracting collection … comparing images images/mr_1.bmp mr_1.bmp.unknown differ: byte 3, line 1 input and output does not match dropping collections …


creating collection … inserting collection … GMarray

Oid……………….: Type Structure……..: Type Schema………..: marray< char > Domain…………….: [0:54174] Base Type Schema……: char Base Type Length……: 1 Data format………. : Array Data size (bytes)…. : 54175

extracting collection … comparing images input and output match dropping collections …


creating collection … inserting collection … GMarray

Oid……………….: Type Structure……..: Type Schema………..: marray< char > Domain…………….: [0:56862] Base Type Schema……: char Base Type Length……: 1 Data format………. : Array Data size (bytes)…. : 56863

extracting collection … comparing images images/mr_1.hdf mr_1.hdf.unknown differ: byte 56840, line 869 input and output does not match dropping collections … test done at Thu Oct 29 10:59:47 CET 2009 Total conversions: 6 Successful conversion number: 2 Failed conversion number: 4

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.