summaryrefslogtreecommitdiffstats
path: root/petascope/test/testcases-wcps/28-construct_histogram_range_condition.test
diff options
context:
space:
mode:
authorConstantin <jucovschi@gmail.com>2010-06-02 20:09:42 +0200
committerConstantin <jucovschi@gmail.com>2010-06-02 20:09:42 +0200
commit40e12c6af9d05c3413efaf535c35c625b736cbb9 (patch)
tree6a9f6b86b55724e659ca270171496d82362de9cc /petascope/test/testcases-wcps/28-construct_histogram_range_condition.test
parentfcda34adb1c78d0929778e1324c873552d21ee1d (diff)
downloadrasdaman-upstream-40e12c6af9d05c3413efaf535c35c625b736cbb9.tar.gz
rasdaman-upstream-40e12c6af9d05c3413efaf535c35c625b736cbb9.tar.xz
rasdaman-upstream-40e12c6af9d05c3413efaf535c35c625b736cbb9.zip
preparing for joining with rasdaman open source
Diffstat (limited to 'petascope/test/testcases-wcps/28-construct_histogram_range_condition.test')
-rw-r--r--petascope/test/testcases-wcps/28-construct_histogram_range_condition.test9
1 files changed, 9 insertions, 0 deletions
diff --git a/petascope/test/testcases-wcps/28-construct_histogram_range_condition.test b/petascope/test/testcases-wcps/28-construct_histogram_range_condition.test
new file mode 100644
index 0000000..5a31004
--- /dev/null
+++ b/petascope/test/testcases-wcps/28-construct_histogram_range_condition.test
@@ -0,0 +1,9 @@
+for c in ( mr )
+return
+encode( coverage histogram
+ over $n x(-20:20)
+ values condense +
+ over $px x(10:20),
+ $py y(10:20)
+ using c[ x($px), y($py) ]>$n - 1 and c[ x($px), y($py) ]<=$n,
+ "csv" )